mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Git push webhook script beginning to work. Fiddle with readme.
This commit is contained in:
parent
d8e26c635e
commit
a5a8809b91
4 changed files with 46 additions and 63 deletions
|
|
@ -51,21 +51,3 @@ for my $machine (sort keys %machines) {
|
|||
while ((my $pid = wait) > 0) {print "Child pid $pid completed.\n";}
|
||||
print "Buildall complete.\n";
|
||||
exit;
|
||||
|
||||
|
||||
|
||||
#branch=v2docs
|
||||
#ssh pi@pie "cd projects/oberon/vishap/voc && sudo git checkout $branch && sudo make clean" &
|
||||
#ssh dave@dcb "cd projects/oberon/vishap/voc && sudo git checkout $branch && sudo make clean" &
|
||||
#ssh dave@nas-ub64 "cd vishap/voc && sudo git checkout $branch && sudo make clean" &
|
||||
#ssh dave@lub32 "cd vishap/voc && sudo git checkout $branch && sudo make clean" &
|
||||
#ssh root@nas-ob32 "cd vishap/voc && git checkout $branch && make clean" &
|
||||
#ssh root@oberon "cd vishap/voc && git checkout $branch && make clean" &
|
||||
|
||||
#for MACHINE in "${!VOCLOGIN[@]}"
|
||||
#do
|
||||
#SETBRANCH="${VOCSUDO[$MACHINE]} git checkout $branch"
|
||||
#PULL="${VOCSUDO[$MACHINE]} git pull"
|
||||
#MAKE="${VOCSUDO[$MACHINE]} make full"
|
||||
#ssh ${VOCLOGIN[$MACHINE]} "cd ${VOCDIR[$MACHINE]} && $SETBRANCH && $PULL && $MAKE" | perl -pe "use POSIX strftime; print strftime \"%H:%M:%S $MACHINE: \", localtime" | tee log/$MACHINE.log &
|
||||
#done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue