help="Specify a directory containing extra tools tree packages",
scope=SettingScope.tools,
),
- ConfigSetting(
- dest="tools_tree_sync_scripts",
- long="--tools-tree-sync-script",
- metavar="PATH",
- section="Build",
- parse=config_make_list_parser(delimiter=",", parse=make_path_parser()),
- path_suffixes=("tools.sync",),
- recursive_path_suffixes=("tools.sync.d/*",),
- help="Sync script to run before building the tools tree",
- scope=SettingScope.tools,
- ),
- ConfigSetting(
- dest="tools_tree_prepare_scripts",
- long="--tools-tree-prepare-script",
- metavar="PATH",
- section="Build",
- parse=config_make_list_parser(delimiter=",", parse=make_path_parser()),
- path_suffixes=("tools.prepare", "tools.prepare.chroot"),
- recursive_path_suffixes=("tools.prepare.d/*",),
- help="Prepare script to run inside the tools tree before it is cached",
- scope=SettingScope.tools,
- ),
ConfigSetting(
dest="tools_tree_certificates",
metavar="BOOL",
`ToolsTreePackageDirectories=`, `--tools-tree-package-directory=`
: Same as `PackageDirectories=`, but for the default tools tree.
-`ToolsTreeSyncScripts=`, `--tools-tree-sync-script=`
-: Same as `SyncScripts=`, but for the default tools tree.
-
-`ToolsTreePrepareScripts=`, `--tools-tree-prepare-script=`
-: Same as `PrepareScripts=`, but for the default tools tree.
-
`ToolsTreeCertificates=`, `--tools-tree-certificates=`
: Specify whether to use certificates and keys from the tools tree.
Enabled by default. If enabled, `/etc/pki`, `/etc/ssl`,
- `ToolsTreeSandboxTrees=`
- `ToolsTreePackages=`
- `ToolsTreePackageDirectories=`
-- `ToolsTreeSyncScripts=`
-- `ToolsTreePrepareScripts=`
- `History=`
- Every setting in the `[Runtime]` section