diff options
author | Norbert Preining <preining@logic.at> | 2011-04-27 01:30:55 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2011-04-27 01:30:55 +0000 |
commit | 9960b6a3bd3ef319d5071df4c76f234114870b25 (patch) | |
tree | 3952f852e26dad87ac0a5d9c8a11ab61c46f8123 /Master/tlpkg/doc/repository-setup.txt | |
parent | 904ad4b4e51304ce7ebb01c3d931bd6d18dee9c9 (diff) |
update repository-setup for maxrelease -> minrelease change
git-svn-id: svn://tug.org/texlive/trunk@22216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc/repository-setup.txt')
-rw-r--r-- | Master/tlpkg/doc/repository-setup.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/doc/repository-setup.txt b/Master/tlpkg/doc/repository-setup.txt index b6d52177848..e51454bc9fc 100644 --- a/Master/tlpkg/doc/repository-setup.txt +++ b/Master/tlpkg/doc/repository-setup.txt @@ -118,7 +118,7 @@ In the end the generate "package" 00texlive.config should contain and might optionally contain: depend container_split_src_files depend container_split_doc_files - depend maxrelease/MMMM-YOUR_ID + depend minrelease/MMMM-YOUR_ID The depend container_format/xz @@ -132,17 +132,17 @@ all of them into one .tar.xz. It is up to you. Finally, the depend release/NNNN-YOUR_ID and (optionally) - depend maxrelease/MMMM-YOUR_ID + depend minrelease/MMMM-YOUR_ID determine(s) which release(s) of TL your repository works with. -If maxrelease is present, the year specified in the local (user's) +If minrelease is present, the year specified in the local (user's) installation's $TLConfig::ReleaseYear must be in the range -[release,maxrelease]. -If maxrelease is not present, the release/NNNN value must exactly +[minrelease,release]. +If minrelease is not present, the release/NNNN value must exactly match the the TL release number NNNN. For example, you might have: - depend release/2009-myorg + depend release/2010-myorg and if your packages work with both TL'09 and TL'10, you could add: - depend maxrelease/2010-myorg + depend minrelease/2009-myorg For the rest of your package you should create .tlpsrc files describing |