summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-02 00:48:09 +0000
committerKarl Berry <karl@freefriends.org>2009-06-02 00:48:09 +0000
commit73a508f9942a87c9374af414df9bc28f21b01caf (patch)
tree4d824173375a552843aeea79ee2adda2782a6f45 /Master
parent33db84c82876a4c95d4ec7b3a20324a6cfde4d07 (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
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/check-tlnet-consistency15
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";
+# }
+# }
}