Per infra/tickets#13171
we want to disable cron runs for now while repos and other things are
sorted out. We can just revert this after things are ready.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Export daily 24h data in addition to the full pg_dump to allow
downstream replicas to stay in sync without requiring full PG
replication.
We call this "incremental" in some places because perhaps later we will
decide on a different level of granularity, e.g. hourly or weekly.
Signed-off-by: Michael Winters <fedora@mwinters.net>
The acl call wasn't in the right place, it needed to be in the top
section instead of under [sigul] so it was getting ignored.
Once this is working we can remove the acl calls in ansible related to
this.
Also, at the same time grub2 is being signed by 2 certs currently (which
end up being the same one in the end). We want to switch the old
obsolete one over to the new 2025 one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This restriction is no longer necessary now that s390x builds are
emulated (hopefully temporarily!) on x86_64, where we have 200+
instances available. These limits were blocking many s390x Packit
builds.
The service selector.app needs to match with deployment.selector app. In
this case we have a conflict. This change will fix it.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
According to what I found the service selector app needs to match the
deployment app, which is pointing to the-new-hotness instead of
the-new-hotness redis. Hopefully this will fix the network issue between
the-new-hotness pod and redis pod.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
When I made the change back in January in commit 0ba3182601, little did
I realize that I put myself into a world of hurt because my FAS email
does not route mail to my Red Hat email address. This is not acceptable
for Flock planning since I need the emails in Red Hat email.
*mild internal screaming ensues*
So, this fixes the problem and continues to use FAS group membership for
the mail alias, but now my Red Hat email is specifically folded into the
recipient list for the Flock aliases.
CC: @shaunm@jasonbrooks
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
The websites moved to new way of doing things and we don't need the old
fedora websites build anymore. This change will clean the role of the
obsolete files.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>