Skip to content

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

@milljm

Description

@milljm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions