- Apr 22, 2020
-
-
Christian Hesse authored
... and get latest signatures, including key with extended lifetime from Filipe Laíns (FFY00).
-
Christian Hesse authored
... and get latest signatures, including key with extended lifetime from Christian Rebischke (shibumi).
- Apr 21, 2020
-
-
Christian Hesse authored
... and get latest signatures, including key with extended lifetime from Nico Hood.
-
- Mar 19, 2020
-
-
Christian Hesse authored
... and get latest signatures.
-
Christian Hesse authored
Resigned on arch-dev mailing list.
-
- Jan 08, 2020
-
-
Christian Hesse authored
... and get latest signatures, including revokation certificate for thomas' master key by tpowa.
- Dec 19, 2019
-
-
Christian Hesse authored
... and get latest signatures, including sangy's key with extended lifetime.
- Dec 13, 2019
-
-
Christian Hesse authored
... and get latest signatures
-
- Oct 18, 2019
-
-
Christian Hesse authored
... and get latest signatures, including third master key signature for kpcyrd from anthraxx.
- Oct 17, 2019
-
-
Christian Hesse authored
... and get latest signatures, including several from Allan's and Pierre's master keys.
-
- Oct 16, 2019
-
- Oct 14, 2019
-
-
Christian Hesse authored
... and get latest signatures.
-
Christian Hesse authored
-
- Oct 11, 2019
-
-
Christian Hesse authored
... and get latest changes, including: * revocation of stativ's packager key * revocation of thomas' master key (dan and giovanni loose full trust, but no single package is signed by their key) * new key of dvzrv
-
Christian Hesse authored
-
Christian Hesse authored
-
Christian Hesse authored
-
Christian Hesse authored
- Oct 08, 2019
-
-
Christian Hesse authored
... and get latest signatures, including fourth master key signature for arodseth (which should allow to revoke thomas' master key).
-
- Oct 07, 2019
-
-
Christian Hesse authored
... with comments.
-
Christian Hesse authored
... containing username and keyid
-
Christian Hesse authored
... and get everything stripped by export-minimal before - including proper revocation signatures.
-
Christian Hesse authored
-
Christian Hesse authored
... and get latest signatures, including: * extended lifetime for anthraxx' packager key * extra master signature for anatolik's key (which brings us one step closer to revoking thomas' master key) * diabonas' packager key with three master key signatures
- Sep 27, 2019
-
-
Christian Hesse authored
-
- Sep 11, 2019
-
-
Christian Hesse authored
... and get latest signatures.
-
- Aug 27, 2019
-
-
Christian Hesse authored
... and get latest signatures, including key with extended lifetime for daurnimator.
- Aug 06, 2019
-
-
Christian Hesse authored
No idea why options in configuration file are more effective than options on the command line... But everything needed is still there.
-
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>
-