diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-21 23:36:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-21 23:36:45 +0000 |
commit | b7947397d65dcb15b90fa41ab4ef1ad0563da6d1 (patch) | |
tree | 96c99fed89fb8709bf66df4485301a89b4485229 /Master | |
parent | 0aaf64b697e26361a9b0577b0405ea321f6b3026 (diff) |
keywords gone along with tug.ctan.org, should
remove from tlmgr at some point.
git-svn-id: svn://tug.org/texlive/trunk@28613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index fa23a6ec844..7eca556f204 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -228,31 +228,6 @@ fi fi # !config_scripts_only -# texcatalogue.keywords -# -if $config_scripts_only; then :; else -cat_dump=$TMPDIR/tc.xml -rm -f $cat_dump.new -wget --quiet ftp://tug.ctan.org/ftpmaint/az/texcatalogue.xml -O $cat_dump.new \ -&& test -s $cat_dump.new && mv $cat_dump.new $cat_dump -# if ftp fails, we'll reprocess the old dump, but that should be harmless. -$mydir/tl-update-keywords -input $cat_dump | tee $temp.keywords \ -| grep -v '# Generated' >$temp.keywords.new -# -keywordfile=texmf/scripts/texlive/var/texcatalogue.keywords -grep -v '# Generated' $keywordfile >$temp.keywords.cur -# -if test ! -s $temp.keywords.new; then - $verbose " $temp.keywords.new empty, skipping." -elif $diff $temp.keywords.cur $temp.keywords.new >$temp.keywords.diff; then - $verbose " $keywordfile ok." -else - $chicken $cp $temp.keywords.new $keywordfile - update_list="$update_list $keywordfile" -fi -fi # !config_scripts_only - - # ctan mirror list from ctan. if $config_scripts_only; then :; else if test `date +%w` = 0; then # only update on Sundays |