CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
-compiled all liquidsoap binaries
This commit is contained in:
parent
d0de9b65dd
commit
4c388f0a1a
14 changed files with 40 additions and 34 deletions
|
@ -2,15 +2,13 @@
|
|||
|
||||
exec 2>&1
|
||||
|
||||
ubuntu_versions=("ubuntu_lucid_32" "ubuntu_lucid_64" "ubuntu_natty_32" "ubuntu_natty_64")
|
||||
|
||||
ubuntu_versions=("debian_squeeze_32")
|
||||
|
||||
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"
|
||||
fab -f fab_liquidsoap_compile.py ${ubuntu_versions[$i]} compile_liquidsoap:filename=${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