From: Joerg Jaspert Date: Sat, 18 Apr 2009 21:59:20 +0000 (+0200) Subject: Merge commit 'stew/content_generation' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f2292c9a3f742a88bf161a82d14059984f55da5e;hp=d425a21ce2654d538ac7baba183c599e7f3f686c;p=dak.git Merge commit 'stew/content_generation' into merge * commit 'stew/content_generation': skip arches we should skip i think contents are actually working on separate thread now? possibly working multithread contents writer that has udebs disabled change reject email template to solicit a reply if new files are uploaded convert binaries.type to a enum some tweaking to the contents generation queries strip ./ from front of paths during contents.bootstrap Signed-off-by: Joerg Jaspert --- diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 9301497b..0a12eaca 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1483,7 +1483,7 @@ def acknowledge_new (summary, short_summary): Logger.log(["Moving to new", pkg.changes_file]) Upload.dump_vars(Cnf["Dir::Queue::New"]) - move_to_dir(Cnf["Dir::Queue::New"]) + move_to_dir(Cnf["Dir::Queue::New"], perms=0640, changesperms=0644) if not Options["No-Mail"]: print "Sending new ack."