diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-09 13:09:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-09 13:09:25 +0000 |
commit | 50f52150516bb5f7e20bb1c586122ca09bd28f13 (patch) | |
tree | 8822a040ccf4609a69bf11dab1f8c87a78b2515d /Master/tlpkg/bin/tl-update-containers | |
parent | 5da0dbdab1336721cde8b5b5e54288d8dd740d39 (diff) |
move release-texlive.txt and doc.html to texlive.infra, so they can be updated later; move some exceptions from check-file-coverage to 00texlive.core; no containers for any 00texlive.*\. package
git-svn-id: svn://tug.org/texlive/trunk@8616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index bd9b13acd13..416a65532a2 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -87,10 +87,8 @@ sub main = 0; for my $pkg (@packs) { - next if ($pkg eq "00texlive-installation.config"); - next if ($pkg eq "00texlive.config"); - next if ($pkg eq "00texlive.core"); - next if ($pkg eq "00texlive.installer"); + # by definition, any 00texlive... package does not need containers. + next if $pkg =~ /00texlive.*\./; my $oldrev = 0; if (-r "$opt_containerdir/$pkg.tar.$type" && defined($archiverevs{$pkg})) { |