提交 0a16fa0a 编写于 作者: J Joerg Jaspert

Merge commit 'pkern/spu-perms-fix' into merge

* commit 'pkern/spu-perms-fix':
  make files moved to {o,}p-u-new world-readable
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
2008-11-30 Philipp Kern <pkern@debian.org>
* dak/process_unchecked.py (do_stableupdate, do_oldstableupdate):
move files to NEW for {old,}stable-proposed-updates world-readable
(Closes: #368056)
2008-11-30 Joerg Jaspert <joerg@debian.org>
* config/debian/apt.conf: Lets generate experimental content
......
......@@ -1303,7 +1303,7 @@ def do_stableupdate (summary, short_summary):
Logger.log(["Moving to proposed-updates", pkg.changes_file]);
Upload.dump_vars(Cnf["Dir::Queue::ProposedUpdates"]);
move_to_dir(Cnf["Dir::Queue::ProposedUpdates"])
move_to_dir(Cnf["Dir::Queue::ProposedUpdates"], perms=0664)
# Check for override disparities
Upload.Subst["__SUMMARY__"] = summary;
......@@ -1332,7 +1332,7 @@ def do_oldstableupdate (summary, short_summary):
Logger.log(["Moving to oldstable-proposed-updates", pkg.changes_file]);
Upload.dump_vars(Cnf["Dir::Queue::OldProposedUpdates"]);
move_to_dir(Cnf["Dir::Queue::OldProposedUpdates"])
move_to_dir(Cnf["Dir::Queue::OldProposedUpdates"], perms=0664)
# Check for override disparities
Upload.Subst["__SUMMARY__"] = summary;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册