bindep/releasenotes/notes
Sam Yaple 24427065c5 Add new syntax to allow matching multiple profile
Given the following:
package1 [foo bar]
package2 [foo (bar baz)]
package3 [baz]
package4 [(bar baz)]

Profile 'foo' will match package1 and package2
Profile 'bar' will match package1
Profile 'baz' will match package3
package4 cannot be match when only declaring a single profile

Specifing profiles 'bar baz' will match all four packages

Additionally, this relaxes the whitespace around the profiles and
groups. Previously while space was allowed after but not before braces.

Change-Id: I077943ff52cc8dc2eb6437925f8ca653b3534508
2017-10-06 18:42:09 -04:00
..
extend-syntax-to-support-AND-type-operation-b9736898c474bf54.yaml Add new syntax to allow matching multiple profile 2017-10-06 18:42:09 -04:00