diff options
author | Norbert Preining <preining@logic.at> | 2009-09-15 18:56:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-15 18:56:50 +0000 |
commit | 995770ec5a02a4379ee49acbad1ce091601f7203 (patch) | |
tree | 1d78cb5bf9ab257c8c5d66ceb3127337fbd4b0b3 /Master/tlpkg/dev/README | |
parent | 29b6bc51ba93d568c16f16e04fbc509653d85241 (diff) |
rework tlpkg/doc and tlpkg/dev layout
git-svn-id: svn://tug.org/texlive/trunk@15301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/dev/README')
-rw-r--r-- | Master/tlpkg/dev/README | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/README b/Master/tlpkg/dev/README new file mode 100644 index 00000000000..61ea2a60b97 --- /dev/null +++ b/Master/tlpkg/dev/README @@ -0,0 +1,45 @@ +dev.multi-source-support.patch +dev.multi-source-support.README + see dev.multi-source-support.README + +dev.tempfile-for-tlpdb.patch + trial to make symlink attacks harder by using tmpfiles instead + of the always same filename when downloading the tlpdb.xz + +dev.usermode-tlmgr.patch +dev.usermode-tlmgr.README + see dev.usermode-tlmgr.README + +makeself-runscript.sh + a run.sh for a makeself (tlmgr-update-latest.sh) that even + allows installation of texlive by installing the bare bone + minimal (texlive.infra) and then bootstrapping into some + minimal env + + Needs work, both on the script and tlmgr itself + +mktextex.pl + Simple mktextex program that can be used to query the tlpdb + on missing files and install them automatically. + Probably not useable in real life, only for testing. + +mktexupd.texlua + rewrite of mktexupd in texlua + +tlmgr1.pl-with-recreate-tlpdb + version of tlmgr.pl as shipped with TL2008 DVD, but with the + recreate-tlpdb action added, so that people can go back to + some working state after the tlpdb has been hosed. + +tlnet-disabled-packages.txt + this file collects packages that should NOT be updated in + tlnet, read by tl-update-containers. + + This is probably the wrong place for this file, but where else? + +tlrepo-from-minimals.pl + Semi-working (WIP) script that automatically creates a + TL repository from the context minimals. + Needs work (the minimals are developping too fast) + + |