aboutsummaryrefslogtreecommitdiff
path: root/contrib/ci/buildbot/buildbot-update.sh
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
commit6ab60d4920bb3199aee8cd872b930e9e3e808ba7 (patch)
tree3d761dbf8793a1d2422fbd14667255c7e0292ea4 /contrib/ci/buildbot/buildbot-update.sh
parentc2f27dfe8218545c327ab49d225a49910347c5c6 (diff)
downloadgnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.tar.gz
gnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.zip
Restructure contrib folder.
contrib/pogen.sh -> bin/pogen.sh bootstrap: Use new pogen location and execute it. contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32. contrib/gnunet-logo*: Move to contrib/branding/logo/ Delete old patches in contrib, predating git. Move buildbot data to contrib/ci/buildbot, move docker data to contrib/ci/docker. Create contrib/conf and populate it with config files found in contrib and bin. Move gns related data to contrib/gns. delete contrib/repeat.sh Move contrib/log.php into contrib/web/log.php. Create folder contrib/scripts and use it for most scripts in contrib. Remove trailing whitespace in doc/Makefile.am Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/ci/buildbot/buildbot-update.sh')
-rwxr-xr-xcontrib/ci/buildbot/buildbot-update.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/ci/buildbot/buildbot-update.sh b/contrib/ci/buildbot/buildbot-update.sh
new file mode 100755
index 000000000..6c9d28b25
--- /dev/null
+++ b/contrib/ci/buildbot/buildbot-update.sh
@@ -0,0 +1,27 @@
1#!/bin/sh
2
3COMMAND='svn up; cp -v gauger-cli.py `which gauger-cli.py`'
4
5#debian-amd64-grothoff.gnunet.org
6echo debian-amd64-grothoff
7BASEPATH='/home/buildslave/gauger'
8ssh root@buildslave "cd $BASEPATH; $COMMAND"
9echo
10
11#ubuntu-armv71-evans
12echo ubuntu-armv71-evans
13BASEPATH='/home/oem/gauger'
14ssh root@efikamx "cd $BASEPATH; $COMMAND"
15echo
16
17#freebsd7-amd64-wachs
18echo freebsd7-amd64-wachs
19BASEPATH='/home/gnunet/gauger'
20ssh root@gnunet.org -p 2220 "cd $BASEPATH; $COMMAND"
21echo
22
23#wachs-lenny-powerpc
24echo wachs-lenny-powerpc
25BASEPATH='/home/gnunet/gauger'
26ssh root@powerbot "cd $BASEPATH; $COMMAND"
27echo