X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=5463f1a6521a7219332614396359719b13aca514;hb=d0779ef69d429a210405002f252067806ddfa6f2;hp=48c3839b4dacb394e05a2c8465907edaa7cf5465;hpb=852b95bdefa52aead80cad3a51381535774dc48a;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 48c3839b..5463f1a6 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -455,7 +455,7 @@ def process_it(changes_file): u.pkg.changes["changedby2047"] = cnf["Dinstall::MyEmailAddress"] # debian-{devel-,}-changes@lists.debian.org toggles writes access based on this header - bcc = "X-DAK: dak process-unchecked\nX-Katie: $Revision: 1.65 $" + bcc = "X-DAK: dak process-unchecked" if cnf.has_key("Dinstall::Bcc"): u.Subst["__BCC__"] = bcc + "\nBcc: %s" % (cnf["Dinstall::Bcc"]) else: @@ -497,9 +497,9 @@ def process_it(changes_file): u.check_distributions() u.check_files(not Options["No-Action"]) valid_dsc_p = u.check_dsc(not Options["No-Action"]) - if valid_dsc_p: + if valid_dsc_p and not Options["No-Action"]: u.check_source() - # u.check_lintian() + u.check_lintian() u.check_hashes() u.check_urgency() u.check_timestamps()