X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=20e04bd6fa969fd65d6a76a29e9b23a5229d4ac5;hb=3210a768ef56cee5f2aaac44f52fa8e6352fbc94;hp=ec5afeb7fd707977046437a3f84ad12032f2bca5;hpb=07f1501528d921e08f09fbb29452b3252e57aa2d;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index ec5afeb7..20e04bd6 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -2010,15 +2010,15 @@ distribution.""" # Skip all of this if not sending mail to avoid confusing people if cnf.has_key("Dinstall::Options::No-Mail") and cnf["Dinstall::Options::No-Mail"]: - return summary - - announcetemplate = os.path.join(cnf["Dir::Templates"], 'process-unchecked.announce') + return "" # Only do announcements for source uploads with a recent dpkg-dev installed if float(self.pkg.changes.get("format", 0)) < 1.6 or not \ self.pkg.changes["architecture"].has_key("source"): return "" + announcetemplate = os.path.join(cnf["Dir::Templates"], 'process-unchecked.announce') + lists_done = {} summary = ""