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

.ci/generate_bear_metadata.py: incorrect "overrides" value #2936

Closed
areebbeigh opened this issue Jul 22, 2019 · 0 comments · Fixed by #2880
Closed

.ci/generate_bear_metadata.py: incorrect "overrides" value #2936

areebbeigh opened this issue Jul 22, 2019 · 0 comments · Fixed by #2880
Assignees
Labels

Comments

@areebbeigh
Copy link
Member

areebbeigh commented Jul 22, 2019

Running moban as .ci/generate_bear_metadata.py throws

Warning: Both package-manager-requirements.yaml and /home/areebbeigh/.cache/moban/repos/mobans/package-manager-requirements.yaml does not exist

This is because running ci/generate_bear_metadata.py sets overrides: package-manager-requirements.yaml whereas it should be overrides: pm-requirements.yaml.

Requires a simple change in:

requirements['overrides'] = 'package-manager-requirements.yaml'

@areebbeigh areebbeigh changed the title .ce/generate_bear_metadata.py: incorrect "overrides" value .ci/generate_bear_metadata.py: incorrect "overrides" value Jul 22, 2019
areebbeigh added a commit to areebbeigh/coala-bears that referenced this issue Jul 22, 2019
Change overrides filename from package-manager-requirements.yaml to pm-requirements.yaml

Fixes coala#2936
areebbeigh added a commit to areebbeigh/coala-bears that referenced this issue Jul 22, 2019
Change "overrides" filename from package-manager-requirements.yaml to pm-requirements.yaml

Fixes coala#2936
areebbeigh added a commit to areebbeigh/coala-bears that referenced this issue Jul 22, 2019
Change "overrides" filename from
package-manager-requirements.yaml to pm-requirements.yaml

Fixes coala#2936
areebbeigh added a commit to areebbeigh/coala-bears that referenced this issue Jul 22, 2019
Change "overrides" filename from
package-manager-requirements.yaml to pm-requirements.yaml

Fixes coala#2936
areebbeigh added a commit to areebbeigh/coala-bears that referenced this issue Jul 23, 2019
Change "overrides" filename from
package-manager-requirements.yaml to pm-requirements.yaml

Fixes coala#2936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants