pungi/pungi/phases
Lubomír Sedlář 68a1370036 gather: Use arch packages in nodeps method
We already filtered a list of packages compatible with the architecture.
There's no need to do that again (with bugs). Instead of using the
global package set we should just restrict the code to an arch package
set.

This should not break anything. If a package is included such that it's
in global but not arch package set, the compose would crash as linking
packages takes paths from the arch package set.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2018-01-15 09:55:51 +01:00
..
gather gather: Use arch packages in nodeps method 2018-01-15 09:55:51 +01:00
pkgset pkgset: Always use global tag if specified 2018-01-12 15:50:21 +01:00
__init__.py Ensure all phases are stopped 2017-06-02 09:52:18 +02:00
base.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
buildinstall.py Remove strace from buildinstall runroot 2017-12-11 17:36:28 +01:00
createiso.py remove remaining hard coded createrepo threads 2017-10-30 10:37:10 +01:00
createrepo.py Optionally do old_compose per release type 2017-11-06 15:17:33 +01:00
extra_files.py extra-files: Allow configuring used checksums 2017-04-20 09:28:09 +02:00
image_build.py image-build: Drop suffixes from configuration 2017-11-01 12:47:36 +01:00
image_checksum.py Port to Python 3 2017-10-24 15:15:31 +02:00
init.py init: Warn when variants mentions non-existing comps group 2017-04-11 15:46:34 +02:00
live_images.py Stop using deprecated pipes.quote 2017-10-24 15:15:31 +02:00
livemedia_phase.py Port to Python 3 2017-10-24 15:15:31 +02:00
osbs.py osbs: Get correct path to repo for addons 2017-11-20 12:58:49 +01:00
ostree.py ostree: Add force_new_commit option - test added 2018-01-11 15:08:07 +01:00
ostree_installer.py Stop using deprecated pipes.quote 2017-10-24 15:15:31 +02:00
product_img.py Fall back to mount if guestmount is not available 2018-01-02 17:13:47 +01:00
test.py Port to Python 3 2017-10-24 15:15:31 +02:00