that belongs into SVN...
authorChristian Grothoff <christian@grothoff.org>
Thu, 24 Mar 2011 20:33:43 +0000 (20:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 24 Mar 2011 20:33:43 +0000 (20:33 +0000)
contrib/buildbot-update.sh [new file with mode: 0755]

diff --git a/contrib/buildbot-update.sh b/contrib/buildbot-update.sh
new file mode 100755 (executable)
index 0000000..6c9d28b
--- /dev/null
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+COMMAND='svn up; cp -v gauger-cli.py `which gauger-cli.py`'
+
+#debian-amd64-grothoff.gnunet.org
+echo debian-amd64-grothoff
+BASEPATH='/home/buildslave/gauger'
+ssh root@buildslave "cd $BASEPATH; $COMMAND"
+echo
+
+#ubuntu-armv71-evans
+echo ubuntu-armv71-evans
+BASEPATH='/home/oem/gauger'
+ssh root@efikamx "cd $BASEPATH; $COMMAND"
+echo
+
+#freebsd7-amd64-wachs
+echo freebsd7-amd64-wachs
+BASEPATH='/home/gnunet/gauger'
+ssh root@gnunet.org -p 2220 "cd $BASEPATH; $COMMAND"
+echo
+
+#wachs-lenny-powerpc
+echo wachs-lenny-powerpc
+BASEPATH='/home/gnunet/gauger'
+ssh root@powerbot "cd $BASEPATH; $COMMAND"
+echo