]> git.donarmstrong.com Git - dak.git/commitdiff
check_transitions only takes the loaded transitions
authorJoerg Jaspert <joerg@debian.org>
Wed, 12 Mar 2008 22:29:21 +0000 (23:29 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 12 Mar 2008 22:29:21 +0000 (23:29 +0100)
dak/edit_transitions.py

index 0d75652b783457fbd532b4a86a9734325a72c08d..15cc8dc4d2a34f2cc5d0ce71c914fd67fd19dcb4 100755 (executable)
@@ -305,7 +305,7 @@ def main():
         edit_transitions()
     elif Options["check"]:
         # Check and remove outdated transitions
-        check_transitions(transitions, Cnf["Dinstall::Reject::ReleaseTransitions"])
+        check_transitions(transitions)
     else:
         # Output information about the currently defined transitions.
         transition_info(transitions)