mrepo
mrepo copied to clipboard
Repo comps.xml file not working
When you setup a repo, you can include a $reponame-comps.xml file in the srcdir. But it no longer gets imported. Running mrepo with verbosity 4, I see that it's running createrepo with --groupfile=comps.xml instead of --groupfile=
Line 924 is of the mrepo script is: repoopts = repoopts + ' --groupfile "%s"' % groupfilename
It should be: repoopts = repoopts + ' --groupfile "%s"' % groupfile
Sorry, I'm not a git user, so not much help submitting an actual patch.
@clevelas try it! You can actually edit it right through github nowadays without knowing much of anything about git.