mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Working on build system
This commit is contained in:
parent
86fddce532
commit
0313c30307
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Push buildall and postpush to postpush server
|
# Push buildall and postpush to postpush server
|
||||||
|
|
||||||
set -x
|
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
|
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"
|
ssh -p 5922 root@www "chmod +x /var/lib/nethserver/ibay/githubhook/$f"
|
||||||
done;
|
done;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue