Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo comps.xml file not working #68

Open
clevelas opened this issue Feb 24, 2014 · 1 comment
Open

Repo comps.xml file not working #68

clevelas opened this issue Feb 24, 2014 · 1 comment

Comments

@clevelas
Copy link

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=/$reponame-comps.xml. Turns out it's just a typo.

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.

@stephenjamieson
Copy link

@clevelas try it! You can actually edit it right through github nowadays without knowing much of anything about git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants