Merge lp:~qzhang/lava-dispatcher/fix-985601 into lp:lava-dispatcher

Proposed by Spring Zhang
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 276
Merged at revision: 276
Proposed branch: lp:~qzhang/lava-dispatcher/fix-985601
Merge into: lp:lava-dispatcher
Diff against target: 11 lines (+1/-1)
1 file modified
lava_dispatcher/actions/lava-test.py (+1/-1)
To merge this branch: bzr merge lp:~qzhang/lava-dispatcher/fix-985601
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+102692@code.launchpad.net

Description of the change

Add package python-keyring

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

This should be fixed at another level but I agrre this simple change will resolve the immediate problem

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lava_dispatcher/actions/lava-test.py'
--- lava_dispatcher/actions/lava-test.py 2012-03-28 03:13:38 +0000
+++ lava_dispatcher/actions/lava-test.py 2012-04-19 12:44:16 +0000
@@ -34,7 +34,7 @@
34 #Install necessary packages for build lava-test34 #Install necessary packages for build lava-test
35 cmd = ('apt-get -y --force-yes install '35 cmd = ('apt-get -y --force-yes install '
36 'bzr usbutils python-apt python-setuptools '36 'bzr usbutils python-apt python-setuptools '
37 'python-simplejson lsb-release')37 'python-simplejson lsb-release python-keyring')
38 session.run(cmd, timeout=2400)38 session.run(cmd, timeout=2400)
39 session.run("apt-get -y --force-yes install python-pip")39 session.run("apt-get -y --force-yes install python-pip")
4040

Subscribers

People subscribed via source and target branches