From: Joerg Jaspert Date: Wed, 5 Nov 2008 19:52:03 +0000 (+0100) Subject: Merge branch 'master' into security X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c4d7af409b5203e0bc5695cafc998f974b71d080;hp=30b1d57ed3df70b938f29044742ecae59c570d99;p=dak.git Merge branch 'master' into security * master: new-security-install --- diff --git a/ChangeLog b/ChangeLog index 730146e4..2c3036fe 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"]: