It seems like the pybabel version used on sundries does not
play well with jinja2 files used on getfedora.
Translated versions of this site are impacted as reported by
fedora-web/websites#202
For now, I'll update the pot file manually using a more up to date
version of pybabel until we find a long term solution.
This reverts commit 25fc76f656.
The source RPM "custom" generator (checkout from the online git source)
was too slow sometimes (due to network connectivity). It too much
affected the copr-ping check, giving us too many false positive reports.
When the source RPM is pre-generated the overall build should finish
roughly 2x faster.
We maintain a static json file for gnome-software (and others) that
tells them when new releases are available. This file gets downloaded a
LOT. Right now because this file is spread out on all our proxies and
the default ETag uses MTime in it, they all return different ETag
values, making it impossible to use ETags to not have to re-download the
file. Setting it to use just Size and Digest for this file means all the
proxies will have the same ETag and gnome-software can see that and not
download the file over and over if it's not changed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
iddev was a instance running ipsilon, with a fas plugin. It was usefull
for developers to point to when developing new apps to be able to test
authentication. However, when we moved to new account system the only
way we could make iddev work is by adding it to the VPN and enrolling it
in IPA like a normal machine. We don't want to do that as it would allow
way too much power to anyone who had configuration power over it.
In addition, ryan wrote a vagrant setup called 'tiny-stage' that spins
up a ipa server and a ipsilon server and developers should be able to
use that locally to test, completely disconnected from our
authentication.
See https://pagure.io/fedora-infrastructure/issue/9966 for more info.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
simple-koji-ci (currently) is a aws instance that listens to the
fedora-messaging bus and when a PR is filed on src.fedoraproject.org it
takes that PR, applies it to the package git repo and does a scratch
build. It then reports this back to the PR.
However, now we have zuul and fedora-ci doing this (and much more).
simple-koji-ci is a fedora-30 instanced (yes, way eol!)
It's token to talk to src.fedoraproject.org expired long ago and no one
really noticed, so it's not been reporting anything at all for a long
time.
So, lets remove it and let it rest in peace.
Thanks simple-koji-ci! You did great!
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
this removes the hotpatch that adds fasjson support to fedbadges. this
code is now in python-fedbadges 1.0.3 now
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
Old-style names aren't consistent. biosdevname wasn't working
because it wasn't installed, I've installed it now.
Signed-off-by: Adam Williamson <awilliam@redhat.com>