LICENSE
MANIFEST.in
README.md
requirements-py2.txt
requirements.txt
setup.py
atomic_reactor/__init__.py
atomic_reactor/api.py
atomic_reactor/build.py
atomic_reactor/buildimage.py
atomic_reactor/constants.py
atomic_reactor/core.py
atomic_reactor/inner.py
atomic_reactor/koji_util.py
atomic_reactor/outer.py
atomic_reactor/plugin.py
atomic_reactor/source.py
atomic_reactor/util.py
atomic_reactor.egg-info/PKG-INFO
atomic_reactor.egg-info/SOURCES.txt
atomic_reactor.egg-info/dependency_links.txt
atomic_reactor.egg-info/entry_points.txt
atomic_reactor.egg-info/requires.txt
atomic_reactor.egg-info/top_level.txt
atomic_reactor/cli/__init__.py
atomic_reactor/cli/main.py
atomic_reactor/plugins/__init__.py
atomic_reactor/plugins/build_docker_api.py
atomic_reactor/plugins/build_orchestrate_build.py
atomic_reactor/plugins/exit_delete_from_registry.py
atomic_reactor/plugins/exit_koji_promote.py
atomic_reactor/plugins/exit_koji_tag_build.py
atomic_reactor/plugins/exit_remove_built_image.py
atomic_reactor/plugins/exit_sendmail.py
atomic_reactor/plugins/exit_store_logs_to_file.py
atomic_reactor/plugins/exit_store_metadata_in_osv3.py
atomic_reactor/plugins/input_env.py
atomic_reactor/plugins/input_osv3.py
atomic_reactor/plugins/input_path.py
atomic_reactor/plugins/post_compress.py
atomic_reactor/plugins/post_cp_built_image_to_nfs.py
atomic_reactor/plugins/post_import_image.py
atomic_reactor/plugins/post_pulp_pull.py
atomic_reactor/plugins/post_pulp_sync.py
atomic_reactor/plugins/post_push_to_pulp.py
atomic_reactor/plugins/post_rpmqa.py
atomic_reactor/plugins/post_tag_and_push.py
atomic_reactor/plugins/post_tag_by_labels.py
atomic_reactor/plugins/post_tag_from_config.py
atomic_reactor/plugins/pre_add_dockerfile.py
atomic_reactor/plugins/pre_add_filesystem.py
atomic_reactor/plugins/pre_add_help.py
atomic_reactor/plugins/pre_add_labels_in_df.py
atomic_reactor/plugins/pre_add_yum_repo.py
atomic_reactor/plugins/pre_add_yum_repo_by_url.py
atomic_reactor/plugins/pre_assert_labels.py
atomic_reactor/plugins/pre_bump_release.py
atomic_reactor/plugins/pre_change_from_in_df.py
atomic_reactor/plugins/pre_check_and_set_rebuild.py
atomic_reactor/plugins/pre_distribution_scope.py
atomic_reactor/plugins/pre_inject_yum_repo.py
atomic_reactor/plugins/pre_koji.py
atomic_reactor/plugins/pre_pull_base_image.py
atomic_reactor/plugins/pre_pyrpkg_fetch_artefacts.py
atomic_reactor/plugins/pre_reactor_config.py
atomic_reactor/plugins/pre_stop_autorebuild_if_disabled.py
atomic_reactor/plugins/prepub_squash.py
atomic_reactor/plugins/prepub_tests_for_image.py
atomic_reactor/schemas/config.json
docs/api.md
docs/base_images.md
docs/build_json.md
docs/config.md
docs/dev_testing.md
docs/garbage_collection.md
docs/koji.md
docs/plugin_development.md
docs/plugins.md
docs/releasing.md
docs/manpage/atomic-reactor.1
images/dockerhost-builder/Dockerfile
images/privileged-builder/Dockerfile
images/privileged-builder/docker.sh
integration-tests/__init__.py
integration-tests/test_pulp.py
tests/__init__.py
tests/constants.py
tests/docker_mock.py
tests/fixtures.py
tests/requirements.txt
tests/test_build.py
tests/test_buildimage.py
tests/test_cli.py
tests/test_inner.py
tests/test_koji_util.py
tests/test_plugin.py
tests/test_reactor.py
tests/test_source.py
tests/test_tasker.py
tests/test_util.py
tests/util.py
tests/dockpulp/__init__.py
tests/files/example-build.json
tests/files/df-in-subdir/subdir/Dockerfile
tests/files/docker-hello-world/Dockerfile
tests/files/docker-hello-world/LICENSE
tests/files/docker-hello-world/README.md
tests/files/docker-hello-world-error-build/Dockerfile
tests/files/docker-hello-world-error-build/LICENSE
tests/files/docker-hello-world-error-build/README.md
tests/files/docker-hello-world-error-build/some/subdir/foo
tests/files/docker-hello-world/some/subdir/foo
tests/koji/__init__.py
tests/plugins/__init__.py
tests/plugins/test_add_dockerfile.py
tests/plugins/test_add_filesystem.py
tests/plugins/test_add_help.py
tests/plugins/test_add_labels.py
tests/plugins/test_add_yum_repo_by_url.py
tests/plugins/test_assert_labels.py
tests/plugins/test_bump_release.py
tests/plugins/test_check_and_set_rebuild.py
tests/plugins/test_compress.py
tests/plugins/test_cp_built_image_to_nfs.py
tests/plugins/test_delete_from_registry.py
tests/plugins/test_distribution_scope.py
tests/plugins/test_docker_api.py
tests/plugins/test_import_image.py
tests/plugins/test_input_osv3.py
tests/plugins/test_koji.py
tests/plugins/test_koji_promote.py
tests/plugins/test_koji_tag_build.py
tests/plugins/test_orchestrate_build.py
tests/plugins/test_pull_base_image.py
tests/plugins/test_pulp.py
tests/plugins/test_pulp_pull.py
tests/plugins/test_pulp_sync.py
tests/plugins/test_pyrpkg_fetch_artefacts.py
tests/plugins/test_reactor_config.py
tests/plugins/test_remove_built_image.py
tests/plugins/test_rpmqa.py
tests/plugins/test_sendmail.py
tests/plugins/test_stop_autorebuild_if_disabled.py
tests/plugins/test_store_metadata.py
tests/plugins/test_tag_and_push.py
tests/plugins/test_tag_by_labels.py
tests/plugins/test_tag_from_config.py
tests/plugins/test_yum_inject.py