I am syncing a single channel with the following command:
/bin/reposync -l -g -m -r ol8_x86_64_developer_EPEL -p /var/www/html/yum/OracleLinux/OL8/developer/EPEL/x86_64 --norepopath --download-metadata
It has synced all the packages but never downloaded metadata (repomd.xml or comps.xml)
I can copy the repomd.xml from the cache, but how do I get the comps.xml?
Also when I enable my local repo file and run yum repolist. I get these errors that may be related to the metadata missing:
developer_EPEL/x86_64/updatein FAILED
http://10.250.241.137/yum/OracleLinux/OL8/developer/EPEL/x86_64/repodata/54c3e8e10121bcd73493b04b4ef8fa8c9cf240fe-updateinfo.xml.gz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
developer_EPEL/x86_64/primary_ FAILED
http://10.250.241.137/yum/OracleLinux/OL8/developer/EPEL/x86_64/repodata/e0617d1b84fce577ac604c2cb401a323eb9399c4-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
developer_EPEL/x86_64/primary_ FAILED
http://10.250.241.137/yum/OracleLinux/OL8/developer/EPEL/x86_64/repodata/e0617d1b84fce577ac604c2cb401a323eb9399c4-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://10.250.241.137/yum/OracleLinux/OL8/developer/EPEL/x86_64/repodata/e0617d1b84fce577ac604c2cb401a323eb9399c4-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
developer_EPEL/x86_64/primary_ FAILED
http://10.250.241.137/yum/OracleLinux/OL8/developer/EPEL/x86_64/repodata/e0617d1b84fce577ac604c2cb401a323eb9399c4-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://10.250.241.137/yum/OracleLinux/OL8/developer/EPEL/x86_64/repodata/e0617d1b84fce577ac604c2cb401a323eb9399c4-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Any help would be greatly appreciated.