From: Joerg Jaspert Date: Wed, 12 Mar 2008 22:29:21 +0000 (+0100) Subject: check_transitions only takes the loaded transitions X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3e2b7bbc4af97228d0f7e48bfc31167c44c3f9;p=dak check_transitions only takes the loaded transitions --- diff --git a/dak/edit_transitions.py b/dak/edit_transitions.py index 0d75652b..15cc8dc4 100755 --- a/dak/edit_transitions.py +++ b/dak/edit_transitions.py @@ -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)