LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
test-requirements.txt
client/mbs-cli
conf/__init__.py
conf/cacert.pem
conf/config.py
conf/koji.conf
conf/mock.cfg
conf/yum.conf
docs/CHANGELOG.rst
docs/CONTRIBUTING.rst
docs/DEPENDENCY_RESOLUTION.rst
docs/GATING.rst
docs/HOW_MBS_BUILDS_MODULES.rst
docs/OFFLINE_LOCAL_BUILDS.rst
docs/REBUILD_STRATEGIES.rst
docs/VIRTUAL_MODULES.rst
fedmsg.d/mbs-logging.py
fedmsg.d/mbs-scheduler.py
fedmsg.d/module_build_service.py
module_build_service/__init__.py
module_build_service/__init__.pyc
module_build_service/auth.py
module_build_service/backports.py
module_build_service/config.py
module_build_service/config.pyc
module_build_service/errors.py
module_build_service/errors.pyc
module_build_service/logger.py
module_build_service/logger.pyc
module_build_service/manage.py
module_build_service/messaging.py
module_build_service/mmd_resolver.py
module_build_service/models.py
module_build_service/monitor.py
module_build_service/proxy.py
module_build_service/proxy.pyc
module_build_service/scm.py
module_build_service/views.py
module_build_service.egg-info/PKG-INFO
module_build_service.egg-info/SOURCES.txt
module_build_service.egg-info/dependency_links.txt
module_build_service.egg-info/entry_points.txt
module_build_service.egg-info/not-zip-safe
module_build_service.egg-info/requires.txt
module_build_service.egg-info/top_level.txt
module_build_service/__pycache__/__init__.cpython-37.pyc
module_build_service/__pycache__/config.cpython-37.pyc
module_build_service/__pycache__/errors.cpython-37.pyc
module_build_service/__pycache__/logger.cpython-37.pyc
module_build_service/__pycache__/proxy.cpython-37.pyc
module_build_service/builder/KojiContentGenerator.py
module_build_service/builder/KojiModuleBuilder.py
module_build_service/builder/MockModuleBuilder.py
module_build_service/builder/__init__.py
module_build_service/builder/base.py
module_build_service/builder/koji_backports.py
module_build_service/builder/utils.py
module_build_service/migrations/README
module_build_service/migrations/alembic.ini
module_build_service/migrations/env.py
module_build_service/migrations/script.py.mako
module_build_service/migrations/versions/0b00036c540f_add_log_messages_table.py
module_build_service/migrations/versions/0ef60c3ed440_insert_fake_base_runtime.py
module_build_service/migrations/versions/145347916a56_.py
module_build_service/migrations/versions/1817e62719f9_remove_ref_build_context.py
module_build_service/migrations/versions/1a44272e8b4c_.py
module_build_service/migrations/versions/229f6f273a56_state_reason.py
module_build_service/migrations/versions/335455a30585_state_reason_history.py
module_build_service/migrations/versions/3b17cd6dc583_.py
module_build_service/migrations/versions/40b2c7d988d7_add_reused_module_id_column.py
module_build_service/migrations/versions/474697622859_add_optional_columns_for_copr.py
module_build_service/migrations/versions/4d1e2e13e514_buildonly.py
module_build_service/migrations/versions/524c3b1c683c_rebuild_strategy.py
module_build_service/migrations/versions/526fb7d445f7_module_buildrequires.py
module_build_service/migrations/versions/60c6093dde9e_.py
module_build_service/migrations/versions/65ad4fcdbce6_add_missing_uniqueness_constraint.py
module_build_service/migrations/versions/6d503efcd2b8_virtual_streams_table.py
module_build_service/migrations/versions/708ac8950f55_set_from_mmd_context.py
module_build_service/migrations/versions/79babdadc942_convert_type_of_modulebuild_stream_.py
module_build_service/migrations/versions/9ca1c166f426_contexts.py
module_build_service/migrations/versions/9d5e6938588f_.py
module_build_service/migrations/versions/a1fc0736bca8_.py
module_build_service/migrations/versions/a7a553e5ca1d_.py
module_build_service/migrations/versions/a87264eeb49f_.py
module_build_service/migrations/versions/bf861b6af29a_.py
module_build_service/migrations/versions/c11a3cfec2a9_.py
module_build_service/migrations/versions/c8e2fc555399_add_modulebuild_context.py
module_build_service/migrations/versions/caeae7a4f537_ref_build_context.py
module_build_service/migrations/versions/d5188b4a7bf1_add_fk_reused_module_id.py
module_build_service/migrations/versions/edb537dd1e8c_.py
module_build_service/migrations/versions/f5b1c5203cce_.py
module_build_service/resolver/DBResolver.py
module_build_service/resolver/KojiResolver.py
module_build_service/resolver/LocalResolver.py
module_build_service/resolver/MBSResolver.py
module_build_service/resolver/__init__.py
module_build_service/resolver/base.py
module_build_service/scheduler/__init__.py
module_build_service/scheduler/consumer.py
module_build_service/scheduler/default_modules.py
module_build_service/scheduler/producer.py
module_build_service/scheduler/handlers/__init__.py
module_build_service/scheduler/handlers/components.py
module_build_service/scheduler/handlers/greenwave.py
module_build_service/scheduler/handlers/modules.py
module_build_service/scheduler/handlers/repos.py
module_build_service/scheduler/handlers/tags.py
module_build_service/utils/__init__.py
module_build_service/utils/batches.py
module_build_service/utils/general.py
module_build_service/utils/greenwave.py
module_build_service/utils/mse.py
module_build_service/utils/request_utils.py
module_build_service/utils/reuse.py
module_build_service/utils/submit.py
module_build_service/utils/ursine.py
module_build_service/utils/views.py
tests/__init__.py
tests/client_secrets.json
tests/conftest.py
tests/test_auth.py
tests/test_config.py
tests/test_content_generator.py
tests/test_get_generator_json_expected_output.json
tests/test_get_generator_json_expected_output_with_log.json
tests/test_get_generator_json_rpms_in_tag.json
tests/test_logger.py
tests/test_manage.py
tests/test_messaging.py
tests/test_mmd_resolver.py
tests/test_monitor.py
tests/test_scm.py
tests/scm_data/mariadb/HEAD
tests/scm_data/mariadb/config
tests/scm_data/mariadb/description
tests/scm_data/mariadb/packed-refs
tests/scm_data/mariadb/info/exclude
tests/scm_data/mariadb/info/refs
tests/scm_data/mariadb/objects/34/a463979786199c1b41ca21eb309cf3ce5ce789
tests/scm_data/mariadb/objects/48/83b004d723a15cdc266c0280fe26c424ae10db
tests/scm_data/mariadb/objects/60/5345608fcc41d4e297cf062c653ebfdfe52476
tests/scm_data/mariadb/objects/6c/d6a18e15a4f23a1eaa7040e7f4da9be1aed36d
tests/scm_data/mariadb/objects/6e/a27c8576449ad5a12c1b6d27b50ff32c854ee5
tests/scm_data/mariadb/objects/7f/96fc61223e4bc4c93c7c286cca98f6efaa3716
tests/scm_data/mariadb/objects/8b/43f38cdafdd773e7d0308e758105bf9f0f67a8
tests/scm_data/mariadb/objects/e3/ca243c664440cdb8b704b0d5c32ed433bee4da
tests/scm_data/mariadb/objects/e4/75d55e2b78ad81f1b08bcb33a0a15ad24ef8a9
tests/scm_data/mariadb/objects/e9/742ed681f82e3ef5281fc652b4e68a3826cea6
tests/scm_data/mariadb/objects/f7/c5c7218c9a197d7fd245eeb4eee3d7abffd75d
tests/scm_data/mariadb/objects/fb/9351bd6f2439a73d78de0822fefe64410f905c
tests/scm_data/mariadb/objects/fc/399d16e46feb3af72a692b316a241c21bae1d0
tests/scm_data/mariadb/objects/info/packs
tests/scm_data/mariadb/objects/pack/pack-92fbbdbf4fa07dc9cab035120eb248da930e0bd6.idx
tests/scm_data/mariadb/objects/pack/pack-92fbbdbf4fa07dc9cab035120eb248da930e0bd6.pack
tests/scm_data/mariadb/refs/heads/.placeholder
tests/scm_data/mariadb/refs/heads/master
tests/scm_data/mariadb/refs/tags/.placeholder
tests/scm_data/testrepo/HEAD
tests/scm_data/testrepo/config
tests/scm_data/testrepo/description
tests/scm_data/testrepo/info/exclude
tests/scm_data/testrepo/objects/17/2c8d5a1db52737ebeb50fe5058212b97ac3f82
tests/scm_data/testrepo/objects/28/ad5b501c13fc618bb395913a2b47ad90e0f51f
tests/scm_data/testrepo/objects/54/81faa232d66589e660cc301179867fb00842c9
tests/scm_data/testrepo/objects/70/35bd33614972ac66559ac1fdd019ff6027ad21
tests/scm_data/testrepo/objects/b8/f5533d9ab4cbc7a7dee0c1131dfc12e4376524
tests/scm_data/testrepo/objects/d5/819330d12885aae9c026081d7959fae78eab03
tests/scm_data/testrepo/refs/heads/dev
tests/scm_data/testrepo/refs/heads/master
tests/staged_data/bad.yaml
tests/staged_data/build_metadata_module.yaml
tests/staged_data/build_metadata_module_not_processed.yaml
tests/staged_data/fakemodule.yaml
tests/staged_data/formatted_python3-no-components.yaml
tests/staged_data/formatted_testmodule-more-components.yaml
tests/staged_data/formatted_testmodule.yaml
tests/staged_data/includedmodules.yaml
tests/staged_data/nginx_mmd.yaml
tests/staged_data/platform.yaml
tests/staged_data/python3-no-components.yaml
tests/staged_data/shared-userspace-570.yaml
tests/staged_data/shared-userspace-577.yaml
tests/staged_data/testmodule-forbidden-xmd.yaml
tests/staged_data/testmodule-local-build.yaml
tests/staged_data/testmodule-more-components.yaml
tests/staged_data/testmodule-no-base-module.yaml
tests/staged_data/testmodule-no-deps.yaml
tests/staged_data/testmodule-version-set.yaml
tests/staged_data/testmodule-with-filters.yaml
tests/staged_data/testmodule-wrong-stream.yaml
tests/staged_data/testmodule.yaml
tests/staged_data/testmodule_br_metadata_module.yaml
tests/staged_data/testmodule_dependencies.yaml
tests/staged_data/testmodule_el8.yaml
tests/staged_data/testmodule_el800.yaml
tests/staged_data/testmodule_el821.yaml
tests/staged_data/testmodule_init.yaml
tests/staged_data/testmodule_mse.yaml
tests/staged_data/testmodule_platform_f290000.yaml
tests/staged_data/testmodule_v2.yaml
tests/staged_data/testmodule_v2_buildonly.yaml
tests/staged_data/local_builds/module-child-master-20170816080815/results/modules.yaml
tests/staged_data/local_builds/module-parent-master-20170816080815/results/modules.yaml
tests/staged_data/local_builds/module-platform-f28-3/results/modules.yaml
tests/staged_data/local_builds/module-testmodule-master-20170816080815/results/modules.yaml
tests/staged_data/local_builds/module-testmodule-master-20170816080816/results/modules.yaml
tests/staged_data/local_builds/module-testmodule2-master-20170816093656/results/modules.yaml
tests/test_build/__init__.py
tests/test_build/test_build.py
tests/test_models/__init__.py
tests/test_models/test_models.py
tests/test_models/data/base-runtime.yaml
tests/test_models/data/testmodule.yaml
tests/test_resolver/__init__.py
tests/test_resolver/test_db.py
tests/test_resolver/test_koji.py
tests/test_resolver/test_local.py
tests/test_resolver/test_mbs.py
tests/test_scheduler/__init__.py
tests/test_scheduler/test_consumer.py
tests/test_scheduler/test_default_modules.py
tests/test_scheduler/test_greenwave.py
tests/test_scheduler/test_module_init.py
tests/test_scheduler/test_module_wait.py
tests/test_scheduler/test_poller.py
tests/test_scheduler/test_repo_done.py
tests/test_scheduler/test_tag_tagged.py
tests/test_utils/__init__.py
tests/test_utils/test_greenwave.py
tests/test_utils/test_ursine.py
tests/test_utils/test_utils.py
tests/test_utils/test_utils_mse.py
tests/test_views/__init__.py
tests/test_views/client_secrets.json
tests/test_views/test_views.py