X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=1d5eb7accc227d6dcfe34de3287686a987b48b1f;hb=0df6ae5464efede5f45ff3a02bf42c2e24cd25da;hp=a2cb9f375976af04cc246ab22c46c6b13e64dd89;hpb=1c35448b880358d020e81339657e3435fdda9434;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index a2cb9f37..1d5eb7ac 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -142,7 +142,7 @@ def set_suite(file, suite, session): for key in desired.keys(): if not current.has_key(key): (package, version, architecture) = key.split() - pkid = get_id (package, version, architecture) + pkid = get_id (package, version, architecture, session) if not pkid: continue if architecture == "source": @@ -175,7 +175,7 @@ def process_file(file, suite, action, session): (package, version, architecture) = split_line - pkid = get_id(package, version, architecture) + pkid = get_id(package, version, architecture, session) if not pkid: continue