diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 18 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlpdb | 3 |
3 files changed, 2 insertions, 22 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index a6da99d5849..02d9aac9eac 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -35,7 +35,7 @@ if false && $update_sources_from_ctan; then svn rm ... # final check and commit: - svn status + svn status # don't worry about binaries. svn commit -m"asy $ver sources" . ../README exit $? @@ -76,7 +76,6 @@ elif false && $update_runtime_from_ainst; then xu=$B/source/utils xy=$xu/asymptote cd $xy - $cp binaries/i386-win32/texlive/asy.exe $cb/ $cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 44a2e834750..6e3f3f1ded4 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -249,24 +249,6 @@ 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. if $config_scripts_only; then :; else if test `date +%w` = 0; then # only update on Sundays diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index a445f490f61..012a4971cbf 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -70,7 +70,6 @@ sub main { die "$progname: Master $opt_master not a directory, goodbye.\n"; } - $opt_catalogue = "/home/httpd/html/catalogue" if ! $opt_catalogue; @@ -85,7 +84,7 @@ sub main { info ("$progname: reading TeX Catalogue $opt_catalogue ...\n"); $tlc = TeXLive::TeXCatalogue->new ("location" => $opt_catalogue); } else { - tlwarn("$progname: reusing Catalogue data, since that is not readable: " + tlwarn("$progname: reusing Catalogue data, since source is not readable: " . "$opt_catalogue\n"); } |