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

Start up Kimchi even if no repo management tool was identified #337

Closed
e1588522 opened this issue Mar 5, 2014 · 2 comments
Closed

Start up Kimchi even if no repo management tool was identified #337

e1588522 opened this issue Mar 5, 2014 · 2 comments

Comments

@e1588522
Copy link

e1588522 commented Mar 5, 2014

Please add CentOS support to repositories. In file kimchi/src/repositories.py:27:

YUM_DISTROS = ['fedora', 'opensuse', 'suse linux enterprise server ']

Fixed by change:

YUM_DISTROS = ['fedora', 'opensuse', 'suse linux enterprise server ', 'centos']
@alinefm
Copy link
Member

alinefm commented Mar 11, 2014

@e1588522 The CentOS support is more than add it to the list you mentioned.

I think this requirement comes because you can not start up kimchi if a repository management tool was not identified.
For that, I will send a patch to fix it.

@alinefm
Copy link
Member

alinefm commented May 6, 2014

Fixed by 9a54667

@alinefm alinefm closed this as completed May 6, 2014
@alinefm alinefm changed the title CentOS Support Start up Kimchi even if no repo management tool was identified May 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants