[Bug 174261] auto-install ignores noauth option

Leslie Viljoen leslieviljoen at gmail.com
Wed Dec 5 23:50:58 UTC 2007


Public bug reported:

This fixes it:

    elif command == "autoinstall":
        if requires_args(command, args, "a list of package names"):
            command = "apt-get install --assume-yes " + noauth + " " +\
                      perform.concat(args[1:])
            print command
            perform.execute(command, root=1

If that can be pushed through the system I'd appreciate it. I want to
release a script that depends on it.

** Affects: wajig
     Importance: Undecided
         Status: New

-- 
auto-install ignores noauth option
https://bugs.launchpad.net/bugs/174261
You received this bug notification because you are a member of MOTU,
which is the bug contact for wajig.




More information about the universe-bugs mailing list