diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-08 17:26:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-08 17:26:47 +0000 |
commit | c43a6e19938380bb01435c9687aaeac2621b962c (patch) | |
tree | d79568fad21501809a8482713ef268fa0a950c92 /Master/tlpkg/bin/tl-update-tlcritical | |
parent | fb7356be8fc2d630c3c088408799c2dc0d325502 (diff) |
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
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlcritical')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlcritical | 3 |
1 files changed, 2 insertions, 1 deletions
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} |