civet icon indicating copy to clipboard operation
civet copied to clipboard

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

Open milljm opened this issue 4 years ago • 0 comments

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.

milljm avatar May 14 '20 22:05 milljm