X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=1d5eb7accc227d6dcfe34de3287686a987b48b1f;hb=473d5f7657d185319a111717f4203bc4dd6defe3;hp=a2cb9f375976af04cc246ab22c46c6b13e64dd89;hpb=ea2484f6cbfe606f31d0f033e49190486f81cd2d;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