summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-07-07 09:05:27 +0900
committerNorbert Preining <norbert@preining.info>2017-07-07 09:05:27 +0900
commit5665d4a30f203aeef2520d6464b756e1e3a6f033 (patch)
tree47d7f3d41ce80cbe63155b14aec32275f66340cf /update.sh
parent3486bce4be52866037052b1eb533bb4d889849a8 (diff)
update.sh features
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 363d8b4a..aa1f1715 100644
--- a/update.sh
+++ b/update.sh
@@ -22,11 +22,17 @@ $TLCHECKOUT/Master/tlpkg/bin/tl-update-tlpdb \
-with-w32-pattern-warning -from-git \
--master=`pwd`
+if [ "$1" = "tlpdb" ] ; then
+ exit 0
+fi
+
$TLCHECKOUT/Master/tlpkg/bin/tl-update-containers \
-master `pwd` \
-location $TLNETDEST \
-gpgcmd `pwd`/tl-sign-file \
-all -recreate
+grep ^name tlpkg/texlive.tlpdb | grep -v 00texlive | grep -v '\.' | awk '{print$2}' | sort > $TLNETDEST/packages.txt
+
# sometimes -recreate might be necessary to fully rebuild!