X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fprocess_unchecked.py;h=48c3839b4dacb394e05a2c8465907edaa7cf5465;hb=852b95bdefa52aead80cad3a51381535774dc48a;hp=856c1dfa190283488ae138209c20421f71079317;hpb=add275e4b0d5b93fbc7774078d1d7e9dcbb66de9;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 856c1dfa..48c3839b 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()