Hi all, Hopefully this is the right place to ask for help with this. I’m trying to make a local repo for SCLo from a CentOS mirror and struggling a bit to pull devtoolset-3. I have a “test/yum.conf” which contains: -----------8<----------- [main] … reposdir=/full/path/to/test -----------8<----------- Then I have “/full/path/to/test/CentOS-SCLo.repo” which contains: -----------8<----------- [centos-sclo-rh] name=CentOS-$releasever - SCLo - RedHat baseurl=http://mirror.centos.org/centos/6/sclo/$basearch/rh/ gpgcheck=0 enabled=1 includepkgs=devtoolset-3 -----------8<----------- Finally, I’m trying to sync using: -----------8<----------- reposync --config=/full/path/to/test/yum.conf
-----------8<----------- All I get is: -----------8<----------- centos-sclo-rh | 2.9 kB 00:00 -----------8<----------- And it doesn’t really pull devtoolset-3 (or anything for that matter). If I use “includepkgs=devtoolset-*”, it pulls devtoolset-6 and -7 (only). I checked the mirror I’m being redirected to and
devtoolset-3 is there. This is a CentOS 6, so: $ rpm -qa | grep yum -----------8<----------- yum-3.2.29-81.el6.centos.noarch yum-utils-1.1.30-42.el6_10.noarch yum-plugin-fastestmirror-1.1.30-42.el6_10.noarch yum-plugin-auto-update-debug-info-1.1.30-42.el6_10.noarch yum-metadata-parser-1.1.2-16.el6.x86_64 -----------8<----------- Any thoughts or suggestions on what I might be missing? Thanks, Felipe |
_______________________________________________ Yum mailing list Yum@xxxxxxxxxxxxxxxxx http://lists.baseurl.org/mailman/listinfo/yum