This is safer (won't cause it to be created with unpredictable
mode/ownership if it doesn't exist).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Now that the F41 freeze is over, switch container pushes over to
fedora-image-uploader for the remaining repositories.
This also renames the Onyx and Sericea repositories to make it clear
what they are.
Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
The config is now provided by the mailman3 package and it's the same
provided by the ansible role.
And we have two of them in the role, probably a oversight.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
See https://pagure.io/koji/issue/4263
Basically we want to allow channel requests for anything except build
and chainbuild.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Someone from that group created "trolling" copr group copr-gonzo, so we
denied this group. If someone will complain, redirect them to this
commit message.
The latest epel-release symlink name is constructed by parsing the fifth
digit out of the release. That was never going to work when we reached
a double digit major version. It is resulting in a symlink of
epel-release-latest-1.noarch.rpm for epel10.0. Instead, let's switch it
to use the version value (without the minor version) from the release.
Signed-off-by: Carl George <carlwgeorge@gmail.com>
Let's uncomment the global `min_karma` and
`critpath.mandatory_days_in_testing` values to make it clearer
that those are our values. At present we wind up using Bodhi's
built-in defaults for these, which are the same, but it's not
really clear and there's no inherent reason why we *ought* to
rely on Bodhi's defaults rather than stating our own here.
Also, per the update policy, critpath updates should be allowed
to go stable after 3 days between u-t activation and Beta freeze,
just the same as non-critpath. See
https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#critpath-updates
Signed-off-by: Adam Williamson <awilliam@redhat.com>
- disable nightly compose cron job
- disable mandatory_days_in_testing override
- revert bugzilla exclusion
- add epel10.0 to new-updates-sync
When this is merged, we'll also need to change the following settings in
the EPEL-10.0 bodhi release:
- state: current
- composed-by-bodhi: true
- create-automatic-updates: false
https://pagure.io/epel/issue/300
Signed-off-by: Carl George <carlwgeorge@gmail.com>