From 886228a319cf00e80feb24aaf49ecc2db995b243 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 14 Apr 2009 22:47:46 +0200 Subject: [PATCH] process-unchecked move files to NEW using 0640 (changes 0644) mode, not default 0660/0664 Signed-off-by: Joerg Jaspert --- dak/process_unchecked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2