canmove, Confirmed users
1,394
edits
(→Setup) |
|||
| Line 182: | Line 182: | ||
==== Setup ==== | ==== Setup ==== | ||
GNUPGHOME has the Ubuntu arch key in it | GNUPGHOME has the Ubuntu arch key in it. If a sync operation fails because a signature does not verify, download the key using | ||
GNUPGHOME=/etc/debmirror-gpg gpg --no-default-keyring --keyring /etc/debmirror-gpg/trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys | GNUPGHOME=/etc/debmirror-gpg gpg --no-default-keyring --keyring /etc/debmirror-gpg/trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys $KEY_ID | ||
Add `--keyserver-options http-proxy=proxy.dmz.scl3.mozilla.com:3128` at Mozilla. Note that this keyserver's search option appears to be broken. You can usually google for the key id, and find the relevant link on the keyserver, and then copy-paste the result into | |||
GNUPGHOME=/etc/debmirror-gpg gpg --no-default-keyring --keyring /etc/debmirror-gpg/trustedkeys.gpg --import | |||
with `/etc/debmirror.conf` containing only the Perl no-op "1;". | with `/etc/debmirror.conf` containing only the Perl no-op "1;". | ||