ukor icon indicating copy to clipboard operation
ukor copied to clipboard

Override flavor sources in the given order

Open cazacutudor opened this issue 6 years ago • 1 comments

The problem: If you have an flavor defined with 2 or more sources, they will be override in reverse direction those given. So source2 will be override by source1, what is confusing for the users.

flavors:
 flavor_name:
    src:
      - source1
      - source2

This pull request will doing flavor source overrides in the given order.

cazacutudor avatar Oct 26 '18 09:10 cazacutudor

Hi @slheavner, i'm not sure why we still want to support the reversed version ?

cazacutudor avatar Jan 23 '19 08:01 cazacutudor