From 5665d4a30f203aeef2520d6464b756e1e3a6f033 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 7 Jul 2017 09:05:27 +0900 Subject: update.sh features --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'update.sh') 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! -- cgit v1.2.3