LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
releng/__init__.py
releng/__main__.py
releng/api/__init__.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.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/not-zip-safe
releng_tool.egg-info/requires.txt
releng_tool.egg-info/top_level.txt
releng_tool/api/__init__.py
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/init.py
releng_tool/engine/install.py
releng_tool/engine/patch.py
releng_tool/engine/post.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/cmake/__init__.py
releng_tool/engine/cmake/build.py
releng_tool/engine/cmake/configure.py
releng_tool/engine/cmake/install.py
releng_tool/engine/python/__init__.py
releng_tool/engine/python/build.py
releng_tool/engine/python/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/bzr.py
releng_tool/fetch/cvs.py
releng_tool/fetch/git.py
releng_tool/fetch/mercurial.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/tool/__init__.py
releng_tool/tool/autoreconf.py
releng_tool/tool/bzr.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/patch.py
releng_tool/tool/python.py
releng_tool/tool/scp.py
releng_tool/tool/svn.py
releng_tool/tool/tar.py
releng_tool/util/__init__.py
releng_tool/util/api.py
releng_tool/util/enum.py
releng_tool/util/env.py
releng_tool/util/file_flags.py
releng_tool/util/hash.py
releng_tool/util/io.py
releng_tool/util/log.py
releng_tool/util/platform.py
releng_tool/util/sort.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/pkg_config_test.py
tests/support/site_tool_test.py
tests/templates/cyclic/releng
tests/templates/cyclic/package/test-a/test-a
tests/templates/cyclic/package/test-b/test-b
tests/templates/cyclic/package/test-c/test-c
tests/templates/cyclic/package/test-d/test-d
tests/templates/licenses/releng
tests/templates/licenses/package/test-a/COPYING.bsd
tests/templates/licenses/package/test-a/COPYING.mit
tests/templates/licenses/package/test-a/test-a
tests/templates/licenses/package/test-b/test-b
tests/templates/licenses/package/test-c/LICENSE
tests/templates/licenses/package/test-c/test-c
tests/templates/minimal/releng
tests/templates/minimal/package/minimal/minimal
tests/templates/no-packages/releng
tests/templates/remote-cfg/releng
tests/templates/remote-cfg-disabled/releng
tests/templates/remote-cfg-disabled/package/test/.releng-tool
tests/templates/remote-cfg-disabled/package/test/test
tests/templates/remote-cfg-disabled/package/test/test-bootstrap
tests/templates/remote-cfg-override/releng
tests/templates/remote-cfg-override/package/test/.releng-tool
tests/templates/remote-cfg-override/package/test/test
tests/templates/remote-cfg-override/package/test/test-bootstrap
tests/templates/remote-cfg/package/test/.releng-tool
tests/templates/remote-cfg/package/test/test
tests/templates/remote-cfg/package/test/test-bootstrap
tests/templates/remote-scripts/releng
tests/templates/remote-scripts-disabled/releng
tests/templates/remote-scripts-disabled/package/test/releng-build
tests/templates/remote-scripts-disabled/package/test/releng-configure
tests/templates/remote-scripts-disabled/package/test/releng-install
tests/templates/remote-scripts-disabled/package/test/test
tests/templates/remote-scripts-override-all/releng
tests/templates/remote-scripts-override-all/package/test/releng-build
tests/templates/remote-scripts-override-all/package/test/releng-configure
tests/templates/remote-scripts-override-all/package/test/releng-install
tests/templates/remote-scripts-override-all/package/test/test
tests/templates/remote-scripts-override-all/package/test/test-build
tests/templates/remote-scripts-override-all/package/test/test-configure
tests/templates/remote-scripts-override-all/package/test/test-install
tests/templates/remote-scripts-override-subset/releng
tests/templates/remote-scripts-override-subset/package/test/releng-build
tests/templates/remote-scripts-override-subset/package/test/releng-configure
tests/templates/remote-scripts-override-subset/package/test/releng-install
tests/templates/remote-scripts-override-subset/package/test/test
tests/templates/remote-scripts-override-subset/package/test/test-install
tests/templates/remote-scripts/package/test/releng-build
tests/templates/remote-scripts/package/test/releng-configure
tests/templates/remote-scripts/package/test/releng-install
tests/templates/remote-scripts/package/test/test
tests/templates/site-tool/releng
tests/templates/site-tool/package/test/test
tests/tool-tests/__init__.py
tests/tool-tests/test_tool_git.py
tests/unit-tests/__init__.py
tests/unit-tests/test_engine_run_actions.py
tests/unit-tests/test_engine_run_defaults.py
tests/unit-tests/test_engine_run_file_flags.py
tests/unit-tests/test_file_flags.py
tests/unit-tests/test_pkg_configs.py
tests/unit-tests/test_pkg_configs_autotools.py
tests/unit-tests/test_pkg_configs_cyclic.py
tests/unit-tests/test_pkg_configs_devmode.py
tests/unit-tests/test_pkg_configs_extensions.py
tests/unit-tests/test_pkg_configs_git.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_pipeline_licenses.py
tests/unit-tests/test_pkg_pipeline_remote_cfg.py
tests/unit-tests/test_pkg_pipeline_remote_scripts.py
tests/unit-tests/test_util_common.py
tests/unit-tests/test_util_env.py
tests/unit-tests/test_util_hash.py
tests/unit-tests/test_util_io.py
tests/unit-tests/test_util_sort.py
tests/unit-tests/test_util_string.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-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-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-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-str
tests/unit-tests/assets/configs/build-opts-valid-strs
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-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-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-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/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/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/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-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-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-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
tests/unit-tests/assets/configs/license-valid-single
tests/unit-tests/assets/configs/missing
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/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-python
tests/unit-tests/assets/configs/pkg-type-valid-script
tests/unit-tests/assets/configs/prefix-invalid-type
tests/unit-tests/assets/configs/prefix-valid
tests/unit-tests/assets/configs/python-interpreter-invalid-type
tests/unit-tests/assets/configs/python-interpreter-valid
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
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-invalid-bzr-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-cvs-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-git-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-hg-nosite
tests/unit-tests/assets/configs/vcs-type-invalid-scp-nosite
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-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-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-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/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/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
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/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