Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-20 | check for failure message in testsuccess/failure | David Kalnischkies | |
These functions check the exit code of the command, but for apt commands we can go further and require an error message for non-zero exits and none for zero exits. Git-Dch: Ignore | |||
2014-09-27 | use apt-key adv (+ gnupg) instead of gpgv for verify | David Kalnischkies | |
apt-key does the keyring merge as we need it, so we just call it instead of reimplementing it to do the merging before gpgv. This means we don't use gpgv anymore (we never depended on it explicitly - bad style), but it also means that the message in apt-cdrom add is a bit less friendly as it says loudly "untrusted key", but for a one-time command its okay. |