diff options
author | Norbert Preining <preining@logic.at> | 2012-04-17 04:12:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-04-17 04:12:01 +0000 |
commit | b91e9ddd28b2917ca284456b2e14e2bee80e1e4f (patch) | |
tree | 0757a11b7992d1f9cfc33ea5d0c081727a84c2f0 | |
parent | 86d7c60c406474fa856d8f87d69c7fa52ccacb1b (diff) |
move the multi-repo README to the doc dir, and mark it
as old development notes
git-svn-id: svn://tug.org/texlive/trunk@26005 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/doc/multi-repository.txt (renamed from Master/tlpkg/dev/dev.multi-source-support-v2.README) | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/Master/tlpkg/dev/dev.multi-source-support-v2.README b/Master/tlpkg/doc/multi-repository.txt index 513b8daf5c5..ca1192e080b 100644 --- a/Master/tlpkg/dev/dev.multi-source-support-v2.README +++ b/Master/tlpkg/doc/multi-repository.txt @@ -1,8 +1,7 @@ Multi source support in TeX Live v2 ----------------------------------- -(Work in progress) - -[needs dev.merge-tlmedia-into-tlpdb-and-get-rid-of-it !!!! ] +DEVELOPMENT NOTES -- SEE THE MANUAL PAGE OF TLMGR FOR CORRECT STATUS +===================================================================== v2 of this patches has changed completely the idea of implementation. Background of the new idea is to leave the code base of tlmgr.pl itself @@ -46,22 +45,6 @@ THe repo at "main" is used for various settings, the main configuration options, etc etc. Idea is still that everyone has the main repo CTAN (or mirror or ...), and can add some sub-repos. -Old discussion: - -[karl: how do these lines get added? tool, manual editing of tlpdb?] -[norbert: tlmgr location url1 url2=tag1 url3 url4=tag2 ... - # sets url1, url2 with tag tag1, url3, and url4 with tag2 - # as the list of available locations - # backward compatibility with former usage - tlmgr location add ... - # adds locations to the list of available locs - tlmgr location remove ... - # removes locations ... -] -[k2: well, there is no "location" action now, so compatibility isn't an issue. -having this new action seems like a good idea. tlmgr option location foo -will just become a synonm for tlmgr location add foo. yes?] - 2) invocation of tlmgr/installation ----------------------------------- @@ -102,7 +85,6 @@ or done -[NOT IMPLEMENTED BY NOW] 3) pinning ---------- |