From 0313c3030715ee89f0b508c869fcbd48fef72f36 Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 7 Dec 2016 16:42:59 +0000 Subject: [PATCH] Working on build system --- src/tools/autobuild/update-webserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/autobuild/update-webserver.sh b/src/tools/autobuild/update-webserver.sh index e4fe79dc..b55144ca 100644 --- a/src/tools/autobuild/update-webserver.sh +++ b/src/tools/autobuild/update-webserver.sh @@ -1,7 +1,7 @@ # Push buildall and postpush to postpush server set -x -for f in postpush.pl buildall.pl; do +for f in postpush.pl buildall.pl build-oberon.sh; do scp -P 5922 $f root@www:/var/lib/nethserver/ibay/githubhook/$f ssh -p 5922 root@www "chmod +x /var/lib/nethserver/ibay/githubhook/$f" done;