From c43a6e19938380bb01435c9687aaeac2621b962c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 May 2017 17:26:47 +0000 Subject: tl-makeself-from-tlnet: rework to support spaces in source and target directory paths. More checking, reporting, debugging. tl-test-makeself, tl-test-install: new test scripts. tl-update-tlcritical: doc. tlmgr.pl: ddebug a couple init msgs instead of debug; doc. dev/profiles: new directory of profiles for assorted (manual) testing. git-svn-id: svn://tug.org/texlive/trunk@44249 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlcritical | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/tl-update-tlcritical') diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical index c07cd7c8f55..b600bee6ccc 100755 --- a/Master/tlpkg/bin/tl-update-tlcritical +++ b/Master/tlpkg/bin/tl-update-tlcritical @@ -3,6 +3,7 @@ # Public domain. Originally written 2008, Karl Berry. # Update the tlcritical mini-repository on tug with the critical # packages. Also listed in tl-update-containers, unfortunately. +# Run from cron.tl once a month, or whenever specified. tlcrit=/home/ftp/texlive/tlcritical recreate= @@ -24,7 +25,7 @@ if test -d "$tlcrit"; then :; else fi mydir=`cd \`dirname $0\` && pwd` -PATH=$mydir:/usr/local/gnu/bin:/usr/local/bin:$PATH # sha256sum+makensis on tug +PATH=$mydir:/usr/local/gnu/bin:/usr/local/bin:$PATH # sha*sum+makensis on tug master=`cd $mydir/../.. && pwd` TMPDIR=${TMPDIR-/tmp} -- cgit v1.2.3