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

Setting conflicts in config fails #6

Open
brejoc opened this issue Jan 19, 2017 · 0 comments
Open

Setting conflicts in config fails #6

brejoc opened this issue Jan 19, 2017 · 0 comments
Labels

Comments

@brejoc
Copy link
Member

brejoc commented Jan 19, 2017

Building a project which defines conflicts in the config file fails.

Conflicts are defined as a list:

conflicts:
    - foo
    - bar

Command line gets the parameter like this: --conflicts foo bar

The fpm doc say this:

--conflicts CONFLICTS         Other packages/versions this package conflicts with. This flag can specified multiple times.

So this probably should look like this: --conflicts foo --conflicts bar

@brejoc brejoc added the bug label Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant