- Aug 02, 2021
-
-
Christian Hesse authored
As the SKS infrastructure is offline for good, we need to switch to keyserver.ubuntu.com for the time being. The Ubuntu keyservers to not support EC keys, thus we have to ignore failure when refreshing keys.
-
- Jul 29, 2021
-
-
David Runge authored
update-keys: Add SPDX license identifier for GPL-3.0-or-later.
-
- Jun 29, 2020
-
-
Christian Hesse authored
We need web of trust to download the master key signatures... So enable it.
-
- Oct 11, 2019
-
-
Christian Hesse authored
-
- Oct 07, 2019
-
-
Christian Hesse authored
... containing username and keyid
-
Christian Hesse authored
-
- Aug 06, 2019
-
-
Christian Hesse authored
-
Using popd at the very end of a shell script is unnecessary, because, as the very last command, there is nothing to restore state for. Immediately after, the shell subprocess is ended, and processes don't control the cwd of the parent process. Changing the cwd for the last microsecond of the shell process, during which no commands are run, is a mildly expensive no-op. By the same measure, if popd is never used, pushd is not needed to record the old cwd. So simply use 'cd'. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
This option only affects --export, and we always use armored keys. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
This has the same effect, but causes only the exported version of the key to be cleaned. Cleaning the internal copy doesn't matter. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
It is easier than passing around a dozen options on the command line. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Embedding quotes in a string doesn't work, it just causes KEYSERVER to not be quoted at all. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- Jan 23, 2019
-
-
Christian Hesse authored
-
Christian Hesse authored
* use --refresh-keys if key is available, not --recv-keys * refresh/receive in one go
-
Christian Hesse authored
This makes sure we do not loose signatures depending on key server used.
-
- Oct 19, 2017
-
-
Christian Hesse authored
Intermittent errors (due to broker network connectivity, key server failure, whatever ...) could result in an incomplete keyring. So exit immediately on error.
-
- Oct 17, 2017
-
-
Christian Hesse authored
-
Christian Hesse authored
We need the key and most recent self signature. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
There's no need to have images in pacman keyring... Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- Mar 20, 2017
-
-
Bartłomiej Piotrowski authored
- add keys of new Trusted Users: zorin, shibumi, archangegabriel - revoke keys of ex-TUs: flexiondotorg, dicebot - revoke Dan's master key Signed-off-by:
Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-
- Feb 07, 2015
-
-
Pierre Schmitz authored
-
- Sep 26, 2013
-
-
Pierre Schmitz authored
-
- Jun 10, 2013
-
-
Pierre Schmitz authored
-
- May 25, 2013
-
-
Pierre Schmitz authored
Use the file packager-revoked-keyids to revoke certain keys.
-
- Apr 07, 2012
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- Mar 31, 2012
-
-
Pierre Schmitz authored
-
- Mar 21, 2012
-
-
Pierre Schmitz authored
This reverts commit 9f3a1ace. Keep signatures until pacman 4.0.3 hits [core].
-
- Mar 09, 2012
-
-
Pierre Schmitz authored
-
- Mar 04, 2012
-
-
Pierre Schmitz authored
-
- Mar 03, 2012
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
We also remove unused signatures from the keys to keep the history more readable
-
- Feb 27, 2012
-
-
Pierre Schmitz authored
-
- Feb 20, 2012
-
-
Pierre Schmitz authored
-
- Feb 12, 2012
-
-
Pierre Schmitz authored
The update script creates key files for master keys and all developers with fully trusted keys.
-
Pierre Schmitz authored
* The keyid lists are retreived from archweb * The update script can be run to refresh all keys
-