In addition to this change it was necessary to manually add the new
codecs directory to the database as a new entry in the 'category' table.
Signed-off-by: Adrian Reber <adrian@lisas.de>
See https://github.com/ostreedev/ostree/pull/1984 where OSTree was
changed to try to set group write on directories. We need to set a more
permissive umask to take advantage of it.
This is all done to support writing to the OSTree repo from OpenShift
projects that run as a random UID, but have ftpsync (gid:263) in their
supplemental groups. For more context see: https://pagure.io/releng/issue/8811#comment-629051
We first run the copr-update-builder script, so it does it's work.
Then we can try to update to our own (newer only!) version of
mock-core-configs, and re-run the copr-update-builder.
We though have to stop removing the old .rpmnew files blindly, this
needs patch against copr/copr.git.
This is to counteract that we no longer have a fedmsg we can trigger this from, so
people complain that their ssh key isn't updating. Hopefully this will help that issue.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This reverts commit 864fab7b040f999cd6143c1d9f04779c528badbb.
We are missing python-iso3116 in EPEL 7 which is needed by the new
version of geoip-city-wsgi. Reverting until we have another solution.
The geoip-city-wsgi script has been updated upstream to support geoip2
and Python 3. This pulls the update to Fedora infrastructure.
Signed-off-by: Adrian Reber <adrian@lisas.de>
addressing:
TASK [abrt/retrace : Get last subuid entry] *****************************************************************************
Monday 30 March 2020 07:15:43 +0000 (0:00:00.831) 0:05:45.873 **********
fatal: [retrace-stg.aws.fedoraproject.org]: FAILED! => {"msg": "The conditional check '\"retrace\" not in retrace_subgid.stdout' failed. The error was: error while evaluating conditional (\"retrace\" not in retrace_subgid.stdout): Unable to look up a name or access an attribute in template string ({% if \"retrace\" not in retrace_subgid.stdout %} True {% else %} False {% endif %}).\nMake sure your variable name does not contain invalid characters like '-': argument of type 'AnsibleUndefined' is not iterable\n\nThe error appears to be in '/srv/web/infra/ansible/roles/abrt/retrace/tasks/podman.yml': line 23, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n- block:\n - name: Get last subuid entry\n ^ here\n"}
The description of the previous commit was not wrong, but the
problematic repository is present at:
pub/fedora-secondary/development/rawhide/s390/
Also filter out this directory in MirrorManager
Signed-off-by: Adrian Reber <adrian@lisas.de>
Every time we tried to delete the s390 (without x) rawhide repository
from MirrorManager it was re-detected as there is still a very old s390
tree available under pub/archive. This tells MirrorManager to ignore
everything under pub/archive when searching for new versions, releases
and architectures.
Signed-off-by: Adrian Reber <adrian@lisas.de>