[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-14-g5c2eadd

Andreas Beckmann debian at abeckmann.de
Mon Jan 9 17:10:51 UTC 2012


The following commit has been merged in the piatti branch:
commit 71d129a435bc16f004c01c6c2809201c362f52e0
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Jan 8 18:47:03 2012 +0100

    do not propagate the circular-dependency state
    
    Simplify detecting new cycles: only packages that lie on the cycle
    will be marked 'circular-dependency'.  Packages depending on the
    cycle will be 'unknown' (until the cycle has been added to
    circular-depends-*.txt).
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index 3cfd351..c134e6a 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -240,7 +240,6 @@ class PackagesDB:
         "dependency-failed-testing": "dependency-failed-testing",
         "dependency-cannot-be-tested": "dependency-cannot-be-tested",
         "dependency-does-not-exist": "dependency-does-not-exist",
-        "circular-dependency": "circular-dependency",
         "does-not-exist": "dependency-does-not-exist",
         "unknown-preferred-alternative": "unknown-preferred-alternative",
         "no-dependency-from-alternatives-exists": "dependency-cannot-be-tested",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list