Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] debmirror: cri-o

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
sublime-cloud
Posts: 13
Joined: 2023-03-05 14:21

[Software] debmirror: cri-o

#1 Post by sublime-cloud »

I want to create a local mirror of the cri-o repository from opensuse.org, by using debmirror.

However, the opensuse repository doesn't seem to fit the standard structure. For example, there is no "dists" folder anywhere, which is the first thing debmirror is complaining about.

Code: Select all

debmirror /var/lib/debmirror/cri-o \
 --host=download.opensuse.org/ \
 --method=http \
 --root=/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.24/Debian_11 \
 --dist=?????????? \
 --section=?????????? \
 --arch=amd64 \
 --postcleanup
If I leave dist out, I will get an error like this: "Download of dists/sid/Release failed: 404 Not Found"
If I use "/" as dist i get the error: "Download of dists///Release failed: 404 Not Found"

So, I have no idea what to define for "dist" and "section" in this case and could need a little push into the right direction :)

Post Reply