Comment 4 for bug 788685

Revision history for this message
Henning Eggers (henninge) wrote :

The actual change maybe as simple as this but I don't know if that is all. Also, we'd want a test for this.

=== modified file 'lib/lp/soyuz/model/queue.py'
--- lib/lp/soyuz/model/queue.py 2011-06-13 18:17:37 +0000
+++ lib/lp/soyuz/model/queue.py 2011-06-15 09:13:41 +0000
@@ -1165,7 +1165,7 @@
         valid_pockets = (
             PackagePublishingPocket.RELEASE, PackagePublishingPocket.SECURITY,
             PackagePublishingPocket.UPDATES, PackagePublishingPocket.PROPOSED)
- valid_component_names = ('main', 'restricted')
+ valid_component_names = ('main', 'restricted', 'universe')
         if (self.packageupload.pocket not in valid_pockets or
             sourcepackagerelease.component.name not in valid_component_names):
             # XXX: CarlosPerelloMarin 2006-02-16 bug=31665: