diff options
author | Norbert Preining <preining@logic.at> | 2017-10-27 04:21:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-10-27 04:21:47 +0000 |
commit | 9e043b93fc4f0da1dfca3d1f4fb8026561470cf8 (patch) | |
tree | 05fb487eaebf310da6fa4074ceca726f6aa00637 /Master/tlpkg/doc | |
parent | da23291b51d577b5b2c8e35a41b01159b7a1e7de (diff) |
rework (again) location of various configuration options
Currently opt_frozen is set in 00texlive.installation and thus
was in principle targeted for user editing. Furthermore, it wasn't
a defined key in TLConfig::TLPDBOptions.
The frozen setting has now moved in 00texlive.config.tlpsrc, which
also defines the container format etc, thus the proper place.
At the same time we cleared out 00texlive.installation.tlpsrc,
it is not necessary anymore, and only carried wrong information.
All the defaults for options/settings in 00texlive.installation
are now defined in TLConfig.
git-svn-id: svn://tug.org/texlive/trunk@45617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/00texlive-packages.txt | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/Master/tlpkg/doc/00texlive-packages.txt b/Master/tlpkg/doc/00texlive-packages.txt index 890354a69a2..3f45c82caa7 100644 --- a/Master/tlpkg/doc/00texlive-packages.txt +++ b/Master/tlpkg/doc/00texlive-packages.txt @@ -7,17 +7,18 @@ contains configuration options about the tlnet archive and the distribution itself. Supported settings: - container_split_src_files $tlpdb->config_src_container - container_split_doc_files $tlpdb->config_doc_container - container_format/xz $tlpdb->config_container_format - release/NNNN $tlpdb->config_release - revision/NNNNNN $tlpdb->cofnig_revision + container_split_src_files $tlpdb->config_src_container + container_split_doc_files $tlpdb->config_doc_container + container_format/xz $tlpdb->config_container_format + release/NNNN $tlpdb->config_release + revision/NNNNNN $tlpdb->config_revision + frozen/[01] $tlpdb->config_frozen Used in install-tl and tlmgr to determine the "abilities" (split container) and release of the remote tlpdb. Origin of the fields is - %TeXLive::TLConfig::TLPDBConfigs + %TeXLive::TLConfig::TLPDBConfigs plus TLMedia->revision for the revision field. The values are set by tlpkg/bin/tl-update-tlnet (and tlpsrc2tlpdb) in the @@ -62,27 +63,27 @@ installer to use the present directory itself. For example, the DVD can be mounted anywhere and we want the installer to work. Access to the fields: - $tlpdb->option("name"[, "val"]); - $tlpdb->setting("name"); + $tlpdb->option("name"[, "val"]); + $tlpdb->setting("name"); Currently supported: - opt_location:__MASTER__ - opt_paper:a4 - opt_create_formats:1 - opt_desktop_integration:1 - opt_file_assocs:1 - opt_post_code:1 - opt_w32_multi_user:1 - opt_path:0 - opt_sys_bin:/usr/local/bin - opt_sys_info:/usr/local/info - opt_sys_man:/usr/local/man - opt_install_docfiles:1 - opt_install_srcfiles:1 - opt_frozen:0 - - setting_available_architectures:arch1 arch2 arch3 ... - setting_platform:arch + opt_location:__MASTER__ + opt_paper:a4 + opt_create_formats:1 + opt_desktop_integration:1 + opt_file_assocs:1 + opt_post_code:1 + opt_w32_multi_user:1 + opt_path:0 + opt_sys_bin:/usr/local/bin + opt_sys_info:/usr/local/info + opt_sys_man:/usr/local/man + opt_install_docfiles:1 + opt_install_srcfiles:1 + opt_frozen:0 + + setting_available_architectures:arch1 arch2 arch3 ... + setting_platform:arch Origin of the fields: |