diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-03 15:10:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-03 15:10:31 +0000 |
commit | db0f0748773fa12fb16d10cd803f79887c77e44e (patch) | |
tree | 12f4900d072a492749738c1b37874c105704ae98 /Master/tlpkg/gpg | |
parent | 8f1857f2c25b53e5ef594eb3e37f0f6f81066273 (diff) |
fail if gpg fails or key expired
git-svn-id: svn://tug.org/texlive/trunk@54986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/gpg')
-rw-r--r-- | Master/tlpkg/gpg/tl-key-extension.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/gpg/tl-key-extension.txt b/Master/tlpkg/gpg/tl-key-extension.txt index dcd14e279f0..0ceeab2c69d 100644 --- a/Master/tlpkg/gpg/tl-key-extension.txt +++ b/Master/tlpkg/gpg/tl-key-extension.txt @@ -4,13 +4,12 @@ $Id$ How to update TeX Live distribution signing key =============================================== -this should be done every year during the pretest. +This must be done every year! It's not optional. shut down networking service cp gpg directory from USB stick to computer - export GNUPGHOME=...<COPY OF USBSTICK gpg directory> export KEYID=0xC78B82D8C79512F79CC0D7C80D5E5D9106BAB6BC gpg --edit-key $KEYID @@ -44,3 +43,7 @@ svn/git commit # texlive.asc, see above how to export it) gpg --homedir ~texlive/.gnupg --import texlive.asc + +More info: +. we use tlpkg/bin/tl-sign-file to sign texlive.tlpdb. +. gpg --verify --verbose foo.asc for info on signature of file. |