summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-06-01 00:21:05 +0000
committerKarl Berry <karl@freefriends.org>2012-06-01 00:21:05 +0000
commitb854b03453eb2704a5ba2fc102538c5a28d1e089 (patch)
tree45f35b3d1734c5044f67b3c717d5d6d592d1918e /Master/tlpkg
parentfcf2244919c5f0d95df1061c6678448c5cc83bbc (diff)
consistency/doc
git-svn-id: svn://tug.org/texlive/trunk@26755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy3
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto18
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlpdb3
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");
}