Merge #946 Include all packages in the Buildroot compose variant.

Signed-off-by: Jan Kaluža <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluža 2020-11-24 16:10:25 +00:00
commit e3808ed058

View File

@ -103,6 +103,11 @@ additional_packages = [
"rpmemd",
]
}),
("^Buildroot$", {
"*": [
"*",
]
}),
]