[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] no more advisory



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/new_security_install.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/new_security_install.py b/dak/new_security_install.py
index 861c05d..a408c1e 100755
--- a/dak/new_security_install.py
+++ b/dak/new_security_install.py
@@ -78,7 +78,7 @@ def spawn(command):
 def sudo(arg, fn, exit):
     if Options["Sudo"]:
         os.spawnl(os.P_WAIT, "/usr/bin/sudo", "/usr/bin/sudo", "-u", "dak", "-H",
-                  "/usr/local/bin/dak", "new-security-install", "-"+arg, "--", advisory)
+                  "/usr/local/bin/dak", "new-security-install", "-"+arg)
     else:
         fn()
     if exit:
-- 
1.5.6.5



Reply to: