summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlcritical
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-04-16 04:37:19 +0000
committerNorbert Preining <preining@logic.at>2016-04-16 04:37:19 +0000
commit4560a98ba073c1d0143d5f3b56803be9f526a616 (patch)
treeb5f1ec12f5d2e79c04246a6e45eb4370bfd1176b /Master/tlpkg/bin/tl-update-tlcritical
parent58f2feb77ad7bd9667af038d60857bb9f7e3f46a (diff)
use tl-sign-file for signing instead of duplicated gpg invocation
git-svn-id: svn://tug.org/texlive/trunk@40547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlcritical')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlcritical4
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical
index 099fa395b6c..c07cd7c8f55 100755
--- a/Master/tlpkg/bin/tl-update-tlcritical
+++ b/Master/tlpkg/bin/tl-update-tlcritical
@@ -50,9 +50,7 @@ do_updater ()
# make checksum for new file:
sha512sum $newfile >$newfile.sha512
# sign it:
- gpg --batch --homedir /home/texlive/.gnupg \
- --passphrase-file /home/texlive/.gnupg/passphrase \
- --armor --detach-sign --local-user 0x06BAB6BC $newfile.sha512
+ $master/tlpkg/bin/tl-sign-file $newfile.sha512
#
# create the generic names as symlinks. target files must be nonempty.
test -s $newfile \