diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-21 15:58:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-21 15:58:57 +0000 |
commit | 9474b7db3211261c19db160af542aa1a855659b6 (patch) | |
tree | 130d40a10be3c6e66ad76af9061642211200b8f5 /Master/tlpkg | |
parent | 0c7d531503eed4ee9b9c697223277332f6e4b5d8 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@52472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 12 | ||||
-rw-r--r-- | Master/tlpkg/dev/profiles/TLsmall.pro | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index 651b477a810..ba3876ac04e 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -455,7 +455,7 @@ tl-update-containers [I<option>]... =item B<-all|-a> -Include packages deemed critical in the update, currently +Include packages considered critical in the update, notably C<texlive.infra>. That is, since C<tlmgr> changes should be tested before released, we don't update these packages by default. @@ -527,6 +527,16 @@ unless C<-recreate> is specified. This is called from the L<tl-update-tlnet> script, which is run nightly. +To reiterate the above: this program works by comparing revision numbers +in the tlpdb files, not the contents of files. Thus, if the content of +some source file is changed (e.g., making changes to C<TeXLive/*.pm>), +but the tlpdb revision number is not changed, this program will think +that nothing needs to be updated. So, the approach for development +without having to do full rebuilds is to manually edit the +C<texlive.tlpdb> file in the destination directory and decrement the +revision number (or increment the revision in the source's +C<texlive.tlpdb>). + =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live diff --git a/Master/tlpkg/dev/profiles/TLsmall.pro b/Master/tlpkg/dev/profiles/TLsmall.pro index 8c5dac2bd14..e74f67ad785 100644 --- a/Master/tlpkg/dev/profiles/TLsmall.pro +++ b/Master/tlpkg/dev/profiles/TLsmall.pro @@ -8,7 +8,7 @@ TEXMFSYSVAR /tmp/ki/sys/var TEXMFCONFIG /tmp/ki/user/config TEXMFVAR /tmp/ki/user/var option_doc 0 -option_fmt 1 +option_fmt 0 option_letter 0 option_src 0 option_symlinks 0 |