pungi/pungi/phases
Lubomír Sedlář ab508c1511 Allow disabling inheriting ExcludeArch to noarch packages
Copying ExcludeArch/ExclusiveArch from source rpm to noarch is an easy
option to block shipping that particular noarch package from a certain
architecture. However, there is no way to bypass it, and it is rather
confusing and not discoverable.

An alternative way to remove an unwanted package is to use the good old
`filter_packages`, which has enough granularity to remove pretty much
anything from anywhere. The only downside is that it requires a change
in configuration, so it can't be done by a packager directly from a spec
file.

When we decide to break backwards compatibility, this option should be
removed and the entire ExcludeArch/ExclusiveArch inheritance removed
completely.

JIRA: ENGCMP-2606
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2023-03-22 12:56:02 +00:00
..
gather Fix black complaints 2023-02-02 12:53:32 +01:00
pkgset Allow disabling inheriting ExcludeArch to noarch packages 2023-03-22 12:56:02 +00:00
__init__.py Add image-container phase 2021-02-09 14:47:57 +01:00
base.py Log time taken of each phase 2022-07-12 16:56:41 +08:00
buildinstall.py buildinstall: Avoid pointlessly tweaking the boot images 2023-03-16 07:46:56 +00:00
createiso.py Fix black complaints 2023-02-02 12:53:32 +01:00
createrepo.py Fix module defaults and obsoletes validation 2022-06-10 11:35:26 +00:00
extra_files.py Format code base with black 2020-02-05 17:35:47 +08:00
extra_isos.py Fix black complaints 2023-02-02 12:53:32 +01:00
image_build.py image-build/osbuild: Pull ISOs into the compose 2023-03-06 09:35:47 +01:00
image_checksum.py Adding multithreading support for pungi/phases/image_checksum.py 2021-08-12 10:13:15 +02:00
image_container.py Cancel koji tasks when pungi terminated 2021-03-23 14:47:48 +08:00
init.py init: Filter comps for modular variants with tags 2022-11-03 11:11:01 +01:00
live_images.py Fix black complaints 2023-02-02 12:53:32 +01:00
livemedia_phase.py nomacboot option for livemedia koji tasks 2022-03-23 09:36:51 +01:00
osbs.py osbs: only handle archives of type "image" 2022-03-17 11:04:02 -04:00
osbuild.py image-build/osbuild: Pull ISOs into the compose 2023-03-06 09:35:47 +01:00
ostree.py ostree: Add unified core mode for compose in rpm-ostree 2022-08-23 10:52:45 +02:00
ostree_installer.py Add skip_branding to ostree_installer. 2022-05-11 15:19:53 +02:00
phases_metadata.py Format code base with black 2020-02-05 17:35:47 +08:00
repoclosure.py Delete outdated comments 2020-04-22 17:14:51 +08:00
test.py Stop trying to validate non-existent metadata 2021-11-04 09:57:20 +01:00
weaver.py Format code base with black 2020-02-05 17:35:47 +08:00