This file appears to not be used anymore, and contained linting issues.
So just commenting out the whole file for now and leaving a note.
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
These packages were used when we were building containers in OSBS, and
since we don't do that anymore, drop installing that anywhere.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This has anoyingly been alerting of late, so lets try and
see if we can get the backup to finish faster and avoid the
alerts on it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This was first found in epel.io redirect, but it could cause issues in
other redirects as well. It is better to remove them.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
Should fix:
https://pagure.io/fedora-infrastructure/issue/12361
Basically postfix default is:
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
so if the user is a local user or an alias, it's valid.
However, sssd and ipa show all users (even ones with no
access to that host). This means we were accepting and delivering
(locally) emails for anyuser@fedoraproject.org.
Setting this to just $alias_maps will just treat aliases as valid
and ignore all the local users. This should be fine as we use
aliases to send even to root or other system users.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We had the flatpak indexes mixed in here with the registry page made by
reg. We need to keep this so we continue to sync flatpak deltas
correctly out.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We don't need anything else than e-mail and username to login user.
Let's narrow the scopes for GitHub to only user:email.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit enhances the redirect regex used for the docs.fp.o redirect
for the DEI Team documentation. I follow @kevin's example from the CPE
to CLE docs redirect, which uses a parameter and redirects a specific
page to the new address. Currently, the DEI Team docs redirect will take
the user to the main page of the team, regardless of what specific page
is visited.
I also added a `docs` tag to the CLE tags redirect, since it is a Fedora
Docs-specific redirect too.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
When fixing conflicts when merging the PR containing commit 47c68f4,
some of the .j2 suffuxes i added in tasks were erronounusly dropped.
this fixes those.
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com>