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

Different build_user for same 'repository' attribute causes all recipes to be inactive #485

Open
milljm opened this issue May 14, 2020 · 0 comments

Comments

@milljm
Copy link
Member

milljm commented May 14, 2020

Given the following recipes:

foo.cfg
bar.cfg

if foo.cfg has a main section like this:

[Main]
build_user = userA
repository = [email protected]:repo/repo

and bar.cfg has a main section like this except with an incorrect build_user:

[Main]
build_user = userA_withtypo
repository = [email protected]:repo/repo

They both obtain an 'inactive' flag in the civet recipe database, due to the identical 'repository' attribute. -while I can not completely test this fact with a minimal set of recipes, we saw it first hand in a more complex set of recipes where the fix was to correct the build_user typo.

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