summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
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!