← Back to team overview

yellow team mailing list archive

[Merge] lp:~frankban/launchpad/setuplxc-yellow-ppa into lp:launchpad

 

Francesco Banconi has proposed merging lp:~frankban/launchpad/setuplxc-yellow-ppa into lp:launchpad.

Requested reviews:
  Launchpad Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~frankban/launchpad/setuplxc-yellow-ppa/+merge/98236

== Changes ==

The yellow PPA is now added to the list of apt repositories.
The PPA contains the updated version of testrepository addressing the encoding issue we are experiencing in parallel tests.
-- 
https://code.launchpad.net/~frankban/launchpad/setuplxc-yellow-ppa/+merge/98236
Your team Launchpad Yellow Squad is requested to review the proposed merge of lp:~frankban/launchpad/setuplxc-yellow-ppa into lp:launchpad.
=== modified file 'utilities/setuplxc.py'
--- utilities/setuplxc.py	2012-03-14 15:31:58 +0000
+++ utilities/setuplxc.py	2012-03-19 17:03:25 +0000
@@ -48,6 +48,10 @@
     'deb http://archive.ubuntu.com/ubuntu {distro}-security multiverse',
     'ppa:launchpad/ppa',
     'ppa:bzr/ppa',
+    # XXX 2012-03-19 frankban bug=955006:
+    #     The yellow PPA contains an updated version of testrepository
+    #     that fixes the encoding issue.
+    'ppa:yellow/ppa',
     )
 DEPENDENCIES_DIR = '~/dependencies'
 DHCP_FILE = '/etc/dhcp/dhclient.conf'