CC-2870: Create testing infrastructure for testing upgrades
-added 1.9.5-RC1 to testing.
This commit is contained in:
parent
573d19c5fc
commit
d1aa45ae83
1 changed files with 5 additions and 0 deletions
|
@ -130,6 +130,11 @@ def airtime_194_tar():
|
|||
run('wget http://downloads.sourceforge.net/project/airtime/1.9.4/airtime-1.9.4.tar.gz')
|
||||
run('tar xfz airtime-1.9.4.tar.gz')
|
||||
sudo('cd ~/airtime-1.9.4/install_full/ubuntu && ./airtime-full-install')
|
||||
|
||||
def airtime_195_RC1_tar():
|
||||
run('wget http://downloads.sourceforge.net/project/airtime/1.9.5-RC1/airtime-1.9.5-RC1.tar.gz')
|
||||
run('tar xfz airtime-1.9.5-RC1.tar.gz')
|
||||
sudo('cd ~/airtime-1.9.5-RC1/install_full/ubuntu && ./airtime-full-install')
|
||||
|
||||
def airtime_latest_deb():
|
||||
append('/etc/apt/sources.list', "deb http://apt.sourcefabric.org/ lucid main", use_sudo=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue