Message ID | 20120610213017.12194.44062.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/lava-test.py' --- lava_dispatcher/actions/lava-test.py 2012-05-23 04:03:59 +0000 +++ lava_dispatcher/actions/lava-test.py 2012-06-08 18:46:21 +0000 @@ -199,5 +199,6 @@ session.run('apt-get -y install python-software-properties') #add ppa - session.run('add-apt-repository %s < /dev/null' % arg[0]) + for repository in arg: + session.run('add-apt-repository %s < /dev/null' % repository) session.run('apt-get update')