.gitignore
.gitmodules
.readthedocs.yml
.yamllint.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
pyproject.toml
pyrightconfig.json
tox.ini
uv.lock
.github/.jira_sync_config.yaml
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/workflows/check-renovate.yaml
.github/workflows/cla-check.yaml
.github/workflows/release-publish.yaml
.github/workflows/security-scan.yaml
.github/workflows/tests.yaml
.github/workflows/tics.yaml
craft_parts/__init__.py
craft_parts/__main__.py
craft_parts/_version.py
craft_parts/actions.py
craft_parts/callbacks.py
craft_parts/constraints.py
craft_parts/ctl.py
craft_parts/dirs.py
craft_parts/errors.py
craft_parts/features.py
craft_parts/filesystem_mounts.py
craft_parts/infos.py
craft_parts/lifecycle_manager.py
craft_parts/main.py
craft_parts/parts.py
craft_parts/permissions.py
craft_parts/py.typed
craft_parts/pydantic_schema.py
craft_parts/sequencer.py
craft_parts/steps.py
craft_parts/xattrs.py
craft_parts.egg-info/PKG-INFO
craft_parts.egg-info/SOURCES.txt
craft_parts.egg-info/dependency_links.txt
craft_parts.egg-info/entry_points.txt
craft_parts.egg-info/requires.txt
craft_parts.egg-info/top_level.txt
craft_parts/executor/__init__.py
craft_parts/executor/collisions.py
craft_parts/executor/environment.py
craft_parts/executor/executor.py
craft_parts/executor/filesets.py
craft_parts/executor/migration.py
craft_parts/executor/organize.py
craft_parts/executor/part_handler.py
craft_parts/executor/step_handler.py
craft_parts/overlays/__init__.py
craft_parts/overlays/chroot.py
craft_parts/overlays/errors.py
craft_parts/overlays/layers.py
craft_parts/overlays/overlay_fs.py
craft_parts/overlays/overlay_manager.py
craft_parts/overlays/overlays.py
craft_parts/packages/__init__.py
craft_parts/packages/apt_cache.py
craft_parts/packages/base.py
craft_parts/packages/deb.py
craft_parts/packages/deb_package.py
craft_parts/packages/dnf.py
craft_parts/packages/errors.py
craft_parts/packages/normalize.py
craft_parts/packages/platform.py
craft_parts/packages/snaps.py
craft_parts/packages/yum.py
craft_parts/plugins/__init__.py
craft_parts/plugins/ant_plugin.py
craft_parts/plugins/autotools_plugin.py
craft_parts/plugins/base.py
craft_parts/plugins/cargo_use_plugin.py
craft_parts/plugins/cmake_plugin.py
craft_parts/plugins/dotnet_plugin.py
craft_parts/plugins/dotnet_v2_plugin.py
craft_parts/plugins/dump_plugin.py
craft_parts/plugins/go_plugin.py
craft_parts/plugins/go_use_plugin.py
craft_parts/plugins/gradle_plugin.py
craft_parts/plugins/java_plugin.py
craft_parts/plugins/jlink_plugin.py
craft_parts/plugins/make_plugin.py
craft_parts/plugins/maven_plugin.py
craft_parts/plugins/maven_use_plugin.py
craft_parts/plugins/meson_plugin.py
craft_parts/plugins/nil_plugin.py
craft_parts/plugins/npm_plugin.py
craft_parts/plugins/plugins.py
craft_parts/plugins/poetry_plugin.py
craft_parts/plugins/properties.py
craft_parts/plugins/python_plugin.py
craft_parts/plugins/qmake_plugin.py
craft_parts/plugins/rust_plugin.py
craft_parts/plugins/scons_plugin.py
craft_parts/plugins/uv_plugin.py
craft_parts/plugins/validator.py
craft_parts/sources/__init__.py
craft_parts/sources/base.py
craft_parts/sources/cache.py
craft_parts/sources/checksum.py
craft_parts/sources/deb_source.py
craft_parts/sources/errors.py
craft_parts/sources/file_source.py
craft_parts/sources/git_source.py
craft_parts/sources/local_source.py
craft_parts/sources/rpm_source.py
craft_parts/sources/sevenzip_source.py
craft_parts/sources/snap_source.py
craft_parts/sources/sources.py
craft_parts/sources/tar_source.py
craft_parts/sources/zip_source.py
craft_parts/state_manager/__init__.py
craft_parts/state_manager/build_state.py
craft_parts/state_manager/overlay_state.py
craft_parts/state_manager/prime_state.py
craft_parts/state_manager/pull_state.py
craft_parts/state_manager/reports.py
craft_parts/state_manager/stage_state.py
craft_parts/state_manager/state_manager.py
craft_parts/state_manager/states.py
craft_parts/state_manager/step_state.py
craft_parts/utils/__init__.py
craft_parts/utils/deb_utils.py
craft_parts/utils/file_utils.py
craft_parts/utils/formatting_utils.py
craft_parts/utils/git.py
craft_parts/utils/os_utils.py
craft_parts/utils/partition_utils.py
craft_parts/utils/path_utils.py
craft_parts/utils/process.py
craft_parts/utils/url_utils.py
craft_parts/utils/maven/__init__.py
craft_parts/utils/maven/_xml.py
craft_parts/utils/maven/common.py
docs/.gitignore
docs/.wordlist.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/spellingcheck.yaml
docs/_static/css/custom.css
docs/common/README.md
docs/common/__init__.py
docs/common/craft-parts/craft-parts.wordlist.txt
docs/common/craft-parts/explanation/dump_plugin.rst
docs/common/craft-parts/explanation/file-migration.rst
docs/common/craft-parts/explanation/filesets.rst
docs/common/craft-parts/explanation/gradle_plugin.rst
docs/common/craft-parts/explanation/how_parts_are_built.rst
docs/common/craft-parts/explanation/lifecycle.rst
docs/common/craft-parts/explanation/overlay_parameters.rst
docs/common/craft-parts/explanation/overlays.rst
docs/common/craft-parts/explanation/parts.rst
docs/common/craft-parts/how-to/customise-the-build-with-craftctl.rst
docs/common/craft-parts/how-to/include_files.rst
docs/common/craft-parts/how-to/override_build.rst
docs/common/craft-parts/images/class_diagram.png
docs/common/craft-parts/images/lifecycle_logic.png
docs/common/craft-parts/images/overlay_checksum.svg
docs/common/craft-parts/images/overlay_migration.svg
docs/common/craft-parts/images/partition_migration.svg
docs/common/craft-parts/images/partition_overlay_migration.svg
docs/common/craft-parts/images/simple_migration.svg
docs/common/craft-parts/reference/part_properties.rst
docs/common/craft-parts/reference/partition_specific_output_directory_variables.rst
docs/common/craft-parts/reference/parts_steps.rst
docs/common/craft-parts/reference/step_execution_environment.rst
docs/common/craft-parts/reference/step_output_directories.rst
docs/common/craft-parts/reference/plugins/ant_plugin.rst
docs/common/craft-parts/reference/plugins/autotools_plugin.rst
docs/common/craft-parts/reference/plugins/cargo_use_plugin.rst
docs/common/craft-parts/reference/plugins/cmake_plugin.rst
docs/common/craft-parts/reference/plugins/dotnet_plugin.rst
docs/common/craft-parts/reference/plugins/dotnet_v2_plugin.rst
docs/common/craft-parts/reference/plugins/dump_plugin.rst
docs/common/craft-parts/reference/plugins/go_plugin.rst
docs/common/craft-parts/reference/plugins/go_use_plugin.rst
docs/common/craft-parts/reference/plugins/gradle_plugin.rst
docs/common/craft-parts/reference/plugins/jlink_plugin.rst
docs/common/craft-parts/reference/plugins/make_plugin.rst
docs/common/craft-parts/reference/plugins/maven_plugin.rst
docs/common/craft-parts/reference/plugins/meson_plugin.rst
docs/common/craft-parts/reference/plugins/nil_plugin.rst
docs/common/craft-parts/reference/plugins/npm_plugin.rst
docs/common/craft-parts/reference/plugins/poetry_plugin.rst
docs/common/craft-parts/reference/plugins/python_plugin.rst
docs/common/craft-parts/reference/plugins/qmake_plugin.rst
docs/common/craft-parts/reference/plugins/rust_plugin.rst
docs/common/craft-parts/reference/plugins/scons_plugin.rst
docs/common/craft-parts/reference/plugins/uv_plugin.rst
docs/common/craft-parts/reuse/links.txt
docs/explanation/cryptography.rst
docs/explanation/implementation.rst
docs/explanation/index.rst
docs/how-to/cli_tool.rst
docs/how-to/create_plugin.rst
docs/how-to/document-plugin.rst
docs/how-to/index.rst
docs/how-to/source-handler.rst
docs/how-to/use_parts.rst
docs/how-to/code/use_parts.yaml
docs/how-to/source-handler/rsync_parts.yaml
docs/how-to/source-handler/rsync_source.py
docs/image-sources/class_diagram.drawio
docs/image-sources/lifecycle_logic.drawio
docs/image-sources/overlay_checksum.drawio
docs/image-sources/overlay_migration.drawio
docs/image-sources/partition_migration.drawio
docs/image-sources/partition_overlay_migration.drawio
docs/image-sources/simple_migration.drawio
docs/reference/actions.rst
docs/reference/changelog.rst
docs/reference/exceptions.rst
docs/reference/index.rst
docs/reference/infos.rst
docs/reference/lifecycle_manager.rst
docs/reference/parts_steps.rst
docs/reference/plugins.rst
docs/reference/reference.rst
docs/tutorials/examples.rst
docs/tutorials/hello-craft-parts.rst
docs/tutorials/index.rst
docs/tutorials/code/hello-craft-parts/hello.sh
docs/tutorials/code/hello-craft-parts/parts-empty.yaml
docs/tutorials/code/hello-craft-parts/parts-pull.yaml
docs/tutorials/code/hello-craft-parts/parts-stage-prime.yaml
docs/tutorials/code/hello-craft-parts/parts.yaml
docs/tutorials/code/hello-craft-parts/task.yaml
tests/__init__.py
tests/conftest.py
tests/fake_servers.py
tests/fake_snap_command.py
tests/fake_snapd.py
tests/integration/__init__.py
tests/integration/test_logging.py
tests/integration/test_main.py
tests/integration/test_pydantic_schema.py
tests/integration/executor/__init__.py
tests/integration/executor/test_callbacks.py
tests/integration/executor/test_collisions.py
tests/integration/executor/test_environment.py
tests/integration/executor/test_environment_overlay.py
tests/integration/executor/test_errors.py
tests/integration/executor/test_steps.py
tests/integration/features/__init__.py
tests/integration/features/partitions/__init__.py
tests/integration/features/partitions/conftest.py
tests/integration/features/partitions/test_sequencer.py
tests/integration/features/partitions/executor/test_collisions.py
tests/integration/features/partitions/lifecycle/__init__.py
tests/integration/features/partitions/lifecycle/test_chisel_lifecycle.py
tests/integration/features/partitions/lifecycle/test_filters.py
tests/integration/features/partitions/lifecycle/test_lifecycle.py
tests/integration/features/partitions/lifecycle/test_stage_snaps.py
tests/integration/features/partitions/plugins/__init__.py
tests/integration/features/partitions/plugins/test_plugins.py
tests/integration/lifecycle/__init__.py
tests/integration/lifecycle/test_chisel_lifecycle.py
tests/integration/lifecycle/test_craftctl.py
tests/integration/lifecycle/test_filters.py
tests/integration/lifecycle/test_lifecycle.py
tests/integration/lifecycle/test_lifecycle_overlay.py
tests/integration/lifecycle/test_overlay.py
tests/integration/lifecycle/test_permissions.py
tests/integration/lifecycle/test_plugin_changesets.py
tests/integration/lifecycle/test_plugin_property_state.py
tests/integration/lifecycle/test_stage_snaps.py
tests/integration/lifecycle/data/basic.snap
tests/integration/packages/test_snaps.py
tests/integration/parts_data/basic_valid.yaml
tests/integration/parts_data/nil_valid.yaml
tests/integration/parts_data/python_valid.yaml
tests/integration/plugins/__init__.py
tests/integration/plugins/test_ant.py
tests/integration/plugins/test_application_plugin.py
tests/integration/plugins/test_autotools.py
tests/integration/plugins/test_cargo_use_plugin.py
tests/integration/plugins/test_cmake.py
tests/integration/plugins/test_dotnet.py
tests/integration/plugins/test_dotnet_v2.py
tests/integration/plugins/test_dump.py
tests/integration/plugins/test_go.py
tests/integration/plugins/test_go_use.py
tests/integration/plugins/test_gradle.py
tests/integration/plugins/test_java.py
tests/integration/plugins/test_jlink.py
tests/integration/plugins/test_make.py
tests/integration/plugins/test_maven.py
tests/integration/plugins/test_maven_use.py
tests/integration/plugins/test_meson.py
tests/integration/plugins/test_npm.py
tests/integration/plugins/test_poetry.py
tests/integration/plugins/test_python.py
tests/integration/plugins/test_rust.py
tests/integration/plugins/test_scons.py
tests/integration/plugins/test_uv.py
tests/integration/plugins/test_validate_environment.py
tests/integration/plugins/test_ant/my-build.xml
tests/integration/plugins/test_ant/src/sample/HelloWorld.java
tests/integration/plugins/test_cargo_use/Cargo.toml
tests/integration/plugins/test_cargo_use/src/main.rs
tests/integration/plugins/test_dotnet_v2/dotnet.csproj
tests/integration/plugins/test_dotnet_v2/hello.cs
tests/integration/plugins/test_dotnet_v2/parts.yaml
tests/integration/plugins/test_go/go.mod
tests/integration/plugins/test_go/gen/generator.go
tests/integration/plugins/test_go_workspace/go.mod
tests/integration/plugins/test_go_workspace/go.sum
tests/integration/plugins/test_go_workspace/main.go
tests/integration/plugins/test_gradle/build.gradle
tests/integration/plugins/test_gradle/gradlew
tests/integration/plugins/test_gradle/init.gradle
tests/integration/plugins/test_gradle/gradle/wrapper/gradle-wrapper.jar
tests/integration/plugins/test_gradle/gradle/wrapper/gradle-wrapper.properties
tests/integration/plugins/test_gradle/src/main/java/sample/HelloWorld.java
tests/integration/plugins/test_maven/mvnw
tests/integration/plugins/test_maven/pom.xml
tests/integration/plugins/test_maven/.mvn/wrapper/maven-wrapper.properties
tests/integration/plugins/test_maven/src/main/java/sample/HelloWorld.java
tests/integration/plugins/test_maven_use/from_binaries/binaries_consume/parts.yaml
tests/integration/plugins/test_maven_use/from_binaries/binaries_consume/java-main-part/pom.xml
tests/integration/plugins/test_maven_use/from_binaries/binaries_consume/java-main-part/src/main/java/hello/HelloWorld.java
tests/integration/plugins/test_maven_use/from_binaries/binaries_source/parts.yaml
tests/integration/plugins/test_maven_use/from_binaries/binaries_source/java-dep-add/pom.xml
tests/integration/plugins/test_maven_use/from_binaries/binaries_source/java-dep-add/src/main/java/add/Adder.java
tests/integration/plugins/test_maven_use/from_binaries/binaries_source/java-dep-print-addition/pom.xml
tests/integration/plugins/test_maven_use/from_binaries/binaries_source/java-dep-print-addition/src/main/java/printer/AdditionPrinter.java
tests/integration/plugins/test_maven_use/multi-module/parts.yaml
tests/integration/plugins/test_maven_use/multi-module/java-dep-top/pom.xml
tests/integration/plugins/test_maven_use/multi-module/java-dep-top/java-dep-submod/pom.xml
tests/integration/plugins/test_maven_use/multi-module/java-dep-top/java-dep-submod/java-dep-subsubmod/pom.xml
tests/integration/plugins/test_maven_use/multi-module/java-dep-top/java-dep-submod/java-dep-subsubmod/src/main/java/subsubmod/Speaker.java
tests/integration/plugins/test_maven_use/multi-module/java-main-part/pom.xml
tests/integration/plugins/test_maven_use/multi-module/java-main-part/src/main/java/hello/HelloWorld.java
tests/integration/plugins/test_maven_use/self-contained/parts.yaml
tests/integration/plugins/test_maven_use/self-contained/java-dep-add/pom.xml
tests/integration/plugins/test_maven_use/self-contained/java-dep-add/src/main/java/add/Adder.java
tests/integration/plugins/test_maven_use/self-contained/java-dep-parent/pom.xml
tests/integration/plugins/test_maven_use/self-contained/java-dep-print-addition/pom.xml
tests/integration/plugins/test_maven_use/self-contained/java-dep-print-addition/src/main/java/printer/AdditionPrinter.java
tests/integration/plugins/test_maven_use/self-contained/java-main-part/pom.xml
tests/integration/plugins/test_maven_use/self-contained/java-main-part/src/main/java/hello/HelloWorld.java
tests/integration/plugins/test_maven_use/simple/parts.yaml
tests/integration/plugins/test_maven_use/simple/java-dep-add/pom.xml
tests/integration/plugins/test_maven_use/simple/java-dep-add/src/main/java/add/Adder.java
tests/integration/plugins/test_poetry/README.md
tests/integration/plugins/test_poetry/pyproject.toml
tests/integration/plugins/test_poetry/test_poetry/__init__.py
tests/integration/plugins/test_poetry/test_poetry/__main__.py
tests/integration/plugins/test_poetry/tests/__init__.py
tests/integration/plugins/test_python/setup.py
tests/integration/plugins/test_python/mytest/__init__.py
tests/integration/plugins/test_python_pyproject_toml/pyproject.toml
tests/integration/plugins/test_python_pyproject_toml/mytestpyprojecttoml/__init__.py
tests/integration/plugins/test_scons/SConstruct
tests/integration/plugins/test_scons/hello.c
tests/integration/plugins/test_uv/pyproject.toml
tests/integration/plugins/test_uv/uv.lock
tests/integration/plugins/test_uv/mytestuv/__init__.py
tests/integration/sequencer/__init__.py
tests/integration/sequencer/test_sequencer.py
tests/integration/sequencer/test_sequencer_overlay.py
tests/integration/sources/__init__.py
tests/integration/sources/test_deb.py
tests/integration/sources/test_file.py
tests/integration/sources/test_git_source.py
tests/integration/sources/test_registered_source.py
tests/integration/sources/test_rpm.py
tests/integration/sources/test_sevenzip.py
tests/integration/sources/test_tar.py
tests/integration/sources/test_zip.py
tests/integration/utils/test_process.py
tests/integration/utils/test_process/complex.sh
tests/integration/utils/test_process/fails.sh
tests/integration/utils/test_process/simple.sh
tests/unit/__init__.py
tests/unit/common_plugins.py
tests/unit/test_actions.py
tests/unit/test_callbacks.py
tests/unit/test_ctl.py
tests/unit/test_dirs.py
tests/unit/test_errors.py
tests/unit/test_features.py
tests/unit/test_filesystem_mounts.py
tests/unit/test_infos.py
tests/unit/test_lifecycle_manager.py
tests/unit/test_parts.py
tests/unit/test_permissions.py
tests/unit/test_pydantic_schema.py
tests/unit/test_sequencer.py
tests/unit/test_steps.py
tests/unit/test_xattrs.py
tests/unit/executor/__init__.py
tests/unit/executor/test_collisions.py
tests/unit/executor/test_environment.py
tests/unit/executor/test_executor.py
tests/unit/executor/test_filesets.py
tests/unit/executor/test_migration.py
tests/unit/executor/test_organize.py
tests/unit/executor/test_part_handler.py
tests/unit/executor/test_replace_attr.py
tests/unit/executor/test_step_handler.py
tests/unit/features/__init__.py
tests/unit/features/overlay/__init__.py
tests/unit/features/overlay/test_executor.py
tests/unit/features/overlay/test_executor_environment.py
tests/unit/features/overlay/test_executor_part_handler.py
tests/unit/features/overlay/test_feature.py
tests/unit/features/overlay/test_lifecycle_manager.py
tests/unit/features/overlay/test_parts.py
tests/unit/features/overlay/test_sequencer.py
tests/unit/features/overlay/test_steps.py
tests/unit/features/overlay_partitions/__init__.py
tests/unit/features/overlay_partitions/test_executor_part_handler.py
tests/unit/features/partitions/__init__.py
tests/unit/features/partitions/conftest.py
tests/unit/features/partitions/test_dirs.py
tests/unit/features/partitions/test_lifecycle_manager.py
tests/unit/features/partitions/test_parts.py
tests/unit/features/partitions/executor/__init__.py
tests/unit/features/partitions/executor/test_collisions.py
tests/unit/features/partitions/executor/test_environment.py
tests/unit/features/partitions/executor/test_executor.py
tests/unit/features/partitions/executor/test_filesets.py
tests/unit/features/partitions/executor/test_migration.py
tests/unit/features/partitions/executor/test_organize.py
tests/unit/features/partitions/executor/test_part_handler.py
tests/unit/features/partitions/executor/test_step_handler.py
tests/unit/features/partitions/sources/test_local_source.py
tests/unit/overlays/__init__.py
tests/unit/overlays/test_chroot.py
tests/unit/overlays/test_errors.py
tests/unit/overlays/test_layers.py
tests/unit/overlays/test_overlay_fs.py
tests/unit/overlays/test_overlay_manager.py
tests/unit/overlays/test_overlays.py
tests/unit/packages/__init__.py
tests/unit/packages/conftest.py
tests/unit/packages/test_apt_cache.py
tests/unit/packages/test_base.py
tests/unit/packages/test_chisel.py
tests/unit/packages/test_deb.py
tests/unit/packages/test_deb_package.py
tests/unit/packages/test_dnf.py
tests/unit/packages/test_errors.py
tests/unit/packages/test_normalize.py
tests/unit/packages/test_platform.py
tests/unit/packages/test_snaps.py
tests/unit/packages/test_yum.py
tests/unit/plugins/__init__.py
tests/unit/plugins/conftest.py
tests/unit/plugins/test_ant_plugin.py
tests/unit/plugins/test_autotools_plugin.py
tests/unit/plugins/test_base.py
tests/unit/plugins/test_base_python.py
tests/unit/plugins/test_cargo_use.py
tests/unit/plugins/test_cmake_plugin.py
tests/unit/plugins/test_dotnet_plugin.py
tests/unit/plugins/test_dotnet_v2_plugin.py
tests/unit/plugins/test_dump_plugin.py
tests/unit/plugins/test_go_plugin.py
tests/unit/plugins/test_go_use_plugin.py
tests/unit/plugins/test_gradle_plugin.py
tests/unit/plugins/test_java_plugin.py
tests/unit/plugins/test_jlink_plugin.py
tests/unit/plugins/test_make_plugin.py
tests/unit/plugins/test_maven_plugin.py
tests/unit/plugins/test_maven_use.py
tests/unit/plugins/test_meson_plugin.py
tests/unit/plugins/test_nil_plugin.py
tests/unit/plugins/test_npm_plugin.py
tests/unit/plugins/test_plugins.py
tests/unit/plugins/test_poetry_plugin.py
tests/unit/plugins/test_properties.py
tests/unit/plugins/test_python_plugin.py
tests/unit/plugins/test_qmake_plugin.py
tests/unit/plugins/test_rust_plugin.py
tests/unit/plugins/test_scons_plugin.py
tests/unit/plugins/test_uv_plugin.py
tests/unit/plugins/test_validator.py
tests/unit/sources/__init__.py
tests/unit/sources/test_base.py
tests/unit/sources/test_cache.py
tests/unit/sources/test_checksum.py
tests/unit/sources/test_deb_source.py
tests/unit/sources/test_errors.py
tests/unit/sources/test_file_source.py
tests/unit/sources/test_git_source.py
tests/unit/sources/test_local_source.py
tests/unit/sources/test_rpm_source.py
tests/unit/sources/test_sevenzip_source.py
tests/unit/sources/test_snap_source.py
tests/unit/sources/test_sources.py
tests/unit/sources/test_tar_source.py
tests/unit/sources/test_zip_source.py
tests/unit/sources/data/test-snap.snap
tests/unit/state_manager/__init__.py
tests/unit/state_manager/conftest.py
tests/unit/state_manager/test_build_state.py
tests/unit/state_manager/test_prime_state.py
tests/unit/state_manager/test_pull_state.py
tests/unit/state_manager/test_reports.py
tests/unit/state_manager/test_stage_state.py
tests/unit/state_manager/test_state_manager.py
tests/unit/state_manager/test_states.py
tests/unit/state_manager/test_step_state.py
tests/unit/utils/__init__.py
tests/unit/utils/test_file_utils.py
tests/unit/utils/test_formatting_utils.py
tests/unit/utils/test_git.py
tests/unit/utils/test_maven_utils.py
tests/unit/utils/test_os_utils.py
tests/unit/utils/test_partition_utils.py
tests/unit/utils/test_path_utils.py
tests/unit/utils/test_process.py
tests/unit/utils/test_url_utils.py
tools/freeze-requirements.sh