pungi/pungi/phases
Jan Kaluza 195bfbefa4 Allow specifying $COMPOSE_ID in the `repo` value for osbs phase.
There should be an option for `yum_repourls` to point to static
URL, for example when CTS is used. The idea is that instead of
setting `repo` to `AppStream`, we could use link similar to this one:

`https://cts.localhost/api/1/composes/$COMPOSE_ID/repo/?variant=AppStream`

This would be translated to real static link during the OSBS phase:

`https://cts.localhost/api/1/composes/CentOS-Stream-9-20210803.0/repo/?variant=AppStream`

That way this statis link would appear in the yum_repourls.

Merges: https://pagure.io/pungi/pull-request/1543
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2021-09-09 10:46:33 +02:00
..
gather Make getting old compose config reusable 2021-09-09 10:38:34 +02:00
pkgset Supersede ModuleStream loading with ModuleIndex 2021-08-12 16:32:38 +02:00
__init__.py Add image-container phase 2021-02-09 14:47:57 +01:00
base.py Format code base with black 2020-02-05 17:35:47 +08:00
buildinstall.py Updated the deprecated ks argument name (to the current inst.ks) 2021-04-21 21:04:01 +03:00
createiso.py Cancel koji tasks when pungi terminated 2021-03-23 14:47:48 +08:00
createrepo.py Fix tests for createrepo 2021-08-30 13:48:29 +02:00
extra_files.py Format code base with black 2020-02-05 17:35:47 +08:00
extra_isos.py Use xorrisofs for creating ISOs when needed 2020-11-20 09:47:49 +08:00
image_build.py Cancel koji tasks when pungi terminated 2021-03-23 14:47:48 +08: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 Stop copying .git directory with module defaults 2021-01-14 10:36:38 +08:00
live_images.py Cancel koji tasks when pungi terminated 2021-03-23 14:47:48 +08:00
livemedia_phase.py Cancel koji tasks when pungi terminated 2021-03-23 14:47:48 +08:00
osbs.py Allow specifying $COMPOSE_ID in the `repo` value for osbs phase. 2021-09-09 10:46:33 +02:00
osbuild.py Fix type detection for osbuild images 2021-09-08 09:07:00 +00:00
ostree.py Allow using Pungi Koji plugin for ostree phases. 2020-05-26 13:23:58 +00:00
ostree_installer.py Retry ostree installer task on losetup error 2020-08-05 10:58:04 +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 Split repoclosure into separate phase 2020-04-14 09:25:57 +08:00
weaver.py Format code base with black 2020-02-05 17:35:47 +08:00