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

Holger Levsen holger at alioth.debian.org
Fri Dec 31 13:39:54 UTC 2010


Author: holger
Date: 2010-12-31 13:39:53 +0000 (Fri, 31 Dec 2010)
New Revision: 851

Modified:
   trunk/debian/changelog
   trunk/piuparts-slave.py
Log:
make configuration setting "distro" to not default to any distro.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-12-31 12:39:57 UTC (rev 850)
+++ trunk/debian/changelog	2010-12-31 13:39:53 UTC (rev 851)
@@ -43,6 +43,7 @@
     - don't use the packages file from the default distro (sid) for 
       upgrade-tests if no distro is given, rather use the last one of the tested
       distros (ie. squeeze in the current setup on piatti.d.o)
+    - make configuration setting "distro" to not default to any distro.
   * piuparts.py: 
     - new option: --log-level to specify the verbosity of piuparts
       output. Thanks to Fabrice Coutadeur for the patch! (Closes: #567190)

Modified: trunk/piuparts-slave.py
===================================================================
--- trunk/piuparts-slave.py	2010-12-31 12:39:57 UTC (rev 850)
+++ trunk/piuparts-slave.py	2010-12-31 13:39:53 UTC (rev 851)
@@ -70,7 +70,7 @@
                 "log-file": "piuparts-master.log",
                 "mirror": None,
                 "piuparts-cmd": "sudo piuparts",
-                "distro": "sid",
+                "distro": None,
                 "chroot-tgz": None,
                 "upgrade-test-distros": None,
                 "upgrade-test-chroot-tgz": None,




More information about the Piuparts-commits mailing list