[Piuparts-commits] rev 870 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Tue Jan 4 13:51:21 UTC 2011


Author: holger
Date: 2011-01-04 13:51:19 +0000 (Tue, 04 Jan 2011)
New Revision: 870

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
Make "natty" the default Ubuntu distribution.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2011-01-04 13:42:32 UTC (rev 869)
+++ trunk/debian/changelog	2011-01-04 13:51:19 UTC (rev 870)
@@ -1,3 +1,9 @@
+piuparts (0.40) UNRELEASED; urgency=low
+
+  * Make "natty" the default Ubuntu distribution.
+
+ -- Holger Levsen <holger at debian.org>  Tue, 04 Jan 2011 14:50:24 +0100
+
 piuparts (0.39) unstable; urgency=low
 
   [ Holger Levsen ]

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2011-01-04 13:42:32 UTC (rev 869)
+++ trunk/piuparts.py	2011-01-04 13:51:19 UTC (rev 870)
@@ -98,7 +98,7 @@
         return [("http://archive.ubuntu.com/ubuntu", self.get_components())]
 
     def get_distribution(self):
-        return ["lucid"]
+        return ["natty"]
 
 
 class DefaultsFactory:




More information about the Piuparts-commits mailing list