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>
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>
It seems that the command module in argv is adding space at the start of
file name when it's not on it's own line.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
flatpak-indexer uses redis, but f41+ doesn't have it.
Until we can switch to valkey or something lets just move back to f40.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
The answer from ipa03 is ignored, let's hope this will fix it.
The ipa_user module is returning "response user_mod: no modifications to
be performed", which should be OK, but it's treated like fatal error.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
The log files for krb5kdc had around 1 GB each on ipa01.stg. To prevent this in
future let us replace the original config with one that is compressing the old logs.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>