The grobisplitter parts need some documentation to explain what they
are doing and for whom. This is a first attempt at getting that right
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
In order to make CentOS-Stream useful for people wanting to test
upcoming parts there has been a request for an EPEL-next. This is a
sync of packages which will allow for Stream to be copied to the
batcave and then used by grobisplitter and koji for such needs.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This revises the Greenwave config again, aiming to be as clear
and efficient as possible. The major practical change here is
we use fedora-* for the product_versions in the 'null' policy
(wildcards like this have been allowed since Greenwave commit
be9a5427 in 2018), and we use lists of decision_contexts instead
of a single decision_context per policy (this has been allowed
since 1.6.0), allowing us to combine two pairs of policies into
single policies. I also revised the comments, policy names and
file organization, taking advantage of these simplifications.
We could make this even more efficient if policies could apply
to multiple subject_types as well, but apparently they can't.
I've filed https://pagure.io/greenwave/issue/609 for that.
Using a wildcard for product_versions in the null policy will
have the practical consequence that whenever a new Fedora release
or dist shows up, if no policy has been prepared for it in advance,
queries for it that match the other elements of the null policy
will succeed rather than failing because no policy is found. i.e.,
practically speaking, Bodhi push queries will succeed rather than
failing. I think this is what we want (since whenever that happens
we just go ahead and add the identifier to the null policy), but
it's worth noting.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This reverts commit 00405f3491. The
patch needs several changes to make it work.
1. Paths need to be relative instead of absolute
2. The glob search needs to be more specific.
The policies Kevin took out in f9e7d727 were misleadingly named.
They didn't have anything to do with taskotron any more. The
actual difference between them and the "no_requirements" policies
is that they each have a RemoteRule rule, which is the special
sauce that makes gating policies in package repos work. Without
that, those policies are ignored.
This commit restores those policies, changes all the policy names
to more accurate and information ones, and adds quite a lot of
explanatory comments.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
See https://pagure.io/releng/issue/9746
It's desired to have a src repo for eln-build so queries can be done
against it. This enables this for eln-build. If it turns out to cause
too many problems we can disable it again.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Turns out fwupd needs to also be signed right for secure-boot, so we
should add it to the list of packages in koji that needs the secure-boot
permission. This should prevent provenpackagers from building it and
pushing out an inoperative one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>