X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=34020205bba3ba0b75d35fdcf6225e3848897bb6;hb=c07d8e9ee4c188368fa64dc1f4db0f98d2c9f863;hp=856c1dfa190283488ae138209c20421f71079317;hpb=add275e4b0d5b93fbc7774078d1d7e9dcbb66de9;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 856c1dfa..34020205 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -235,7 +235,7 @@ def package_to_queue(u, summary, short_summary, queue, perms=0660, build=True, a u.pkg.write_dot_dak(dir) u.move_to_dir(dir, perms=perms) if build: - get_queue(queue.lower()).autobuild_upload(u.pkg, dir) + get_or_set_queue(queue.lower()).autobuild_upload(u.pkg, dir) # Check for override disparities u.check_override() @@ -499,6 +499,7 @@ def process_it(changes_file): valid_dsc_p = u.check_dsc(not Options["No-Action"]) if valid_dsc_p: u.check_source() + u.check_lintian() u.check_hashes() u.check_urgency() u.check_timestamps()