]> git.decadent.org.uk Git - dak.git/commitdiff
no more advisory
authorJoerg Jaspert <joerg@debian.org>
Mon, 13 Dec 2010 23:33:05 +0000 (00:33 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 13 Dec 2010 23:33:05 +0000 (00:33 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/new_security_install.py

index 861c05d215e66a70c0c8b1613297775a759e3d37..a408c1e37eb0c74e598cc479cb97ffd3bb8ef42f 100755 (executable)
@@ -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: