summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-18 23:31:39 +0000
committerKarl Berry <karl@freefriends.org>2013-08-18 23:31:39 +0000
commit008b1c4fc694eb541c50db9f3d406607e269d2fc (patch)
treec8b9d8c37f242c781de45bcc236fdd8d2825da16 /Master/tlpkg/bin
parent2b3757aa4e0c4f3447313165deaa340812935b22 (diff)
upmethodology (18aug13)
git-svn-id: svn://tug.org/texlive/trunk@31461 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 807c54a6698..eea5cf4decf 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -741,7 +741,7 @@ sub do_tlp {
# the first one we come across, since we'll only find the first one
# on CTAN and we don't want to try to match subdir suffixes.
next if grep { $_ eq $basefile } @tl_basefiles;
-warn "checking tl file $file -> $basefile\n";
+#warn "checking tl file $file -> $basefile\n";
push (@tl_basefiles, $basefile);
# No point in comparing our pdfs now, too many are different.
@@ -774,7 +774,7 @@ warn "checking tl file $file -> $basefile\n";
}
chomp (my @ctan_files = `find $ctan_dir/ -name $basefile`);
-warn "ctan find $basefile: @ctan_files\n";
+#warn "ctan find $basefile: @ctan_files\n";
# the trailing / is so we dereference a symlink on CTAN.
next if @ctan_files > 1; # if more than one file by same name, skip