Some queries are timing out, so lets just try increasing this timeout
for now until we can get to the bottom of the slowdowns.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We have been hard coding the kdc into the config here, but if we drop
that it should just look up the kdc from dns. This should also allow it
to use ipa02 and ipa03 instead of just fixating on 01. Hopefully that
will spread some load around and prevent timeouts we have been seeing.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
The address noc02 was monitoring, 209.132.185.254, was a switch behind
a firewall which might not be viewable for various reasons. Red Hat
NOC let us know that 209.132.185.206 was the floating IP address which
is a better source of uptime.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
In a recent apache update they fixed CVE-2023-25690 which now disallowes
redirects with spaces in them. So, just urlencode the space instead of
trying to escape it and it should redirect correctly.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Let's do this to keep the pungi_multilib.conf in sync with pungi-fedora
multilib.conf.
The PR for multilib.conf could be found
[here](https://pagure.io/pungi-fedora/pull-request/1149).
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This will add general pungi configuration that is shared by both pungi.rpm.conf
and pungi.module.conf. This is implementation of
https://pagure.io/fedora-infrastructure/issue/10779.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit makes a mostly cosmetic change for the Fedora Community
Architect email alias. In January 2023, the role title was changed from
Fedora Community Action & Impact Coordinator (FCAIC) to Fedora Community
Architect (FCA). There are additional communications planned for this
title change, but for now, this commit updates the mail aliases
accordingly for future use.
Additionally, the fcaic@ alias is preserved but it points to the fca@
email alias.
Furthermore, I also added the Fedora Project Leader @mattdm as a
recipient to the sponsors@ email alias, as we gear up for Flock again!
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>