提交 c4d7af40 编写于 作者: J Joerg Jaspert

Merge branch 'master' into security

* master:
  new-security-install
2008-11-05 Joerg Jaspert <joerg@debian.org>
* dak/new_security_install.py (_do_Approve): This sudo call
definitely wants the -H option.
2008-11-01 Joerg Jaspert <joerg@debian.org>
* dak/process_unchecked.py (check_files): Also check the
......
......@@ -462,7 +462,7 @@ def _do_Approve():
print "Updating Release files..."
spawn("dak generate-releases")
print "Triggering security mirrors..."
spawn("sudo -u archvsync /home/archvsync/signal_security")
spawn("sudo -u archvsync -H /home/archvsync/signal_security")
# 4. chdir to done - do upload
if not Options["No-Action"]:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册