summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkg-ctan-check
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-13 23:46:22 +0000
committerKarl Berry <karl@freefriends.org>2024-02-13 23:46:22 +0000
commitdd6284e2541cc9d43f10bb620ba4ce18e55b9f97 (patch)
treec136aa00017d43a7cf4f1caeee9d56d9a04ecae6 /Master/tlpkg/bin/tlpkg-ctan-check
parent8d1c7ee992124f0263c800c7296a60ac682f9435 (diff)
arara (14feb24)
git-svn-id: svn://tug.org/texlive/trunk@69831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 594526033b4..8d97ba3f5cf 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -1224,6 +1224,11 @@ sub do_tlp {
# Compares director to binary.
next if $basefile eq "optexcount";
+ # Files we have edited in TL, will probably never be updated
+ # upstream (authors won't make new releases, though they've agreed
+ # to the changes), and aren't worth bothering CTAN about.
+ next if $basefile =~ /^(culmus.map|ebong.py)$/;
+
# Wrong README gets compared.
next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,;