[Piuparts-commits] rev 312 - in trunk: debian piupartslib

Holger Levsen holger at alioth.debian.org
Fri Apr 3 18:40:02 UTC 2009


Author: holger
Date: 2009-04-03 18:40:02 +0000 (Fri, 03 Apr 2009)
New Revision: 312

Modified:
   trunk/debian/changelog
   trunk/piupartslib/packagesdb.py
Log:
-C

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-03 18:36:53 UTC (rev 311)
+++ trunk/debian/changelog	2009-04-03 18:40:02 UTC (rev 312)
@@ -21,9 +21,6 @@
       package is of priority "required", and not whether it's "Essential".
     - rename status "essential-required-important" to "essential-required" 
       as important packages can be tested like all the others.
-    - assume packages in state "circular-dependency" are testable. True, they
-      are not testable without the circular dependent package, so in case of 
-      failure analysing will be harder.
   * Install scripts for master-slave mode without .py extension.
   * piuparts-master.py: remove code to write statistics, that is done only in 
     piuparts-report.py now.

Modified: trunk/piupartslib/packagesdb.py
===================================================================
--- trunk/piupartslib/packagesdb.py	2009-04-03 18:36:53 UTC (rev 311)
+++ trunk/piupartslib/packagesdb.py	2009-04-03 18:40:02 UTC (rev 312)
@@ -208,7 +208,7 @@
         "dependency-failed-testing": "dependency-failed-testing",
         "dependency-cannot-be-tested": "dependency-cannot-be-tested",
         "dependency-does-not-exist": "dependency-does-not-exist",
-        "circular-dependency": "waiting-to-be-tested",
+        "circular-dependency": "circular-dependency",
         "dependency-fix-not-yet-tested": "dependency-fix-not-yet-tested",
     }
 




More information about the Piuparts-commits mailing list