Learn more about these different git repos.
Other Git URLs
1) Describe the issue:
The current builds are failing because the fedora36 image used in the tests can't install rpms anymore. It looks like the the secondary arch repos didn't get moved into the right place at EOL or maybe the metalink is pointing to the wrong place for them. We are using the container from the registry registry.fedoraproject.org/fedora:36
This can be reproduced following the below:
cat <<EOF >Dockerfile FROM registry.fedoraproject.org/fedora:36 RUN dnf -y install systemd dnsmasq iproute iputils \ && dnf clean all \ && systemctl enable dnsmasq RUN echo -e 'dhcp-range=172.16.0.10,172.16.0.20,12h\nbind-interfaces\ninterface=veth-container\ndhcp-option=option:ntp-server,$NTPHOSTIP' > /etc/dnsmasq.d/dhcp CMD [ "/sbin/init" ] EOF podman build -t dnsmasq .
2)When do you need this? (YYYY/MM/DD) when it is possible preferably before the next release
Keep in mind the above reproduce works fine on primary architectures but on secondary architectures fails. To reproduce the failure run the command on an s390x or ppc64le machine.
@adrian it looks like for f35/f36 the secondary arches were not moved to archive in mirrormanager?
I can confirm for 35 and 36 MirrorManager was not pointing at the archive location.
I am not sure who is supposed to run those scripts. Somebody seems to have done it for primary architectures. I just ran the script for 35 and 36 and MirrorManager should soon point to the right location.
I cannot close this ticket so somebody else has to do it.
Metadata Update from @phsmoura: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Login to comment on this ticket.