LICENSE
MANIFEST.in
README.md
pyproject.toml
Documentation/README.md
Documentation/releng-tool.1
releng-tool/__init__.py
releng-tool/__main__.py
releng_tool/__init__.py
releng_tool/__main__.py
releng_tool/defs.py
releng_tool/exceptions.py
releng_tool/opts.py
releng_tool/prerequisites.py
releng_tool/registry.py
releng_tool/stats.py
releng_tool/support.py
releng_tool.egg-info/PKG-INFO
releng_tool.egg-info/SOURCES.txt
releng_tool.egg-info/dependency_links.txt
releng_tool.egg-info/entry_points.txt
releng_tool.egg-info/requires.txt
releng_tool.egg-info/top_level.txt
releng_tool/api/__init__.py
releng_tool/data/__init__.py
releng_tool/data/licenses/README
releng_tool/data/licenses/__init__.py
releng_tool/data/licenses/data.json
releng_tool/engine/__init__.py
releng_tool/engine/bootstrap.py
releng_tool/engine/build.py
releng_tool/engine/configure.py
releng_tool/engine/extract.py
releng_tool/engine/fetch.py
releng_tool/engine/fetch_post.py
releng_tool/engine/init.py
releng_tool/engine/install.py
releng_tool/engine/license.py
releng_tool/engine/patch.py
releng_tool/engine/post.py
releng_tool/engine/sbom.py
releng_tool/engine/script_env.py
releng_tool/engine/suggest.py
releng_tool/engine/vsdevcmd.py
releng_tool/engine/autotools/__init__.py
releng_tool/engine/autotools/build.py
releng_tool/engine/autotools/configure.py
releng_tool/engine/autotools/install.py
releng_tool/engine/cargo/__init__.py
releng_tool/engine/cargo/build.py
releng_tool/engine/cargo/install.py
releng_tool/engine/cmake/__init__.py
releng_tool/engine/cmake/build.py
releng_tool/engine/cmake/configure.py
releng_tool/engine/cmake/install.py
releng_tool/engine/make/__init__.py
releng_tool/engine/make/build.py
releng_tool/engine/make/configure.py
releng_tool/engine/make/install.py
releng_tool/engine/meson/__init__.py
releng_tool/engine/meson/build.py
releng_tool/engine/meson/configure.py
releng_tool/engine/meson/install.py
releng_tool/engine/python/__init__.py
releng_tool/engine/python/build.py
releng_tool/engine/python/install.py
releng_tool/engine/scons/__init__.py
releng_tool/engine/scons/build.py
releng_tool/engine/scons/configure.py
releng_tool/engine/scons/install.py
releng_tool/engine/script/__init__.py
releng_tool/engine/script/build.py
releng_tool/engine/script/configure.py
releng_tool/engine/script/install.py
releng_tool/ext/__init__.py
releng_tool/ext/seed/__init__.py
releng_tool/extract/__init__.py
releng_tool/extract/archive.py
releng_tool/extract/git.py
releng_tool/extract/mercurial.py
releng_tool/fetch/__init__.py
releng_tool/fetch/brz.py
releng_tool/fetch/bzr.py
releng_tool/fetch/cvs.py
releng_tool/fetch/file.py
releng_tool/fetch/git.py
releng_tool/fetch/mercurial.py
releng_tool/fetch/perforce.py
releng_tool/fetch/rsync.py
releng_tool/fetch/scp.py
releng_tool/fetch/svn.py
releng_tool/fetch/url.py
releng_tool/packages/__init__.py
releng_tool/packages/exceptions.py
releng_tool/packages/manager.py
releng_tool/packages/package.py
releng_tool/packages/pipeline.py
releng_tool/packages/site.py
releng_tool/tool/__init__.py
releng_tool/tool/autoreconf.py
releng_tool/tool/brz.py
releng_tool/tool/bzr.py
releng_tool/tool/cargo.py
releng_tool/tool/cmake.py
releng_tool/tool/cvs.py
releng_tool/tool/git.py
releng_tool/tool/gpg.py
releng_tool/tool/hg.py
releng_tool/tool/make.py
releng_tool/tool/meson.py
releng_tool/tool/patch.py
releng_tool/tool/python.py
releng_tool/tool/rsync.py
releng_tool/tool/scons.py
releng_tool/tool/scp.py
releng_tool/tool/svn.py
releng_tool/tool/tar.py
releng_tool/tool/vswhere.py
releng_tool/tool/scons_proxy/__init__.py
releng_tool/tool/scons_proxy/__main__.py
releng_tool/util/__init__.py
releng_tool/util/api.py
releng_tool/util/critical.py
releng_tool/util/env.py
releng_tool/util/file_flags.py
releng_tool/util/hash.py
releng_tool/util/interpret.py
releng_tool/util/io.py
releng_tool/util/io_cat.py
releng_tool/util/io_copy.py
releng_tool/util/io_exists.py
releng_tool/util/io_ls.py
releng_tool/util/io_mkdir.py
releng_tool/util/io_move.py
releng_tool/util/io_opt_file.py
releng_tool/util/io_remove.py
releng_tool/util/io_symlink.py
releng_tool/util/io_temp_dir.py
releng_tool/util/io_touch.py
releng_tool/util/io_wd.py
releng_tool/util/log.py
releng_tool/util/path.py
releng_tool/util/platform.py
releng_tool/util/runner.py
releng_tool/util/sort.py
releng_tool/util/spdx.py
releng_tool/util/strccenum.py
releng_tool/util/string.py
releng_tool/util/win32.py
scripts/completion/bash
scripts/completion/fish
scripts/completion/zsh
tests/__init__.py
tests/__main__.py
tests/support/__init__.py
tests/support/http_daemon.py
tests/support/pkg_config_test.py
tests/support/python_tool_test.py
tests/support/site_tool_test.py
tests/templates/cargo/releng-tool.rt
tests/templates/cargo/package/test/test.rt
tests/templates/cargo/package/test/local/Cargo.toml
tests/templates/cargo/package/test/local/src/main.rs
tests/templates/cmake/releng-tool.rt
tests/templates/cmake/package/lib/lib.rt
tests/templates/cmake/package/lib/local/CMakeLists.txt
tests/templates/cmake/package/lib/local/example-module-helper.cmake
tests/templates/cmake/package/lib/local/lib.cpp
tests/templates/cmake/package/lib/local/lib.h
tests/templates/cmake/package/test/test.rt
tests/templates/cmake/package/test/local/CMakeLists.txt
tests/templates/cmake/package/test/local/main.cpp
tests/templates/contained-env/releng-tool.rt
tests/templates/contained-env/package/test1/test1-build.rt
tests/templates/contained-env/package/test1/test1.rt
tests/templates/contained-env/package/test2/test2-build.rt
tests/templates/contained-env/package/test2/test2.rt
tests/templates/cyclic/releng-tool.rt
tests/templates/cyclic/package/test-a/test-a.rt
tests/templates/cyclic/package/test-b/test-b.rt
tests/templates/cyclic/package/test-c/test-c.rt
tests/templates/cyclic/package/test-d/test-d.rt
tests/templates/deprecated-post-build-1/releng-post-build
tests/templates/deprecated-post-build-1/releng-tool.rt
tests/templates/deprecated-post-build-1/package/test/test.rt
tests/templates/deprecated-post-build-2/releng-post
tests/templates/deprecated-post-build-2/releng-tool.rt
tests/templates/deprecated-post-build-2/package/test/test.rt
tests/templates/deprecated-post-build-3/post.py
tests/templates/deprecated-post-build-3/releng-tool.rt
tests/templates/deprecated-post-build-3/package/test/test.rt
tests/templates/deprecated-project-cfg-ext-none/releng
tests/templates/deprecated-project-cfg-ext-none/package/test/test-build.rt
tests/templates/deprecated-project-cfg-ext-py/releng.py
tests/templates/deprecated-project-cfg-ext-py/package/test/test-build.rt
tests/templates/deprecated-project-cfg-ext-releng/releng.releng
tests/templates/deprecated-project-cfg-ext-releng/package/test/test-build.rt
tests/templates/env-capture/releng-tool.rt
tests/templates/env-capture/package/test/test-bootstrap.rt
tests/templates/env-capture/package/test/test.rt
tests/templates/env-defaults/releng-tool.rt
tests/templates/env-defaults/package/env-defaults/env-defaults.rt
tests/templates/env-inject/releng-tool.rt
tests/templates/env-inject/package/test/test-bootstrap.rt
tests/templates/env-inject/package/test/test.rt
tests/templates/exec/releng-tool.rt
tests/templates/exec-flag/releng-tool.rt
tests/templates/exec-flag/package/test/test.rt
tests/templates/exec-flag/package/test/local/noop.py
tests/templates/exec/package/test/test.rt
tests/templates/exec/package/test/local/fail.py
tests/templates/exec/package/test/local/success.py
tests/templates/exit/releng-tool.rt
tests/templates/extension-env-dirs/releng-tool.rt
tests/templates/extension-env-dirs/package/test/test.rt
tests/templates/extension-env-inject/releng-tool.rt
tests/templates/extension-env-inject/package/test/test-build.rt
tests/templates/extension-env-inject/package/test/test.rt
tests/templates/extern-pkg-base/releng-tool.rt
tests/templates/extern-pkg-base/package/primary/primary.rt
tests/templates/extern-pkg-need1/need-01/need-01-bootstrap.rt
tests/templates/extern-pkg-need1/need-01/need-01.rt
tests/templates/extern-pkg-need2/need-02/need-02-bootstrap.rt
tests/templates/extern-pkg-need2/need-02/note-no-pkg-def
tests/templates/hosts-check/releng-tool-test-script-root
tests/templates/hosts-check/releng-tool.rt
tests/templates/hosts-check-prefix/releng-tool.rt
tests/templates/hosts-check-prefix/output/host/custom-prefix/bin/releng-tool-test-script-custom
tests/templates/hosts-check-prefix/package/test/test.rt
tests/templates/hosts-check/output/host/releng-tool-test-script-host
tests/templates/hosts-check/output/host/bin/releng-tool-test-script-bin
tests/templates/hosts-check/output/host/usr/bin/releng-tool-test-script-bin
tests/templates/hosts-check/package/test/test.rt
tests/templates/https-self-signed/releng-tool.rt
tests/templates/https-self-signed/package/pkg/pkg.rt
tests/templates/invalid-override-config/releng-overrides
tests/templates/invalid-override-config/releng-tool.rt
tests/templates/invalid-project-config/releng-tool.rt
tests/templates/invalid-project-settings/releng-tool.rt
tests/templates/licenses/releng-tool-post-build.rt
tests/templates/licenses/releng-tool.rt
tests/templates/licenses/package/test-a/test-a.rt
tests/templates/licenses/package/test-a/local/COPYING.bsd
tests/templates/licenses/package/test-a/local/COPYING.mit
tests/templates/licenses/package/test-b/test-b.rt
tests/templates/licenses/package/test-c/test-c.rt
tests/templates/licenses/package/test-c/local/LICENSE
tests/templates/licenses/package/test-d/test-d.rt
tests/templates/licenses/package/test-d/local/LICENSE
tests/templates/local-src/releng-tool.rt
tests/templates/local-src/package/pkg-a/pkg-a-build.rt
tests/templates/local-src/package/pkg-a/pkg-a.rt
tests/templates/local-src/package/pkg-a/srcs.tar
tests/templates/local-src/package/pkg-b/pkg-b-build.rt
tests/templates/local-src/package/pkg-b/pkg-b.rt
tests/templates/local-src/package/pkg-b/srcs.tar
tests/templates/local-src/package/pkg-c/pkg-c-build.rt
tests/templates/local-src/package/pkg-c/pkg-c.rt
tests/templates/local-src/package/pkg-c/srcs.tar
tests/templates/make/releng-tool.rt
tests/templates/make/package/test/test.rt
tests/templates/make/package/test/local/Makefile
tests/templates/meson/releng-tool.rt
tests/templates/meson/package/lib/lib.rt
tests/templates/meson/package/lib/local/lib.cpp
tests/templates/meson/package/lib/local/lib.h
tests/templates/meson/package/lib/local/meson.build
tests/templates/meson/package/test/test.rt
tests/templates/meson/package/test/local/main.cpp
tests/templates/meson/package/test/local/meson.build
tests/templates/minimal/releng-tool.rt
tests/templates/minimal/package/minimal/minimal.rt
tests/templates/missing-pkg/releng-tool.rt
tests/templates/multiple/releng-tool.rt
tests/templates/multiple/package/multiple-a/multiple-a.rt
tests/templates/multiple/package/multiple-b/multiple-b.rt
tests/templates/no-packages/releng-tool.rt
tests/templates/no-prefix-global/releng-tool.rt
tests/templates/no-prefix-global/package/test/test-build.rt
tests/templates/no-prefix-global/package/test/test.rt
tests/templates/no-prefix-pkg/releng-tool.rt
tests/templates/no-prefix-pkg/package/test/test-build.rt
tests/templates/no-prefix-pkg/package/test/test.rt
tests/templates/override-check/releng-tool.rt
tests/templates/override-check/package/test/test.rt
tests/templates/override-revision/releng-tool.rt
tests/templates/override-revision/package/test/test-build.rt
tests/templates/override-revision/package/test/test.rt
tests/templates/override-site/releng-tool.rt
tests/templates/override-site/package/test/test-build.rt
tests/templates/override-site/package/test/test.rt
tests/templates/package-without-pkgdef/releng-tool.rt
tests/templates/package-without-pkgdef-deps/releng-tool.rt
tests/templates/package-without-pkgdef-deps/package/depend/depend-build.rt
tests/templates/package-without-pkgdef-deps/package/test/test.rt
tests/templates/package-without-pkgdef/package/test/test-build.rt
tests/templates/patch-file-build-subdir/releng-tool.rt
tests/templates/patch-file-build-subdir/package/test/001-new-file.patch
tests/templates/patch-file-build-subdir/package/test/test.rt
tests/templates/patch-file-invalid/releng-tool.rt
tests/templates/patch-file-invalid/package/test/001-new-file.patch
tests/templates/patch-file-invalid/package/test/test.rt
tests/templates/patch-file-patch-subdir/releng-tool.rt
tests/templates/patch-file-patch-subdir/package/test/001-new-file.patch
tests/templates/patch-file-patch-subdir/package/test/test.rt
tests/templates/patch-file-valid/releng-tool.rt
tests/templates/patch-file-valid/package/test/001-new-file.patch
tests/templates/patch-file-valid/package/test/test.rt
tests/templates/patch-script-invalid/releng-tool.rt
tests/templates/patch-script-invalid/package/test/test-patch.rt
tests/templates/patch-script-invalid/package/test/test.rt
tests/templates/patch-script-valid/releng-tool.rt
tests/templates/patch-script-valid/package/test/test-patch.rt
tests/templates/patch-script-valid/package/test/test.rt
tests/templates/pkg-env/releng-tool.rt
tests/templates/pkg-env/package/test-empty/test-empty-build.rt
tests/templates/pkg-env/package/test-empty/test-empty.rt
tests/templates/pkg-env/package/test-generic/test-generic-build.rt
tests/templates/pkg-env/package/test-generic/test-generic.rt
tests/templates/pkg-env/package/test-internal/test-internal-build.rt
tests/templates/pkg-env/package/test-internal/test-internal.rt
tests/templates/pkg-env/package/test-subdir/test-subdir-build.rt
tests/templates/pkg-env/package/test-subdir/test-subdir.rt
tests/templates/punch/releng-tool-post-build.rt
tests/templates/punch/releng-tool.rt
tests/templates/punch/package/test/test-bootstrap.rt
tests/templates/punch/package/test/test-build.rt
tests/templates/punch/package/test/test-configure.rt
tests/templates/punch/package/test/test-install.rt
tests/templates/punch/package/test/test-post.rt
tests/templates/punch/package/test/test.rt
tests/templates/punch/punch_increment/__init__.py
tests/templates/python-distutils/releng-tool.rt
tests/templates/python-distutils/package/test/test.rt
tests/templates/python-distutils/package/test/local/setup.py
tests/templates/python-distutils/package/test/local/hello_module/__init__.py
tests/templates/python-flit/releng-tool.rt
tests/templates/python-flit/package/test/test.rt
tests/templates/python-flit/package/test/local/pyproject.toml
tests/templates/python-flit/package/test/local/hello_module/__init__.py
tests/templates/python-hatchling/releng-tool.rt
tests/templates/python-hatchling/package/test/test.rt
tests/templates/python-hatchling/package/test/local/pyproject.toml
tests/templates/python-hatchling/package/test/local/hello_module/__init__.py
tests/templates/python-host/releng-tool-post-build.rt
tests/templates/python-host/releng-tool.rt
tests/templates/python-host/package/test/test.rt
tests/templates/python-host/package/test2/test2-bootstrap.rt
tests/templates/python-host/package/test2/test2-post.rt
tests/templates/python-host/package/test2/test2.rt
tests/templates/python-host/package/test2/local/pyproject.toml
tests/templates/python-host/package/test2/local/hello_module2/__init__.py
tests/templates/python-host/package/test2/local/hello_module2/__main__.py
tests/templates/python-host/package/test/local/pyproject.toml
tests/templates/python-host/package/test/local/hello_module/__init__.py
tests/templates/python-host/package/test/local/hello_module/__main__.py
tests/templates/python-pdm/releng-tool.rt
tests/templates/python-pdm-legacy/releng-tool.rt
tests/templates/python-pdm-legacy/package/test/test.rt
tests/templates/python-pdm-legacy/package/test/local/pyproject.toml
tests/templates/python-pdm-legacy/package/test/local/hello_module/__init__.py
tests/templates/python-pdm/package/test/test.rt
tests/templates/python-pdm/package/test/local/pyproject.toml
tests/templates/python-pdm/package/test/local/hello_module/__init__.py
tests/templates/python-pep517/releng-tool.rt
tests/templates/python-pep517/package/test/test.rt
tests/templates/python-pep517/package/test/local/pyproject.toml
tests/templates/python-pep517/package/test/local/setup.cfg
tests/templates/python-pep517/package/test/local/hello_module/__init__.py
tests/templates/python-poetry/releng-tool.rt
tests/templates/python-poetry/package/test/test.rt
tests/templates/python-poetry/package/test/local/pyproject.toml
tests/templates/python-poetry/package/test/local/hello_module/__init__.py
tests/templates/python-setuptools-explicit/releng-tool.rt
tests/templates/python-setuptools-explicit/package/test/test.rt
tests/templates/python-setuptools-explicit/package/test/local/setup.py
tests/templates/python-setuptools-explicit/package/test/local/hello_module/__init__.py
tests/templates/python-setuptools-implicit/releng-tool.rt
tests/templates/python-setuptools-implicit/package/test/test.rt
tests/templates/python-setuptools-implicit/package/test/local/setup.cfg
tests/templates/python-setuptools-implicit/package/test/local/hello_module/__init__.py
tests/templates/remote-cfg/releng-tool.rt
tests/templates/remote-cfg-disabled/releng-tool.rt
tests/templates/remote-cfg-disabled/package/test/test-bootstrap.rt
tests/templates/remote-cfg-disabled/package/test/test.rt
tests/templates/remote-cfg-disabled/package/test/local/.releng-tool
tests/templates/remote-cfg-override/releng-tool.rt
tests/templates/remote-cfg-override/package/test/test-bootstrap.rt
tests/templates/remote-cfg-override/package/test/test.rt
tests/templates/remote-cfg-override/package/test/local/.releng-tool
tests/templates/remote-cfg/package/test/test-bootstrap.rt
tests/templates/remote-cfg/package/test/test.rt
tests/templates/remote-cfg/package/test/local/.releng-tool
tests/templates/remote-scripts/releng-tool.rt
tests/templates/remote-scripts-deprecated/releng-tool.rt
tests/templates/remote-scripts-deprecated/package/test/test.rt
tests/templates/remote-scripts-deprecated/package/test/local/releng-build
tests/templates/remote-scripts-deprecated/package/test/local/releng-configure.py
tests/templates/remote-scripts-deprecated/package/test/local/releng-install.releng
tests/templates/remote-scripts-disabled/releng-tool.rt
tests/templates/remote-scripts-disabled/package/test/test.rt
tests/templates/remote-scripts-disabled/package/test/local/releng-tool-build.rt
tests/templates/remote-scripts-disabled/package/test/local/releng-tool-configure.rt
tests/templates/remote-scripts-disabled/package/test/local/releng-tool-install.rt
tests/templates/remote-scripts-none/releng-tool.rt
tests/templates/remote-scripts-none/package/test/test.rt
tests/templates/remote-scripts-override-all/releng-tool.rt
tests/templates/remote-scripts-override-all/package/test/test-build.rt
tests/templates/remote-scripts-override-all/package/test/test-configure.rt
tests/templates/remote-scripts-override-all/package/test/test-install.rt
tests/templates/remote-scripts-override-all/package/test/test.rt
tests/templates/remote-scripts-override-all/package/test/local/releng-build
tests/templates/remote-scripts-override-all/package/test/local/releng-tool-configure.rt
tests/templates/remote-scripts-override-all/package/test/local/releng-tool-install.rt
tests/templates/remote-scripts-override-subset/releng-tool.rt
tests/templates/remote-scripts-override-subset/package/test/test-install.rt
tests/templates/remote-scripts-override-subset/package/test/test.rt
tests/templates/remote-scripts-override-subset/package/test/local/releng-tool-build.rt
tests/templates/remote-scripts-override-subset/package/test/local/releng-tool-configure.rt
tests/templates/remote-scripts-override-subset/package/test/local/releng-tool-install.rt
tests/templates/remote-scripts/package/test/test.rt
tests/templates/remote-scripts/package/test/local/releng-tool-build.rt
tests/templates/remote-scripts/package/test/local/releng-tool-configure.rt
tests/templates/remote-scripts/package/test/local/releng-tool-install.rt
tests/templates/sbom-all/releng-tool-post-build.rt
tests/templates/sbom-all/releng-tool.rt
tests/templates/sbom-all/package/test/test.rt
tests/templates/sbom-csv/releng-tool.rt
tests/templates/sbom-csv/package/test/test.rt
tests/templates/sbom-default/releng-tool.rt
tests/templates/sbom-default/package/test/test.rt
tests/templates/sbom-html/releng-tool.rt
tests/templates/sbom-html/package/test/test.rt
tests/templates/sbom-json/releng-tool.rt
tests/templates/sbom-json-spdx/releng-tool.rt
tests/templates/sbom-json-spdx/package/test/test.rt
tests/templates/sbom-json/package/test/test.rt
tests/templates/sbom-mixed/releng-tool.rt
tests/templates/sbom-mixed/package/test/test.rt
tests/templates/sbom-rdp-spdx/releng-tool.rt
tests/templates/sbom-rdp-spdx/package/test/test.rt
tests/templates/sbom-text/releng-tool.rt
tests/templates/sbom-text/package/test/test.rt
tests/templates/sbom-xml/releng-tool.rt
tests/templates/sbom-xml/package/test/test.rt
tests/templates/scons/releng-tool.rt
tests/templates/scons/package/test/test.rt
tests/templates/scons/package/test/local/SConstruct
tests/templates/scons/package/test/local/main.cpp
tests/templates/script-vars/releng-tool.rt
tests/templates/script-vars/package/test/test-build.rt
tests/templates/script-vars/package/test/test.rt
tests/templates/scripts-env/releng-tool.rt
tests/templates/scripts-env/package/test/test-build.rt
tests/templates/scripts-env/package/test/test.rt
tests/templates/scripts-env/package/test/nested/test-build-nested.rt
tests/templates/scripts-include/releng-tool.rt
tests/templates/scripts-include/package/test/test-build-stage1.rt
tests/templates/scripts-include/package/test/test-build-stage2.rt
tests/templates/scripts-include/package/test/test-build-stage3.rt
tests/templates/scripts-include/package/test/test-build-stage4.rt
tests/templates/scripts-include/package/test/test-build-stage5.rt
tests/templates/scripts-include/package/test/test-build.rt
tests/templates/scripts-include/package/test/test.rt
tests/templates/scripts-invalid-bootstrap/releng-tool.rt
tests/templates/scripts-invalid-bootstrap/package/test/test-bootstrap.rt
tests/templates/scripts-invalid-bootstrap/package/test/test.rt
tests/templates/scripts-invalid-build/releng-tool.rt
tests/templates/scripts-invalid-build/package/test/test-build.rt
tests/templates/scripts-invalid-build/package/test/test.rt
tests/templates/scripts-invalid-configure/releng-tool.rt
tests/templates/scripts-invalid-configure/package/test/test-configure.rt
tests/templates/scripts-invalid-configure/package/test/test.rt
tests/templates/scripts-invalid-install/releng-tool.rt
tests/templates/scripts-invalid-install/package/test/test-install.rt
tests/templates/scripts-invalid-install/package/test/test.rt
tests/templates/scripts-invalid-post/releng-tool.rt
tests/templates/scripts-invalid-post/package/test/test-post.rt
tests/templates/scripts-invalid-post/package/test/test.rt
tests/templates/scripts-valid/releng-tool.rt
tests/templates/scripts-valid-ext-none/releng-tool
tests/templates/scripts-valid-ext-none/package/test/test
tests/templates/scripts-valid-ext-none/package/test/test-bootstrap
tests/templates/scripts-valid-ext-none/package/test/test-build
tests/templates/scripts-valid-ext-none/package/test/test-configure
tests/templates/scripts-valid-ext-none/package/test/test-install
tests/templates/scripts-valid-ext-none/package/test/test-patch
tests/templates/scripts-valid-ext-none/package/test/test-post
tests/templates/scripts-valid-ext-py/releng-tool.py
tests/templates/scripts-valid-ext-py/package/test/test-bootstrap.py
tests/templates/scripts-valid-ext-py/package/test/test-build.py
tests/templates/scripts-valid-ext-py/package/test/test-configure.py
tests/templates/scripts-valid-ext-py/package/test/test-install.py
tests/templates/scripts-valid-ext-py/package/test/test-patch.py
tests/templates/scripts-valid-ext-py/package/test/test-post.py
tests/templates/scripts-valid-ext-py/package/test/test.py
tests/templates/scripts-valid-ext-releng/releng-tool.releng
tests/templates/scripts-valid-ext-releng/package/test/test-bootstrap.releng
tests/templates/scripts-valid-ext-releng/package/test/test-build.releng
tests/templates/scripts-valid-ext-releng/package/test/test-configure.releng
tests/templates/scripts-valid-ext-releng/package/test/test-install.releng
tests/templates/scripts-valid-ext-releng/package/test/test-patch.releng
tests/templates/scripts-valid-ext-releng/package/test/test-post.releng
tests/templates/scripts-valid-ext-releng/package/test/test.releng
tests/templates/scripts-valid/package/test/test-bootstrap.rt
tests/templates/scripts-valid/package/test/test-build.rt
tests/templates/scripts-valid/package/test/test-configure.rt
tests/templates/scripts-valid/package/test/test-install.rt
tests/templates/scripts-valid/package/test/test-patch.rt
tests/templates/scripts-valid/package/test/test-post.rt
tests/templates/scripts-valid/package/test/test.rt
tests/templates/site-tool/releng-tool.rt
tests/templates/site-tool/package/test/test.rt
tests/templates/spdx-expects/releng-tool.rt
tests/templates/spdx-expects/package/test-a/test-a.rt
tests/templates/spdx-expects/package/test-b/test-b.rt
tests/templates/spdx-extras/releng-tool.rt
tests/templates/spdx-extras/package/spdx-extras/spdx-extras.rt
tests/templates/subdir/subdir-valid-bootstrap/releng-tool.rt
tests/templates/subdir/subdir-valid-bootstrap/package/test/test-bootstrap.rt
tests/templates/subdir/subdir-valid-bootstrap/package/test/test.rt
tests/templates/subdir/subdir-valid-build/releng-tool.rt
tests/templates/subdir/subdir-valid-build/package/test/test-build.rt
tests/templates/subdir/subdir-valid-build/package/test/test.rt
tests/templates/subdir/subdir-valid-configure/releng-tool.rt
tests/templates/subdir/subdir-valid-configure/package/test/test-configure.rt
tests/templates/subdir/subdir-valid-configure/package/test/test.rt
tests/templates/subdir/subdir-valid-install/releng-tool.rt
tests/templates/subdir/subdir-valid-install/package/test/test-install.rt
tests/templates/subdir/subdir-valid-install/package/test/test.rt
tests/templates/subdir/subdir-valid-post/releng-tool.rt
tests/templates/subdir/subdir-valid-post/package/test/test-post.rt
tests/templates/subdir/subdir-valid-post/package/test/test.rt
tests/templates/vsdevcmd-global-default/releng-tool-post-build.rt
tests/templates/vsdevcmd-global-default/releng-tool.rt
tests/templates/vsdevcmd-global-default/package/test/test-build.rt
tests/templates/vsdevcmd-global-default/package/test/test.rt
tests/templates/vsdevcmd-package-default/releng-tool-post-build.rt
tests/templates/vsdevcmd-package-default/releng-tool.rt
tests/templates/vsdevcmd-package-default/package/test/test-build.rt
tests/templates/vsdevcmd-package-default/package/test/test.rt
tests/tool-tests/__init__.py
tests/tool-tests/test_tool_cargo.py
tests/tool-tests/test_tool_cmake.py
tests/tool-tests/test_tool_cvs.py
tests/tool-tests/test_tool_git.py
tests/tool-tests/test_tool_gpg.py
tests/tool-tests/test_tool_make.py
tests/tool-tests/test_tool_mercurial.py
tests/tool-tests/test_tool_meson.py
tests/tool-tests/test_tool_patch.py
tests/tool-tests/test_tool_python_distutils.py
tests/tool-tests/test_tool_python_flit.py
tests/tool-tests/test_tool_python_hatchling.py
tests/tool-tests/test_tool_python_host.py
tests/tool-tests/test_tool_python_pdm.py
tests/tool-tests/test_tool_python_pdm_legacy.py
tests/tool-tests/test_tool_python_pep517.py
tests/tool-tests/test_tool_python_poetry.py
tests/tool-tests/test_tool_python_setuptools_explicit.py
tests/tool-tests/test_tool_python_setuptools_implicit.py
tests/tool-tests/test_tool_scons.py
tests/unit-tests/__init__.py
tests/unit-tests/test_cli_overrides.py
tests/unit-tests/test_engine_pkg_autotools.py
tests/unit-tests/test_engine_pkg_cmake.py
tests/unit-tests/test_engine_pkg_make.py
tests/unit-tests/test_engine_pkg_meson.py
tests/unit-tests/test_engine_pkg_scons.py
tests/unit-tests/test_engine_run_actions.py
tests/unit-tests/test_engine_run_args.py
tests/unit-tests/test_engine_run_bin_paths.py
tests/unit-tests/test_engine_run_clean_fail.py
tests/unit-tests/test_engine_run_defaults.py
tests/unit-tests/test_engine_run_deprecated.py
tests/unit-tests/test_engine_run_environ_check.py
tests/unit-tests/test_engine_run_environ_config.py
tests/unit-tests/test_engine_run_exec.py
tests/unit-tests/test_engine_run_exit.py
tests/unit-tests/test_engine_run_external_pkg.py
tests/unit-tests/test_engine_run_file_flags.py
tests/unit-tests/test_engine_run_invalid_config.py
tests/unit-tests/test_engine_run_licenses.py
tests/unit-tests/test_engine_run_missing_pkg.py
tests/unit-tests/test_engine_run_nopkgdef.py
tests/unit-tests/test_engine_run_overrides.py
tests/unit-tests/test_engine_run_patching.py
tests/unit-tests/test_engine_run_punch.py
tests/unit-tests/test_engine_run_sbom.py
tests/unit-tests/test_engine_run_scripts.py
tests/unit-tests/test_engine_run_subdir.py
tests/unit-tests/test_engine_script_env.py
tests/unit-tests/test_engine_suggest.py
tests/unit-tests/test_environment.py
tests/unit-tests/test_extension_event_workdirs.py
tests/unit-tests/test_extension_inject_env.py
tests/unit-tests/test_extensions.py
tests/unit-tests/test_extract_archive.py
tests/unit-tests/test_file_flags.py
tests/unit-tests/test_licenses.py
tests/unit-tests/test_local_srcs.py
tests/unit-tests/test_misc.py
tests/unit-tests/test_no_prefix.py
tests/unit-tests/test_pkg_configs.py
tests/unit-tests/test_pkg_configs_autotools.py
tests/unit-tests/test_pkg_configs_build_subdir.py
tests/unit-tests/test_pkg_configs_cyclic.py
tests/unit-tests/test_pkg_configs_devmode.py
tests/unit-tests/test_pkg_configs_expand.py
tests/unit-tests/test_pkg_configs_extensions.py
tests/unit-tests/test_pkg_configs_git.py
tests/unit-tests/test_pkg_configs_host_provides.py
tests/unit-tests/test_pkg_configs_needs.py
tests/unit-tests/test_pkg_configs_override.py
tests/unit-tests/test_pkg_configs_patch_subdir.py
tests/unit-tests/test_pkg_configs_prefix.py
tests/unit-tests/test_pkg_configs_python.py
tests/unit-tests/test_pkg_configs_python_dist_path.py
tests/unit-tests/test_pkg_configs_python_installer_interpreter.py
tests/unit-tests/test_pkg_configs_python_installer_launcher_kind.py
tests/unit-tests/test_pkg_configs_python_installer_scheme.py
tests/unit-tests/test_pkg_configs_remote.py
tests/unit-tests/test_pkg_configs_site.py
tests/unit-tests/test_pkg_configs_stageopts.py
tests/unit-tests/test_pkg_configs_type.py
tests/unit-tests/test_pkg_configs_vcs_type.py
tests/unit-tests/test_pkg_configs_vsdevcmd.py
tests/unit-tests/test_pkg_pipeline_contained_env.py
tests/unit-tests/test_pkg_pipeline_pkg_env.py
tests/unit-tests/test_pkg_pipeline_pkg_restage_flags.py
tests/unit-tests/test_pkg_pipeline_remote_cfg.py
tests/unit-tests/test_pkg_pipeline_remote_scripts.py
tests/unit-tests/test_pkg_pipeline_script_vars.py
tests/unit-tests/test_pkg_raw_value_parse.py
tests/unit-tests/test_pkg_site.py
tests/unit-tests/test_prerequisites.py
tests/unit-tests/test_registry.py
tests/unit-tests/test_script_env.py
tests/unit-tests/test_site_url.py
tests/unit-tests/test_spdx_license_expects.py
tests/unit-tests/test_spdx_license_parse.py
tests/unit-tests/test_spdx_license_warnings.py
tests/unit-tests/test_support.py
tests/unit-tests/test_url_mirror.py
tests/unit-tests/test_util_common.py
tests/unit-tests/test_util_critical.py
tests/unit-tests/test_util_env.py
tests/unit-tests/test_util_hash.py
tests/unit-tests/test_util_interpret.py
tests/unit-tests/test_util_io.py
tests/unit-tests/test_util_io_cat.py
tests/unit-tests/test_util_io_copy.py
tests/unit-tests/test_util_io_exists.py
tests/unit-tests/test_util_io_ls.py
tests/unit-tests/test_util_io_mkdir.py
tests/unit-tests/test_util_io_move.py
tests/unit-tests/test_util_io_opt_file.py
tests/unit-tests/test_util_io_remove.py
tests/unit-tests/test_util_io_symlink.py
tests/unit-tests/test_util_io_temp_dir.py
tests/unit-tests/test_util_io_touch.py
tests/unit-tests/test_util_io_wd.py
tests/unit-tests/test_util_path.py
tests/unit-tests/test_util_platform.py
tests/unit-tests/test_util_runner.py
tests/unit-tests/test_util_sort.py
tests/unit-tests/test_util_spdx.py
tests/unit-tests/test_util_string.py
tests/unit-tests/test_vsdevcmd.py
tests/unit-tests/assets/__init__.py
tests/unit-tests/assets/test-invoke.py
tests/unit-tests/assets/configs/autotools-autoreconf-disabled
tests/unit-tests/assets/configs/autotools-autoreconf-enabled
tests/unit-tests/assets/configs/autotools-autoreconf-invalid
tests/unit-tests/assets/configs/build-defs-append
tests/unit-tests/assets/configs/build-defs-invalid-base-type
tests/unit-tests/assets/configs/build-defs-invalid-key-type
tests/unit-tests/assets/configs/build-defs-invalid-strs
tests/unit-tests/assets/configs/build-defs-invalid-value-type
tests/unit-tests/assets/configs/build-defs-valid
tests/unit-tests/assets/configs/build-env-append
tests/unit-tests/assets/configs/build-env-invalid-base-type
tests/unit-tests/assets/configs/build-env-invalid-key-type
tests/unit-tests/assets/configs/build-env-invalid-strs
tests/unit-tests/assets/configs/build-env-invalid-value-type
tests/unit-tests/assets/configs/build-env-valid
tests/unit-tests/assets/configs/build-opts-append
tests/unit-tests/assets/configs/build-opts-invalid-base-type
tests/unit-tests/assets/configs/build-opts-invalid-key-type
tests/unit-tests/assets/configs/build-opts-invalid-value-type
tests/unit-tests/assets/configs/build-opts-valid-dict
tests/unit-tests/assets/configs/build-opts-valid-mixed
tests/unit-tests/assets/configs/build-opts-valid-path
tests/unit-tests/assets/configs/build-opts-valid-paths
tests/unit-tests/assets/configs/build-opts-valid-str
tests/unit-tests/assets/configs/build-opts-valid-strs
tests/unit-tests/assets/configs/build-subdir-invalid-type
tests/unit-tests/assets/configs/build-subdir-traversal
tests/unit-tests/assets/configs/build-subdir-valid-path
tests/unit-tests/assets/configs/build-subdir-valid-str
tests/unit-tests/assets/configs/conf-defs-append
tests/unit-tests/assets/configs/conf-defs-invalid-base-type
tests/unit-tests/assets/configs/conf-defs-invalid-key-type
tests/unit-tests/assets/configs/conf-defs-invalid-strs
tests/unit-tests/assets/configs/conf-defs-invalid-value-type
tests/unit-tests/assets/configs/conf-defs-valid
tests/unit-tests/assets/configs/conf-env-append
tests/unit-tests/assets/configs/conf-env-invalid-base-type
tests/unit-tests/assets/configs/conf-env-invalid-key-type
tests/unit-tests/assets/configs/conf-env-invalid-strs
tests/unit-tests/assets/configs/conf-env-invalid-value-type
tests/unit-tests/assets/configs/conf-env-valid
tests/unit-tests/assets/configs/conf-opts-append
tests/unit-tests/assets/configs/conf-opts-invalid-base-type
tests/unit-tests/assets/configs/conf-opts-invalid-key-type
tests/unit-tests/assets/configs/conf-opts-invalid-value-type
tests/unit-tests/assets/configs/conf-opts-valid-dict
tests/unit-tests/assets/configs/conf-opts-valid-mixed
tests/unit-tests/assets/configs/conf-opts-valid-path
tests/unit-tests/assets/configs/conf-opts-valid-paths
tests/unit-tests/assets/configs/conf-opts-valid-str
tests/unit-tests/assets/configs/conf-opts-valid-strs
tests/unit-tests/assets/configs/deps-invalid-type
tests/unit-tests/assets/configs/deps-invalid-value
tests/unit-tests/assets/configs/deps-valid-empty
tests/unit-tests/assets/configs/deps-valid-multiple
tests/unit-tests/assets/configs/deps-valid-single
tests/unit-tests/assets/configs/devmode-ignore-cache-disabled
tests/unit-tests/assets/configs/devmode-ignore-cache-enabled
tests/unit-tests/assets/configs/devmode-ignore-cache-invalid
tests/unit-tests/assets/configs/devmode-revision-invalid-type
tests/unit-tests/assets/configs/devmode-revision-valid
tests/unit-tests/assets/configs/devmode-revision-valid-deprecated
tests/unit-tests/assets/configs/devmode-revision-valid-fallback-asterisk-raw
tests/unit-tests/assets/configs/devmode-revision-valid-fallback-asterisk-var
tests/unit-tests/assets/configs/devmode-revision-valid-fallback-version
tests/unit-tests/assets/configs/env-append
tests/unit-tests/assets/configs/env-invalid-base-type
tests/unit-tests/assets/configs/env-invalid-key-type
tests/unit-tests/assets/configs/env-invalid-strs
tests/unit-tests/assets/configs/env-invalid-value-type
tests/unit-tests/assets/configs/env-mixed-valid
tests/unit-tests/assets/configs/env-valid
tests/unit-tests/assets/configs/expand
tests/unit-tests/assets/configs/ext-mods-invalid-type
tests/unit-tests/assets/configs/ext-mods-valid-data
tests/unit-tests/assets/configs/ext-mods-valid-empty
tests/unit-tests/assets/configs/external-flag-disabled
tests/unit-tests/assets/configs/external-flag-enabled
tests/unit-tests/assets/configs/external-flag-invalid
tests/unit-tests/assets/configs/extract-type-invalid-type
tests/unit-tests/assets/configs/extract-type-valid
tests/unit-tests/assets/configs/fetch-opts-invalid-base-type
tests/unit-tests/assets/configs/fetch-opts-invalid-key-type
tests/unit-tests/assets/configs/fetch-opts-invalid-value-type
tests/unit-tests/assets/configs/fetch-opts-valid-dict
tests/unit-tests/assets/configs/fetch-opts-valid-str
tests/unit-tests/assets/configs/fetch-opts-valid-strs
tests/unit-tests/assets/configs/fixed-jobs-invalid-type
tests/unit-tests/assets/configs/fixed-jobs-invalid-value
tests/unit-tests/assets/configs/fixed-jobs-valid
tests/unit-tests/assets/configs/git-config-invalid-base-type
tests/unit-tests/assets/configs/git-config-invalid-key-type
tests/unit-tests/assets/configs/git-config-invalid-strs
tests/unit-tests/assets/configs/git-config-invalid-value-type
tests/unit-tests/assets/configs/git-config-valid
tests/unit-tests/assets/configs/git-depth-invalid-type
tests/unit-tests/assets/configs/git-depth-invalid-value
tests/unit-tests/assets/configs/git-depth-valid-nonzero
tests/unit-tests/assets/configs/git-depth-valid-zero
tests/unit-tests/assets/configs/git-refspecs-invalid-type
tests/unit-tests/assets/configs/git-refspecs-invalid-value
tests/unit-tests/assets/configs/git-refspecs-valid-empty
tests/unit-tests/assets/configs/git-refspecs-valid-multiple
tests/unit-tests/assets/configs/git-refspecs-valid-single
tests/unit-tests/assets/configs/git-submodules-disabled
tests/unit-tests/assets/configs/git-submodules-enabled
tests/unit-tests/assets/configs/git-submodules-invalid
tests/unit-tests/assets/configs/git-verify-disabled
tests/unit-tests/assets/configs/git-verify-enabled
tests/unit-tests/assets/configs/git-verify-invalid
tests/unit-tests/assets/configs/host-provides-ignored
tests/unit-tests/assets/configs/host-provides-invalid-type
tests/unit-tests/assets/configs/host-provides-invalid-value
tests/unit-tests/assets/configs/host-provides-valid-empty-list
tests/unit-tests/assets/configs/host-provides-valid-empty-single
tests/unit-tests/assets/configs/host-provides-valid-multiple
tests/unit-tests/assets/configs/host-provides-valid-single
tests/unit-tests/assets/configs/install-defs-append
tests/unit-tests/assets/configs/install-defs-invalid-base-type
tests/unit-tests/assets/configs/install-defs-invalid-key-type
tests/unit-tests/assets/configs/install-defs-invalid-strs
tests/unit-tests/assets/configs/install-defs-invalid-value-type
tests/unit-tests/assets/configs/install-defs-valid
tests/unit-tests/assets/configs/install-env-append
tests/unit-tests/assets/configs/install-env-invalid-base-type
tests/unit-tests/assets/configs/install-env-invalid-key-type
tests/unit-tests/assets/configs/install-env-invalid-strs
tests/unit-tests/assets/configs/install-env-invalid-value-type
tests/unit-tests/assets/configs/install-env-valid
tests/unit-tests/assets/configs/install-opts-append
tests/unit-tests/assets/configs/install-opts-invalid-base-type
tests/unit-tests/assets/configs/install-opts-invalid-key-type
tests/unit-tests/assets/configs/install-opts-invalid-value-type
tests/unit-tests/assets/configs/install-opts-valid-dict
tests/unit-tests/assets/configs/install-opts-valid-mixed
tests/unit-tests/assets/configs/install-opts-valid-path
tests/unit-tests/assets/configs/install-opts-valid-paths
tests/unit-tests/assets/configs/install-opts-valid-str
tests/unit-tests/assets/configs/install-opts-valid-strs
tests/unit-tests/assets/configs/install-type-invalid-type
tests/unit-tests/assets/configs/install-type-invalid-value
tests/unit-tests/assets/configs/install-type-valid-host
tests/unit-tests/assets/configs/install-type-valid-images
tests/unit-tests/assets/configs/install-type-valid-staging
tests/unit-tests/assets/configs/install-type-valid-staging-target
tests/unit-tests/assets/configs/install-type-valid-target
tests/unit-tests/assets/configs/internal-external-flag-conflict1
tests/unit-tests/assets/configs/internal-external-flag-conflict2
tests/unit-tests/assets/configs/internal-external-flag-disabled
tests/unit-tests/assets/configs/internal-external-flag-enabled
tests/unit-tests/assets/configs/internal-flag-disabled
tests/unit-tests/assets/configs/internal-flag-enabled
tests/unit-tests/assets/configs/internal-flag-invalid
tests/unit-tests/assets/configs/license-files-invalid-type
tests/unit-tests/assets/configs/license-files-invalid-value
tests/unit-tests/assets/configs/license-files-valid-empty
tests/unit-tests/assets/configs/license-files-valid-multiple
tests/unit-tests/assets/configs/license-files-valid-single
tests/unit-tests/assets/configs/license-invalid-type
tests/unit-tests/assets/configs/license-invalid-value
tests/unit-tests/assets/configs/license-valid-empty
tests/unit-tests/assets/configs/license-valid-multiple-conjunctive
tests/unit-tests/assets/configs/license-valid-multiple-disjunctive
tests/unit-tests/assets/configs/license-valid-multiple-mixed1
tests/unit-tests/assets/configs/license-valid-multiple-mixed2
tests/unit-tests/assets/configs/license-valid-single
tests/unit-tests/assets/configs/missing
tests/unit-tests/assets/configs/needs-invalid-type
tests/unit-tests/assets/configs/needs-invalid-value
tests/unit-tests/assets/configs/needs-valid-empty
tests/unit-tests/assets/configs/needs-valid-multiple
tests/unit-tests/assets/configs/needs-valid-single
tests/unit-tests/assets/configs/no-extraction-disabled
tests/unit-tests/assets/configs/no-extraction-enabled
tests/unit-tests/assets/configs/no-extraction-invalid
tests/unit-tests/assets/configs/override-check
tests/unit-tests/assets/configs/patch-subdir-invalid-type
tests/unit-tests/assets/configs/patch-subdir-traversal
tests/unit-tests/assets/configs/patch-subdir-valid-path
tests/unit-tests/assets/configs/patch-subdir-valid-str
tests/unit-tests/assets/configs/pkg-type-invalid-type
tests/unit-tests/assets/configs/pkg-type-invalid-value
tests/unit-tests/assets/configs/pkg-type-valid-autotools
tests/unit-tests/assets/configs/pkg-type-valid-cmake
tests/unit-tests/assets/configs/pkg-type-valid-make
tests/unit-tests/assets/configs/pkg-type-valid-meson
tests/unit-tests/assets/configs/pkg-type-valid-python
tests/unit-tests/assets/configs/pkg-type-valid-scons
tests/unit-tests/assets/configs/pkg-type-valid-script
tests/unit-tests/assets/configs/prefix-invalid-type
tests/unit-tests/assets/configs/prefix-traversal
tests/unit-tests/assets/configs/prefix-valid-path
tests/unit-tests/assets/configs/prefix-valid-str
tests/unit-tests/assets/configs/python-dist-path-invalid-type
tests/unit-tests/assets/configs/python-dist-path-valid-path
tests/unit-tests/assets/configs/python-dist-path-valid-str
tests/unit-tests/assets/configs/python-installer-interpreter-invalid-type
tests/unit-tests/assets/configs/python-installer-interpreter-valid
tests/unit-tests/assets/configs/python-installer-launcher-kind-invalid-type
tests/unit-tests/assets/configs/python-installer-launcher-kind-valid-posix
tests/unit-tests/assets/configs/python-installer-launcher-kind-valid-win-amd64
tests/unit-tests/assets/configs/python-installer-launcher-kind-valid-win-arm
tests/unit-tests/assets/configs/python-installer-launcher-kind-valid-win-arm64
tests/unit-tests/assets/configs/python-installer-launcher-kind-valid-win-ia32
tests/unit-tests/assets/configs/python-installer-scheme-invalid-type
tests/unit-tests/assets/configs/python-installer-scheme-valid-custom
tests/unit-tests/assets/configs/python-installer-scheme-valid-native
tests/unit-tests/assets/configs/python-installer-scheme-valid-stock
tests/unit-tests/assets/configs/python-interpreter-invalid-type
tests/unit-tests/assets/configs/python-interpreter-valid-path
tests/unit-tests/assets/configs/python-interpreter-valid-str
tests/unit-tests/assets/configs/python-setup-type-invalid-type
tests/unit-tests/assets/configs/python-setup-type-invalid-value
tests/unit-tests/assets/configs/python-setup-type-valid-distutils
tests/unit-tests/assets/configs/python-setup-type-valid-flit
tests/unit-tests/assets/configs/python-setup-type-valid-hatchling
tests/unit-tests/assets/configs/python-setup-type-valid-pdm
tests/unit-tests/assets/configs/python-setup-type-valid-pep517
tests/unit-tests/assets/configs/python-setup-type-valid-poetry
tests/unit-tests/assets/configs/python-setup-type-valid-setuptools
tests/unit-tests/assets/configs/remote-config-disabled
tests/unit-tests/assets/configs/remote-config-enabled
tests/unit-tests/assets/configs/remote-config-invalid
tests/unit-tests/assets/configs/remote-scripts-disabled
tests/unit-tests/assets/configs/remote-scripts-enabled
tests/unit-tests/assets/configs/remote-scripts-invalid
tests/unit-tests/assets/configs/revision-invalid-type
tests/unit-tests/assets/configs/revision-valid-explicit
tests/unit-tests/assets/configs/revision-valid-implicit
tests/unit-tests/assets/configs/site-invalid-type
tests/unit-tests/assets/configs/site-valid-devmode
tests/unit-tests/assets/configs/site-valid-simple
tests/unit-tests/assets/configs/skip-remote-config-disabled
tests/unit-tests/assets/configs/skip-remote-config-enabled
tests/unit-tests/assets/configs/skip-remote-config-invalid
tests/unit-tests/assets/configs/skip-remote-scripts-disabled
tests/unit-tests/assets/configs/skip-remote-scripts-enabled
tests/unit-tests/assets/configs/skip-remote-scripts-invalid
tests/unit-tests/assets/configs/strip-count-invalid-type
tests/unit-tests/assets/configs/strip-count-invalid-value
tests/unit-tests/assets/configs/strip-count-valid-nonzero
tests/unit-tests/assets/configs/strip-count-valid-zero
tests/unit-tests/assets/configs/vcs-type-devmode-override
tests/unit-tests/assets/configs/vcs-type-invalid-brz-norevision
tests/unit-tests/assets/configs/vcs-type-invalid-brz-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-bzr-norevision
tests/unit-tests/assets/configs/vcs-type-invalid-bzr-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-cvs-norevision
tests/unit-tests/assets/configs/vcs-type-invalid-cvs-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-git-norevision
tests/unit-tests/assets/configs/vcs-type-invalid-git-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-hg-norevision
tests/unit-tests/assets/configs/vcs-type-invalid-hg-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-perforce-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-rsync-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-scp-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-svn-norevision
tests/unit-tests/assets/configs/vcs-type-invalid-svn-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-type
tests/unit-tests/assets/configs/vcs-type-invalid-url-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-value
tests/unit-tests/assets/configs/vcs-type-valid-brz-explicit
tests/unit-tests/assets/configs/vcs-type-valid-brz-implicit
tests/unit-tests/assets/configs/vcs-type-valid-bzr-explicit
tests/unit-tests/assets/configs/vcs-type-valid-bzr-implicit
tests/unit-tests/assets/configs/vcs-type-valid-cvs-explicit
tests/unit-tests/assets/configs/vcs-type-valid-cvs-implicit
tests/unit-tests/assets/configs/vcs-type-valid-cvs-implicit2
tests/unit-tests/assets/configs/vcs-type-valid-cvs-implicit3
tests/unit-tests/assets/configs/vcs-type-valid-cvs-implicit4
tests/unit-tests/assets/configs/vcs-type-valid-cvs-implicit5
tests/unit-tests/assets/configs/vcs-type-valid-cvs-implicit6
tests/unit-tests/assets/configs/vcs-type-valid-file-deprecated-url
tests/unit-tests/assets/configs/vcs-type-valid-file-explicit
tests/unit-tests/assets/configs/vcs-type-valid-file-implicit
tests/unit-tests/assets/configs/vcs-type-valid-git-explicit
tests/unit-tests/assets/configs/vcs-type-valid-git-implicit1
tests/unit-tests/assets/configs/vcs-type-valid-git-implicit2
tests/unit-tests/assets/configs/vcs-type-valid-hg-explicit
tests/unit-tests/assets/configs/vcs-type-valid-hg-implicit
tests/unit-tests/assets/configs/vcs-type-valid-local-explicit
tests/unit-tests/assets/configs/vcs-type-valid-local-implicit
tests/unit-tests/assets/configs/vcs-type-valid-none-explicit
tests/unit-tests/assets/configs/vcs-type-valid-none-implicit
tests/unit-tests/assets/configs/vcs-type-valid-perforce-explicit
tests/unit-tests/assets/configs/vcs-type-valid-perforce-implicit
tests/unit-tests/assets/configs/vcs-type-valid-perforce-implicit2
tests/unit-tests/assets/configs/vcs-type-valid-rsync-explicit
tests/unit-tests/assets/configs/vcs-type-valid-rsync-implicit
tests/unit-tests/assets/configs/vcs-type-valid-scp-explicit
tests/unit-tests/assets/configs/vcs-type-valid-scp-implicit
tests/unit-tests/assets/configs/vcs-type-valid-svn-explicit
tests/unit-tests/assets/configs/vcs-type-valid-svn-implicit
tests/unit-tests/assets/configs/vcs-type-valid-url-explicit
tests/unit-tests/assets/configs/vcs-type-valid-url-implicit
tests/unit-tests/assets/configs/vsdevcmd-invalid-type
tests/unit-tests/assets/configs/vsdevcmd-valid-default
tests/unit-tests/assets/configs/vsdevcmd-valid-version
tests/unit-tests/assets/copy-check-01/test-file-a
tests/unit-tests/assets/copy-check-01/test-file-b
tests/unit-tests/assets/copy-check-01/test-file-x
tests/unit-tests/assets/copy-check-02/test-file-b
tests/unit-tests/assets/copy-check-02/test-file-c
tests/unit-tests/assets/extensions/__init__.py
tests/unit-tests/assets/extensions/event-working-dirs/__init__.py
tests/unit-tests/assets/extensions/events/__init__.py
tests/unit-tests/assets/extensions/injection/__init__.py
tests/unit-tests/assets/extensions/new-requires/__init__.py
tests/unit-tests/assets/extensions/old-requires/__init__.py
tests/unit-tests/assets/hash-samples/invalid-hash-sample-a
tests/unit-tests/assets/hash-samples/invalid-hash-sample-b
tests/unit-tests/assets/hash-samples/invalid-hash-sample-c
tests/unit-tests/assets/hash-samples/sample-asset
tests/unit-tests/assets/hash-samples/valid-hash-sample-a
tests/unit-tests/assets/hash-samples/valid-hash-sample-b
tests/unit-tests/assets/hash-samples/valid-hash-sample-c
tests/unit-tests/assets/hash-samples/valid-hash-sample-d
tests/unit-tests/assets/hash-samples/verify-bad-format-keylen-int
tests/unit-tests/assets/hash-samples/verify-bad-format-keylen-nonint
tests/unit-tests/assets/hash-samples/verify-bad-format-missing-file
tests/unit-tests/assets/hash-samples/verify-bad-hash
tests/unit-tests/assets/hash-samples/verify-empty
tests/unit-tests/assets/hash-samples/verify-missing-archive
tests/unit-tests/assets/hash-samples/verify-missing-listed
tests/unit-tests/assets/hash-samples/verify-success
tests/unit-tests/assets/hash-samples/verify-unknown-hash-type
tests/unit-tests/assets/httpd/README.md
tests/unit-tests/assets/httpd/test-cert-pem
tests/unit-tests/assets/httpd/test-notprivate-key-pem
tests/unit-tests/assets/sample-files/sample-files.tar
tests/unit-tests/assets/sample-files/sample-files.tar.bz2
tests/unit-tests/assets/sample-files/sample-files.tar.xz
tests/unit-tests/assets/sample-files/sample-files.tgz
tests/unit-tests/assets/sample-files/sample-files.zip
tests/unit-tests/assets/shebang-interpreter/example.py
tests/unit-tests/assets/shebang-interpreter/interpreter
tests/unit-tests/assets/shebang-interpreter/interpreter-arg
tests/unit-tests/assets/shebang-interpreter/interpreter-args-multiple
tests/unit-tests/assets/shebang-interpreter/interpreter-extremely-long
tests/unit-tests/assets/shebang-interpreter/interpreter-whitespaces