diff options
author | Norbert Preining <preining@logic.at> | 2022-09-10 11:05:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2022-09-10 11:05:02 +0000 |
commit | 26abc95b02d7e3977c71fb4decee1ba79fc9c658 (patch) | |
tree | ff275ffd2a3000985db34c60186ef0d8d91c28a5 | |
parent | 1a2f0c2523736035e34bd85435527ca767b6aa88 (diff) |
gpg readme: Add comment on ubuntu gpg server update
git-svn-id: svn://tug.org/texlive/trunk@64328 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/gpg/tl-key-extension.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/gpg/tl-key-extension.txt b/Master/tlpkg/gpg/tl-key-extension.txt index 4157e0fca4b..53c9b16d522 100644 --- a/Master/tlpkg/gpg/tl-key-extension.txt +++ b/Master/tlpkg/gpg/tl-key-extension.txt @@ -30,6 +30,8 @@ unset GNUPGHOME gpg --send-keys $KEYID +# also update https://keyserver.ubuntu.com/ and maybe others? + # update TeX Live repository export GNUPGHOME=/home/texlive/Master/tlpkg/gpg # wherever svn checkout # use gpg version 1 here!!! |