AUTHORS
COPYING
GPL
MANIFEST.in
README.md
pungi.spec
setup.cfg
setup.py
tox.ini
bin/comps_filter
bin/pungi
bin/pungi-config-dump
bin/pungi-config-validate
bin/pungi-create-unified-isos
bin/pungi-fedmsg-notification
bin/pungi-gather
bin/pungi-koji
bin/pungi-make-ostree
bin/pungi-notification-report-progress
bin/pungi-orchestrate
bin/pungi-patch-iso
bin/pungi-wait-for-signed-ostree-handler
contrib/yum-dnf-compare/pungi-compare-depsolving
doc/Makefile
doc/about.rst
doc/comps.rst
doc/conf.py
doc/configuration.rst
doc/contributing.rst
doc/format.rst
doc/gathering.rst
doc/index.rst
doc/messaging.rst
doc/multi_compose.rst
doc/phases.rst
doc/scm_support.rst
doc/testing.rst
doc/update-docs.sh
doc/_static/.keep
doc/_static/phases.png
doc/_static/phases.svg
doc/_static/pungi_snake-sm-dark.png
pungi/__init__.py
pungi/arch.py
pungi/arch_utils.py
pungi/checks.py
pungi/common.py
pungi/compose.py
pungi/config.py
pungi/createiso.py
pungi/dnf_wrapper.py
pungi/gather.py
pungi/gather_dnf.py
pungi/graph.py
pungi/ks.py
pungi/linker.py
pungi/media_split.py
pungi/metadata.py
pungi/multilib_dnf.py
pungi/multilib_yum.py
pungi/notifier.py
pungi/pathmatch.py
pungi/paths.py
pungi/profiler.py
pungi/runroot.py
pungi/util.py
pungi.egg-info/PKG-INFO
pungi.egg-info/SOURCES.txt
pungi.egg-info/dependency_links.txt
pungi.egg-info/requires.txt
pungi.egg-info/top_level.txt
pungi/compose_metadata/__init__.py
pungi/compose_metadata/discinfo.py
pungi/ostree/__init__.py
pungi/ostree/base.py
pungi/ostree/installer.py
pungi/ostree/tree.py
pungi/ostree/utils.py
pungi/phases/__init__.py
pungi/phases/base.py
pungi/phases/buildinstall.py
pungi/phases/createiso.py
pungi/phases/createrepo.py
pungi/phases/extra_files.py
pungi/phases/extra_isos.py
pungi/phases/image_build.py
pungi/phases/image_checksum.py
pungi/phases/init.py
pungi/phases/live_images.py
pungi/phases/livemedia_phase.py
pungi/phases/osbs.py
pungi/phases/ostree.py
pungi/phases/ostree_installer.py
pungi/phases/phases_metadata.py
pungi/phases/product_img.py
pungi/phases/test.py
pungi/phases/weaver.py
pungi/phases/gather/__init__.py
pungi/phases/gather/link.py
pungi/phases/gather/method.py
pungi/phases/gather/source.py
pungi/phases/gather/methods/__init__.py
pungi/phases/gather/methods/method_deps.py
pungi/phases/gather/methods/method_hybrid.py
pungi/phases/gather/methods/method_nodeps.py
pungi/phases/gather/sources/__init__.py
pungi/phases/gather/sources/source_comps.py
pungi/phases/gather/sources/source_json.py
pungi/phases/gather/sources/source_module.py
pungi/phases/gather/sources/source_none.py
pungi/phases/pkgset/__init__.py
pungi/phases/pkgset/common.py
pungi/phases/pkgset/pkgsets.py
pungi/phases/pkgset/source.py
pungi/phases/pkgset/sources/__init__.py
pungi/phases/pkgset/sources/source_koji.py
pungi/phases/pkgset/sources/source_repos.py
pungi/wrappers/__init__.py
pungi/wrappers/comps.py
pungi/wrappers/createrepo.py
pungi/wrappers/fus.py
pungi/wrappers/iso.py
pungi/wrappers/jigdo.py
pungi/wrappers/kojiwrapper.py
pungi/wrappers/lorax.py
pungi/wrappers/pungi.py
pungi/wrappers/repoclosure.py
pungi/wrappers/scm.py
pungi/wrappers/variants.py
pungi_utils/__init__.py
pungi_utils/config_utils.py
pungi_utils/orchestrator.py
pungi_utils/patch_iso.py
pungi_utils/unified_isos.py
share/comps-cleanup.xsl
share/f9-fedora.ks
share/rawhide-fedora.ks
share/variants.dtd
share/multilib/devel-blacklist.conf
share/multilib/devel-whitelist.conf
share/multilib/runtime-blacklist.conf
share/multilib/runtime-patterns.conf
share/multilib/runtime-whitelist.conf
tests/__init__.py
tests/helpers.py
tests/test_arch.py
tests/test_arguments.py
tests/test_buildinstall.py
tests/test_checks.py
tests/test_compose.py
tests/test_compose.sh
tests/test_comps_wrapper.py
tests/test_config.py
tests/test_config_utils.py
tests/test_config_validate_script.py
tests/test_createiso_phase.py
tests/test_createiso_script.py
tests/test_createrepo_wrapper.py
tests/test_createrepophase.py
tests/test_extra_files_phase.py
tests/test_extra_isos_phase.py
tests/test_fus_wrapper.py
tests/test_gather.py
tests/test_gather_method_deps.py
tests/test_gather_method_hybrid.py
tests/test_gather_method_nodeps.py
tests/test_gather_phase.py
tests/test_gather_source_module.py
tests/test_graph.py
tests/test_imagebuildphase.py
tests/test_imagechecksumphase.py
tests/test_initphase.py
tests/test_iso_wrapper.py
tests/test_koji_wrapper.py
tests/test_linker.py
tests/test_liveimagesphase.py
tests/test_livemediaphase.py
tests/test_lorax_wrapper.py
tests/test_media_split.py
tests/test_metadata.py
tests/test_notifier.py
tests/test_orchestrator.py
tests/test_osbs_phase.py
tests/test_ostree_installer_phase.py
tests/test_ostree_phase.py
tests/test_ostree_script.py
tests/test_ostree_utils.py
tests/test_patch_iso.py
tests/test_pathmatch.py
tests/test_phase_base.py
tests/test_pkgset_pkgsets.py
tests/test_pkgset_source_koji.py
tests/test_repoclosure_wrapper.py
tests/test_runroot.py
tests/test_scm.py
tests/test_test_phase.py
tests/test_unified_isos.py
tests/test_util.py
tests/test_variant_wrapper.py
tests/data/client.conf
tests/data/dummy-comps.xml
tests/data/dummy-pungi.conf
tests/data/dummy-variants.xml
tests/data/multi-compose-variants.xml
tests/data/multi-compose.conf
tests/data/resilient-storage.conf
tests/data/server.conf
tests/data/specs/Dummy-firefox.spec
tests/data/specs/Dummy-xulrunner.spec
tests/data/specs/build.sh
tests/data/specs/dummy-AdobeReader_enu-9.5.1.tar.gz
tests/data/specs/dummy-AdobeReader_enu.spec
tests/data/specs/dummy-atlas.spec
tests/data/specs/dummy-basesystem.spec
tests/data/specs/dummy-bash-4.2.37-5.spec
tests/data/specs/dummy-bash.spec
tests/data/specs/dummy-elinks.spec
tests/data/specs/dummy-fcoe-target-utils.spec
tests/data/specs/dummy-filesystem.spec
tests/data/specs/dummy-foo32.spec
tests/data/specs/dummy-freeipa.spec
tests/data/specs/dummy-gfs2-utils.spec
tests/data/specs/dummy-glibc.spec
tests/data/specs/dummy-httpd.spec
tests/data/specs/dummy-imsettings.spec
tests/data/specs/dummy-ipw3945-kmod.spec
tests/data/specs/dummy-kernel.spec
tests/data/specs/dummy-krb5.spec
tests/data/specs/dummy-lvm2.spec
tests/data/specs/dummy-mingw-qt5-qtbase.spec
tests/data/specs/dummy-perl.spec
tests/data/specs/dummy-postfix.spec
tests/data/specs/dummy-release-client-workstation.spec
tests/data/specs/dummy-release-client.spec
tests/data/specs/dummy-release-notes-cs-CZ.spec
tests/data/specs/dummy-release-notes-en-US.spec
tests/data/specs/dummy-release-notes.spec
tests/data/specs/dummy-release-server.spec
tests/data/specs/dummy-resource-agents.spec
tests/data/specs/dummy-selinux-policy.spec
tests/data/specs/dummy-sendmail.spec
tests/data/specs/dummy-skype.spec
tests/data/specs/dummy-tftp.spec
tests/data/specs/dummy-vacation.spec
tests/fixtures/children_task_results_25643870.json
tests/fixtures/comps-cleanup-all.xml
tests/fixtures/comps-cleanup-filter.xml
tests/fixtures/comps-cleanup-keep.xml
tests/fixtures/comps-cleanup.xml
tests/fixtures/comps-env.xml
tests/fixtures/comps-filtered-environments-variant.xml
tests/fixtures/comps-filtered-environments.xml
tests/fixtures/comps-filtered-groups-variant.xml
tests/fixtures/comps-filtered-groups.xml
tests/fixtures/comps-filtered-packages-variant.xml
tests/fixtures/comps-filtered-packages.xml
tests/fixtures/comps-formatted.xml
tests/fixtures/comps-group.xml
tests/fixtures/comps-removed-categories.xml
tests/fixtures/comps-removed-environments.xml
tests/fixtures/comps-removed-langpacks.xml
tests/fixtures/comps-removed-translations.xml
tests/fixtures/comps-typo.xml
tests/fixtures/comps-ws.xml
tests/fixtures/comps.xml
tests/fixtures/comps.xml.in
tests/fixtures/expected-treeinfo
tests/fixtures/extraiso-expected.treeinfo
tests/fixtures/extraiso.treeinfo
tests/fixtures/original-treeinfo
tests/fixtures/prepopulate.json
tests/fixtures/server-rpms.json
tests/fixtures/tagged-rpms.json
tests/fixtures/task_children_25643870.json
tests/fixtures/variants.xml
tests/fixtures/DP-1.0-20161013.t.4/STATUS
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/debug/tree/Packages/d/dummy-bash-debuginfo-4.2.37-6.i686.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/debug/tree/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/iso/DP-1.0-20161013.t.4-Client-i386-dvd1.iso
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/iso/MD5SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/iso/SHA1SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/iso/SHA256SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/os/.treeinfo
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/os/Packages/d/dummy-bash-4.2.37-6.i686.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/os/repodata/comps-Client.i386.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/i386/os/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/iso/DP-1.0-20161013.t.4-Client-source-dvd1.iso
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/iso/MD5SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/iso/SHA1SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/iso/SHA256SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/tree/.treeinfo
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/tree/Packages/d/dummy-bash-4.2.37-6.src.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/source/tree/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/debug/tree/Packages/d/dummy-bash-debuginfo-4.2.37-6.x86_64.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/debug/tree/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/iso/DP-1.0-20161013.t.4-Client-x86_64-dvd1.iso
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/iso/MD5SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/iso/SHA1SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/iso/SHA256SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/os/.treeinfo
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/os/Packages/d/dummy-bash-4.2.37-6.x86_64.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/os/repodata/comps-Client.x86_64.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Client/x86_64/os/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/debug/tree/Packages/d/dummy-elinks-debuginfo-2.6-2.s390x.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/debug/tree/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/iso/DP-1.0-20161013.t.4-Server-s390x-dvd1.iso
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/iso/MD5SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/iso/SHA1SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/iso/SHA256SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/os/.treeinfo
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/os/Packages/d/dummy-filesystem-4.2.37-6.s390x.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/os/repodata/comps-Server.s390x.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/s390x/os/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/iso/DP-1.0-20161013.t.4-Server-source-dvd1.iso
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/iso/MD5SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/iso/SHA1SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/iso/SHA256SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/tree/.treeinfo
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/tree/Packages/d/dummy-filesystem-4.2.37-6.src.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/source/tree/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/debug/tree/Packages/d/dummy-elinks-debuginfo-2.6-2.x86_64.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/debug/tree/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/iso/DP-1.0-20161013.t.4-Server-x86_64-dvd1.iso
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/iso/MD5SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/iso/SHA1SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/iso/SHA256SUM
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/os/.treeinfo
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/os/Packages/d/dummy-filesystem-4.2.37-6.x86_64.rpm
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/os/repodata/comps-Server.x86_64.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/Server/x86_64/os/repodata/repomd.xml
tests/fixtures/DP-1.0-20161013.t.4/compose/metadata/composeinfo.json
tests/fixtures/DP-1.0-20161013.t.4/compose/metadata/images.json
tests/fixtures/DP-1.0-20161013.t.4/logs/global/config-dump_2016-10-13_09-32-46.global.log
tests/fixtures/DP-1.0-20161013.t.4/work/.gitignore
tests/fixtures/DP-1.0-20181001.n.0/compose/metadata/composeinfo.json
tests/fixtures/DP-1.0-20181001.n.0/compose/metadata/images.json
tests/fixtures/DP-1.0-20181001.n.0/compose/metadata/modules.json
tests/fixtures/DP-1.0-20181001.n.0/compose/metadata/osbs.json
tests/fixtures/DP-1.0-20181001.n.0/compose/metadata/rpms.json
tests/fixtures/basic-metadata-merged/compose/metadata/composeinfo.json
tests/fixtures/basic-metadata-merged/compose/metadata/images.json
tests/fixtures/basic-metadata-merged/compose/metadata/modules.json
tests/fixtures/basic-metadata-merged/compose/metadata/osbs.json
tests/fixtures/basic-metadata-merged/compose/metadata/rpms.json
tests/fixtures/basic-metadata/compose/metadata/composeinfo.json
tests/fixtures/basic-metadata/compose/metadata/images.json
tests/fixtures/basic-metadata/compose/metadata/modules.json
tests/fixtures/basic-metadata/compose/metadata/osbs.json
tests/fixtures/basic-metadata/compose/metadata/rpms.json
tests/fixtures/empty-metadata-merged/compose/metadata/composeinfo.json
tests/fixtures/empty-metadata-merged/compose/metadata/images.json
tests/fixtures/empty-metadata-merged/compose/metadata/modules.json
tests/fixtures/empty-metadata-merged/compose/metadata/osbs.json
tests/fixtures/empty-metadata-merged/compose/metadata/rpms.json
tests/fixtures/empty-metadata/compose/metadata/composeinfo.json
tests/fixtures/repos/cockpit-lookaside/repodata/446ee5f2b8296322faf8b19259b26350655f77e813277453f7819447ec52ad1e-filelists.xml.gz
tests/fixtures/repos/cockpit-lookaside/repodata/4f8f323b48f989035622217a41c205b450073edabac546c35af84b7bcec85be3-other.xml.gz
tests/fixtures/repos/cockpit-lookaside/repodata/d07c8273d3954bd3257f6351f3b23fed0e3896293e2a1dde8274cf3028dce692-primary.xml.gz
tests/fixtures/repos/cockpit-lookaside/repodata/repomd.xml
tests/fixtures/repos/cockpit/repodata/54cbdff4c313405103d8b21bf7e66cb1a7eba751a3f47b84031eea266ea585b3-primary.xml.gz
tests/fixtures/repos/cockpit/repodata/ba23b0026102b0510915964775cb2b1679591a4da33c0022f9d872899705002c-filelists.xml.gz
tests/fixtures/repos/cockpit/repodata/e08e47cf6ecc4d6654cc0d462b42a3c6b20965bdffc501b89d9f0c806f6af1af-other.xml.gz
tests/fixtures/repos/cockpit/repodata/repomd.xml
tests/fixtures/repos/repo-krb5-lookaside/repodata/4fbc657d01000f79cec7b74ada066dfa66fc745a2745cb2f1e5b36e103078637-filelists.sqlite.bz2
tests/fixtures/repos/repo-krb5-lookaside/repodata/aeb3a17a03cc002051da0120cc3095d105fc74bb764a4354cf199c917c074698-primary.sqlite.bz2
tests/fixtures/repos/repo-krb5-lookaside/repodata/b9dcd75dda89076e1fdbc4a194d97ce3efc6dcd5715191fbd459d569e83596fc-other.xml.gz
tests/fixtures/repos/repo-krb5-lookaside/repodata/d10e4fa40128e91767cbe4f9fa8d647da70b24e252ea5690248c4c4dbeb8c55b-filelists.xml.gz
tests/fixtures/repos/repo-krb5-lookaside/repodata/e2007d0883d3c7e7b1409b578d6134b55e42a81a2b8568483f6a177dca33a5ab-primary.xml.gz
tests/fixtures/repos/repo-krb5-lookaside/repodata/feada0072a73fd3d224f4ddfb0447c5cfaafa8caab7105920d60244000e17446-other.sqlite.bz2
tests/fixtures/repos/repo-krb5-lookaside/repodata/repomd.xml
tests/fixtures/repos/repo/repodata/2f8cc4b5cf852eca9838393db012ad4e494ccea437ffbbbf95e110a388e15f35-dummy-comps.xml.gz
tests/fixtures/repos/repo/repodata/44d7c373789c0ab11978a23af58d5a5b25b7a6c6efb07cef06aebce015b0be44-primary.sqlite.bz2
tests/fixtures/repos/repo/repodata/9437426ee80321bd23920f8385fb60f86ad926c0d40153adfec217209dfccf04-filelists.xml.gz
tests/fixtures/repos/repo/repodata/b86f54540738fac2e1cdf66ee218a7be34f33446dbd09c20d538f61bceacb47b-filelists.sqlite.bz2
tests/fixtures/repos/repo/repodata/cd2e022a3f1163bed5dd38328a2c0bd7a8db1589a9e67b25c6341941914e1077-dummy-comps.xml
tests/fixtures/repos/repo/repodata/d98c8266ea319fb88cd516de4c2916e49d5d2e310fc6c236522ea6c250a8a1fd-other.sqlite.bz2
tests/fixtures/repos/repo/repodata/e91bb0df9fa5fa4eb0c06612415333156fff862fb654cc8d3aaf2ba1cee7675d-other.xml.gz
tests/fixtures/repos/repo/repodata/ea136c790c7e3994e27d50064c8ca6837328eed70dc01707d0bdd41f06757f36-primary.xml.gz
tests/fixtures/repos/repo/repodata/repomd.xml