This should fix: https://bugzilla.redhat.com/show_bug.cgi?id=1953178
and pipewire upgrade issues.
Right now the base f34 repo has iptables.i686 and pipewire.i686 in it.
pipewire.i686 would be pulled into updates by mutter.i686, but there's
not yet a mutter update.
iptables.i686 wouldn't be pulled in as nothing depends on it, but it's in the
base repo so thus on users systems.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This used to be a role-specific handler, though we have a special
upgrade playbooks (e.g. copr-keygen-upgrade.yml) that failed because
they use but don't import the copr/* roles (and role handlers). So we
would have to either import role-specific handlers explicitly, or do
this commit.
All of these accounts seem to be accounts that were not migrated
to the new FAS as they were inactive in the old FAS.
So we can simply drop them from this mapping as they are not used.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit creates a custom email address, `bt0@fp.o` to redirect to
@bt0dotninja's FAS email address. As folks who work with Alberto know,
his IRC/Matrix nick is `bt0` and frequently in chats and mailing lists,
his short-hand version of his name is used. So, as @nb did for me
previously with aliasing `jwf@fp.o` to @jflory7, I am doing the same for
@bt0dotninja.
Signed-off-by: Justin W. Flory (he/him) [Fedora Project] <jwf@fedoraproject.org>
This should only affect stg hosts.
We had set all of iad2 the same, prod and stg both.
We need to make sure stg resolves to stg hosts first.
This worked somewhat until now because we replace the resolv.conf on stg
hosts, but without this they are borken right after boot and until we
replace the resolv.conf and restart httpd or other services.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
For the maintainer_tests instances we just want to allow anyone with
shell access ability to sudo with no password. In this case asking for
password/tokens could provide a MITM attack vector. This matches up with
the way they were setup before with fas2.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This just makes it much harder to debug anything as it silently crashes.
With this, it will crash, show a stacktrace and still have a return code
different from 0.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>