auto-install ignores noauth option

Bug #174261 reported by Leslie Viljoen
2
Affects Status Importance Assigned to Milestone
wajig
Fix Released
Undecided
Unassigned

Bug Description

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.

Revision history for this message
Leslie Viljoen (leslieviljoen) wrote :

Was anything ever done about this? Was the code forwarded upstream?

Revision history for this message
Leslie Viljoen (leslieviljoen) wrote :

Reported, fixed and closed at Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506795

Should be propagating. Please can someone close this bug?

Changed in wajig:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.