提交 886228a3 编写于 作者: J Joerg Jaspert

process-unchecked

move files to NEW using 0640 (changes 0644) mode, not default 0660/0664
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 6d052c1f
......@@ -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."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册