CC-2952: Put in final Liquidsoap 1.0 binaries
-auto-compile script
This commit is contained in:
parent
901333bf6d
commit
6f78f1d82d
2 changed files with 143 additions and 0 deletions
16
dev_tools/fabric/run2.sh
Executable file
16
dev_tools/fabric/run2.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec 2>&1
|
||||
|
||||
ubuntu_versions=("ubuntu_lucid_32" "ubuntu_lucid_64" "ubuntu_natty_32" "ubuntu_natty_64")
|
||||
|
||||
|
||||
num1=${#ubuntu_versions[@]}
|
||||
|
||||
|
||||
mkdir -p ./upgrade_logs2
|
||||
|
||||
for i in $(seq 0 $(($num1 -1)));
|
||||
do
|
||||
fab -f fab_liquidsoap_compile.py ${ubuntu_versions[$i]} compile_liquidsoap:${ubuntu_versions[$i]} shutdown 2>&1 | tee "./upgrade_logs2/${ubuntu_versions[$i]}.log"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue