Working on build system

This commit is contained in:
David Brown 2016-12-07 16:42:59 +00:00
parent 86fddce532
commit 0313c30307

View file

@ -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;