]> git.decadent.org.uk Git - dak.git/commitdiff
Merge commit 'stew/content_generation' into merge
authorJoerg Jaspert <joerg@debian.org>
Sat, 18 Apr 2009 21:59:20 +0000 (23:59 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 18 Apr 2009 21:59:20 +0000 (23:59 +0200)
* 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 <joerg@debian.org>
dak/process_unchecked.py

index 9301497b6ee18e6c2a31c1fa86af91b6dbad19d2..0a12eacabde747c504d0c8e11b62f9fe7e1d02fb 100755 (executable)
@@ -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."