[Git-commits] [grml/grml-debootstrap] 06fc8b: Drop --insecure/SECURE option + instead depend on ...
Michael Prokop
mika at grml.org
Mon May 14 16:26:35 CEST 2012
Branch: refs/heads/master
Home: https://github.com/grml/grml-debootstrap
Commit: 06fc8bd266ad5f2ca4f28af7ae636f5db3c3bc57
https://github.com/grml/grml-debootstrap/commit/06fc8bd266ad5f2ca4f28af7ae636f5db3c3bc57
Author: Michael Prokop <mika at grml.org>
Date: 2012-05-14 (Mon, 14 May 2012)
Changed paths:
M cmdlineopts.clp
M config
M debian/control
M grml-debootstrap
M grml-debootstrap.8.txt
Log Message:
-----------
Drop --insecure/SECURE option + instead depend on debian-archive-keyring
When deploying Debian/squeeze from Debian/wheezy it fails with:
| Release signed by unknown key (key id AED4B06F473041FA)
and as Ubuntu provides grml-debootstrap in universe but its
/etc/apt/trusted.gpg doesn't include Debian's repos keys it also
fails there. As soon as
/usr/share/keyrings/debian-archive-keyring.gpg is available we
don't have to take care of it, so just drop the additional code
and deprecate the --insecure cmdline option and SECURE config
file option and instead depend on the debian-archive-keyring
package.
More information about the Git-commits
mailing list