From: Joerg Jaspert Date: Wed, 5 Nov 2008 19:51:41 +0000 (+0100) Subject: new-security-install X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=8bd3b5778660b5d78fbfad3db125156420c4c0f1 new-security-install add a -H to the archvsync sudo call Signed-off-by: Joerg Jaspert --- diff --git a/ChangeLog b/ChangeLog index 31085d64..a7c85ec4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-05 Joerg Jaspert + + * dak/new_security_install.py (_do_Approve): This sudo call + definitely wants the -H option. + 2008-11-01 Joerg Jaspert * dak/process_unchecked.py (check_files): Also check the diff --git a/dak/new_security_install.py b/dak/new_security_install.py index a6469e27..024702ca 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -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"]: