Renaming the 'default' profile to 'common'
Following a recent modularity design decision, the 'default' profile should be named 'common' going forward. The special meaning as a fallback when no module defaults are provided is no longer in effect. Resolves: rhbz#1658633 Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
09c50ebd54
commit
f97eaf6459
@ -115,6 +115,6 @@ data:
|
|||||||
# Add profiles/default as a temporary workflow,
|
# Add profiles/default as a temporary workflow,
|
||||||
# because of a issue for omitted profiles element.
|
# because of a issue for omitted profiles element.
|
||||||
profiles:
|
profiles:
|
||||||
default:
|
common:
|
||||||
rpms:
|
rpms:
|
||||||
- ruby
|
- ruby
|
||||||
|
Loading…
Reference in New Issue
Block a user