]> git.decadent.org.uk Git - dak.git/commitdiff
new-security-install
authorJoerg Jaspert <joerg@debian.org>
Wed, 5 Nov 2008 19:51:41 +0000 (20:51 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 5 Nov 2008 19:51:41 +0000 (20:51 +0100)
add a -H to the archvsync sudo call

Signed-off-by: Joerg Jaspert <joerg@debian.org>
ChangeLog
dak/new_security_install.py

index 31085d640649ee71878fa746e66f7a157e4bbcd9..a7c85ec4b4d1f4600ce52c5291df06940097aa11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index a6469e27f4dfdd8f90fb1c245851867259ef4e1e..024702cacd15936c6e38fd3548d411d05c96eec3 100755 (executable)
@@ -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"]: