On Thu, 2011-08-18 at 12:41 +0200, Ljubomir Ljubojevic wrote: 
> Hi.
> 
> I am using mrepo-0.8.7-2.el5 on CentOS 5.6, and I am unable to 
> incorporate groups from downloaded comps.xml. My base repo is called 
> "os", so for CentOS 5 repos I use "os-comps.xml.
> 
> Is there any new/special procedure or do I have to use some new mrepo 
> version and from where?

mrepo: 

os_components = (
    glob.glob(pathjoin(self.dir + '/disc1/*/base/comps.xml')) + # RHEL 4
    glob.glob(pathjoin(self.dir + '/disc1/*/repodata/comps-*-core.xml')) + # 
RHEL 5
    glob.glob(pathjoin(self.dir + '/disc1/repodata/*-comps-*.xml')) # RHEL 6
)

I don't know what it is called on CentOS 5, but if you know we can add it.

-- 
Sincerely yours,
Yury V. Zaytsev


_______________________________________________
users mailing list
[email protected]
http://lists.repoforge.org/mailman/listinfo/users

Reply via email to