Merge lp:~frankban/launchpad/setuplxc-install-subunit into lp:launchpad

Proposed by Francesco Banconi on 2012-04-20
Status: Merged
Approved by: Graham Binns on 2012-04-20
Approved revision: no longer in the source branch.
Merged at revision: 15131
Proposed branch: lp:~frankban/launchpad/setuplxc-install-subunit
Merge into: lp:launchpad
Diff against target: 16 lines (+4/-2)
1 file modified
utilities/setuplxc.py (+4/-2)
To merge this branch: bzr merge lp:~frankban/launchpad/setuplxc-install-subunit
Reviewer Review Type Date Requested Status
Graham Binns (community) code 2012-04-20 Approve on 2012-04-20
Review via email: mp+102817@code.launchpad.net

Description of the Change

== Changes ==

Updated setuplxc to install subunit in the host.
s/python-shell-toolbox/python-shelltoolbox.

To post a comment you must log in.
Graham Binns (gmb) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utilities/setuplxc.py'
2--- utilities/setuplxc.py 2012-04-18 09:04:34 +0000
3+++ utilities/setuplxc.py 2012-04-20 08:58:20 +0000
4@@ -55,8 +55,10 @@
5 )
6 DEPENDENCIES_DIR = '~/dependencies'
7 DHCP_FILE = '/etc/dhcp/dhclient.conf'
8-HOST_PACKAGES = ['ssh', 'lxc', 'libvirt-bin', 'bzr', 'testrepository',
9- 'python-shell-toolbox']
10+HOST_PACKAGES = [
11+ 'ssh', 'lxc', 'libvirt-bin', 'bzr', 'testrepository',
12+ 'python-shelltoolbox', 'subunit',
13+ ]
14 HOSTS_FILE = '/etc/hosts'
15 MAILNAME_FILE = '/etc/mailname'
16 LP_APACHE_MODULES = 'proxy proxy_http rewrite ssl deflate headers'