← Back to team overview

yellow team mailing list archive

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

 

Francesco Banconi has proposed merging lp:~frankban/launchpad/setuplxc-install-subunit into lp:launchpad.

Requested reviews:
  Launchpad Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~frankban/launchpad/setuplxc-install-subunit/+merge/102817

== Changes ==

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

-- 
https://code.launchpad.net/~frankban/launchpad/setuplxc-install-subunit/+merge/102817
Your team Launchpad Yellow Squad is requested to review the proposed merge of lp:~frankban/launchpad/setuplxc-install-subunit into lp:launchpad.
=== modified file 'utilities/setuplxc.py'
--- utilities/setuplxc.py	2012-04-18 09:04:34 +0000
+++ utilities/setuplxc.py	2012-04-20 08:55:24 +0000
@@ -55,8 +55,10 @@
     )
 DEPENDENCIES_DIR = '~/dependencies'
 DHCP_FILE = '/etc/dhcp/dhclient.conf'
-HOST_PACKAGES = ['ssh', 'lxc', 'libvirt-bin', 'bzr', 'testrepository',
-    'python-shell-toolbox']
+HOST_PACKAGES = [
+    'ssh', 'lxc', 'libvirt-bin', 'bzr', 'testrepository',
+    'python-shelltoolbox', 'subunit',
+    ]
 HOSTS_FILE = '/etc/hosts'
 MAILNAME_FILE = '/etc/mailname'
 LP_APACHE_MODULES = 'proxy proxy_http rewrite ssl deflate headers'