diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-26 18:07:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-26 18:07:36 +0000 |
commit | 053051acf0c2867c7f420a12fbf16c0179091462 (patch) | |
tree | 6438a30728cd2bfd7b61dce408060fd2e075f3cf /Master/tlpkg/bin/tl-update-auto | |
parent | 1a403278034ef69ced347d4a046bc4aaf48008af (diff) |
back to parsing catalogue xml directly, no perl dump
git-svn-id: svn://tug.org/texlive/trunk@26663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index a664da9dcf1..44a2e834750 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -249,23 +249,22 @@ fi fi # !config_scripts_only -# texcatalogue.data -# -if $config_scripts_only; then :; else -$mydir/tl-dump-texcatalogue /home/httpd/html/catalogue >$temp.tcdata.new -# -tcdatafile=texmf/scripts/texlive/var/texcatalogue.data -# -if test ! -s $temp.tcdata.new; then - $verbose " $temp.tcdata.new empty, skipping." -elif $diff $tcdatafile $temp.tcdata.new >$temp.tcdata.diff; then - $verbose " $tcdatafile ok." -else - $chicken $cp $temp.tcdata.new $tcdatafile - update_list="$update_list $tcdatafile" -fi -fi # !config_scripts_only - +# # texcatalogue.data (commented out since no longer dumping) +# # +# if $config_scripts_only; then :; else +# $mydir/tl-dump-texcatalogue /home/httpd/html/catalogue >$temp.tcdata.new +# # +# tcdatafile=texmf/scripts/texlive/var/texcatalogue.data +# # +# if test ! -s $temp.tcdata.new; then +# $verbose " $temp.tcdata.new empty, skipping." +# elif $diff $tcdatafile $temp.tcdata.new >$temp.tcdata.diff; then +# $verbose " $tcdatafile ok." +# else +# $chicken $cp $temp.tcdata.new $tcdatafile +# update_list="$update_list $tcdatafile" +# fi +# fi # !config_scripts_only # ctan mirror list from ctan. |