add a -H to the archvsync sudo call
Signed-off-by: Joerg Jaspert <joerg@debian.org>
+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
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"]: