我正在尝试创建
的镜像'deb https://pkg.jenkins.io/debian-stable二进制/' 通过debmirror:
debmirror --verbose --progress --nosource --no-check-gpg --rsync-extra=none
--method=http --dist='binary' --host="pkg.jenkins.io" --root="/debian- stable/"
并发现错误:
Warning: --rsync-extra is not configured to mirror the trace files.
This configuration is not recommended.
Mirroring to /root/11/ from http://pkg.jenkins.io/debian-stable//
Arches: i386
Dists: binary
Sections: main,main/debian-installer,universe,restricted,multiverse
Pdiff mode: use
Not checking Release gpg signatures.
Will clean up after mirroring.
Attempting to get lock ...
Getting meta files ...
[ 0%] Getting: dists/binary/Release... #** GET http://pkg.jenkins.io/debian-stable//dists/binary/Release ==>
404 Not Found (4s)
failed 404 Not Found
Errors:
Download of dists/binary/Release failed: 404 Not Found
Failed to download some Release, Release.gpg or InRelease files!
WARNING: releasing 1 pending lock...
看起来debmirror无法克隆这种特定的镜像格式 - 因为jenkins repo没有任何'dists'子目录... 有没有解决方法?