Closed AndersBlomdell closed 3 years ago
This was probably due to some COPR flake (we don't have any control over the mirrors).
Can you please try again? It seems to be working fine here.
With var/tmp/copr/dnf.conf
as:
[main]
reposdir=/dev/null
cachedir=/var/tmp/copr/cachedir
persistdir=/var/tmp/copr/persistdir
[copr.ros]
name=copr.ros
baseurl=https://download.copr.fedorainfracloud.org/results/thofmann/ros/fedora-34-x86_64
This command (trying to download 1069 packages) still fails:
cd /var/tmp/copr ; dnf reposync --config dnf.conf
while this command (downloading 1059 packages) succeds:
cd /var/tmp/copr ; dnf reposync --newest --config dnf.conf
so there still is 10 deleted packages in the repodata files
Thanks for the info!
I've just regenerated the repository files, can you try again? (and if it fails, wait a couple of minutes and try again)
Looks good! Downloads 1061 files without a hitch.
Thanks!
As can be seen from the log it tries to download the non existing
02015022-ros-catkin/ros-catkin-noetic.0.8.9-2.fc34.src.rpm
and then gives up.