12e0b161bf
This is a temporary measure for testing. It will shadow real rawhide composes and redo them with depsolving based on DNF. The composes will land in /mnt/koji/compose/rawhide-dnf and there will be logs with information about changes in package set. Nothing will be sent to fedmsg, no mails will be sent. Only the package set is created, no extra images or even repos are created. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
# The same compose as regular nightly Rawhide one, except it uses DNF and does
|
|
# not build any extra images in Koji.
|
|
|
|
from fedora import *
|
|
|
|
gather_backend = 'dnf'
|
|
|
|
# This can only be enabled once DNF 2 is used due to
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1260986
|
|
#repoclosure_backend = 'dnf'
|