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 management utilities must be patched for hardcoded repo name #19

Open
maxcrees opened this issue Feb 11, 2017 · 0 comments
Open

Repo management utilities must be patched for hardcoded repo name #19

maxcrees opened this issue Feb 11, 2017 · 0 comments

Comments

@maxcrees
Copy link

repoman

./pym/repoman/modules/scan/eclasses/live.py:36: if ebuild.live_ebuild and self.repo_settings.repo_config.name == "gentoo":
./pym/repoman/repos.py:79: if self.repo_config.sign_manifest and self.repo_config.name == "gentoo" and \

There is a lot of Gentoo-specific stuff here, obviously. URLs, licenses, email addresses, etc. These seem to be the most pertinent lines that need to be changed to get repoman to work at all, though. See the full output of grep -Rn gentoo for more.

pkgcheck

./pkgcheck/repo_metadata.py:336: if self.repo.repo_name == 'gentoo':

~/.pkgcore.conf must also be updated, if applicable.

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

1 participant