- Aug 06, 2019
-
-
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>
-
- Aug 05, 2019
-
- Aug 04, 2019
-
-
Christian Hesse authored
... and get latest signatures, including key with extended lifetime for Brett Cornwall (ainola).
-
- Jul 17, 2019
-
-
Christian Hesse authored
... and get latest signatures.
-
- May 13, 2019
-
-
Christian Hesse authored
... and get latest signatures.
-
- Jan 23, 2019
-
-
Christian Hesse authored
-
Christian Hesse authored
get anthraxx's master key and his signatures
-
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.
-
Christian Hesse authored
get escondida's key with extended lifetime
-
- Jan 22, 2019
-
-
Christian Hesse authored
get alad's key with extended lifetime
-
Christian Hesse authored
-
Christian Hesse authored
-
- Dec 18, 2018
-
-
Christian Hesse authored
- Dec 10, 2018
-
-
Christian Hesse authored
-
- Nov 28, 2018
-
-
Christian Hesse authored
- Nov 26, 2018
-
-
Christian Hesse authored
-
Christian Hesse authored
-
- Nov 25, 2018
-
-
Christian Hesse authored
-
- Nov 22, 2018
-
-
Christian Hesse authored
- Nov 21, 2018
-
-
Christian Hesse authored
-
- Nov 13, 2018
-
-
Christian Hesse authored
-
Christian Hesse authored
- Oct 31, 2018
-
-
Pierre Schmitz authored
- Oct 18, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-