summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index daa82a6..ead29ba 100644
--- a/update.sh
+++ b/update.sh
@@ -14,6 +14,9 @@
TLCHECKOUT=${TLCHECKOUT:-/home/norbert/Development/TeX/texlive.git}
TLNETDEST=${TLNETDEST:-/home/norbert/Domains/server/preining.info/www/tlgpg}
+# how to sign
+export TL_GNUPGOPTS="--local-user 0xEC00B8DAD32266AA"
+
# we don't do TeX Catalogue updates
unset TEX_CATALOGUE
@@ -25,7 +28,6 @@ $TLCHECKOUT/Master/tlpkg/bin/tl-update-tlpdb \
$TLCHECKOUT/Master/tlpkg/bin/tl-update-containers \
-master `pwd` \
-location $TLNETDEST \
- -gpgcmd `pwd`/tl-sign-file \
-all # -recreate
# sometimes -recreate might be necessary to fully rebuild!