diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-02 00:48:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-02 00:48:09 +0000 |
commit | 73a508f9942a87c9374af414df9bc28f21b01caf (patch) | |
tree | 4d824173375a552843aeea79ee2adda2782a6f45 | |
parent | 33db84c82876a4c95d4ec7b3a20324a6cfde4d07 (diff) |
skip file differences for tonight, every RELOC
change is showing up.
git-svn-id: svn://tug.org/texlive/trunk@13570 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/check-tlnet-consistency | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency index 81e5481859c..045253382d7 100755 --- a/Master/tlpkg/bin/check-tlnet-consistency +++ b/Master/tlpkg/bin/check-tlnet-consistency @@ -191,17 +191,18 @@ sub main } } if (@sizeerror) { - print "packages with wront container size/md5s:\n"; + print "packages with wrong container size/md5s:\n"; for my $p (@sizeerror) { print "$p\n"; } } - for my $pkg (keys %filedifferrors) { - print "file differences in $pkg:\n"; - for my $l (@{$filedifferrors{$pkg}}) { - print " $l\n"; - } - } +# xx every RELOC change shows up. don't understand. +# for my $pkg (keys %filedifferrors) { +# print "file differences in $pkg:\n"; +# for my $l (@{$filedifferrors{$pkg}}) { +# print " $l\n"; +# } +# } } |