From 008b1c4fc694eb541c50db9f3d406607e269d2fc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 Aug 2013 23:31:39 +0000 Subject: upmethodology (18aug13) git-svn-id: svn://tug.org/texlive/trunk@31461 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin') 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 -- cgit v1.2.3