update fabric file
This commit is contained in:
parent
3a39aacd85
commit
a2ed9b2839
2 changed files with 13 additions and 28 deletions
|
@ -3,10 +3,10 @@
|
|||
exec 2>&1
|
||||
|
||||
target="airtime_git_branch"
|
||||
#airtime_versions=("" "airtime_182_tar" "airtime_194_tar")
|
||||
airtime_versions=("" "airtime_182_tar" "airtime_195_tar")
|
||||
airtime_versions=("" "airtime_182_tar" "airtime_195_tar")
|
||||
#airtime_versions=("")
|
||||
ubuntu_versions=("ubuntu_lucid_32" "ubuntu_lucid_64" "ubuntu_maverick_32" "ubuntu_maverick_64" "ubuntu_natty_32" "ubuntu_natty_64" "debian_squeeze_32" "debian_squeeze_64")
|
||||
#ubuntu_versions=("ubuntu_lucid_32" "ubuntu_lucid_64" "ubuntu_maverick_32" "ubuntu_maverick_64" "ubuntu_natty_32" "ubuntu_natty_64" "ubuntu_oneiric_32" "ubuntu_oneiric_64" "debian_squeeze_32" "debian_squeeze_64")
|
||||
ubuntu_versions=("ubuntu_natty_32" "ubuntu_natty_64")
|
||||
|
||||
num1=${#ubuntu_versions[@]}
|
||||
num2=${#airtime_versions[@]}
|
||||
|
@ -15,6 +15,7 @@ mkdir -p ./upgrade_logs
|
|||
|
||||
for i in $(seq 0 $(($num1 -1)));
|
||||
do
|
||||
#echo fab -f fab_setup.py os_update shutdown
|
||||
for j in $(seq 0 $(($num2 -1)));
|
||||
do
|
||||
echo fab -f fab_setup.py ${ubuntu_versions[$i]} ${airtime_versions[$j]} $target shutdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue