Include all packages in the Buildroot compose variant.

Buildroot includes every packages in the Koji tag except
of those which are already in other compose variants.

In order for it to work, the additional_packages need
to be set to * for Buildroot.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-11-24 17:00:25 +01:00
parent ab1689d88f
commit 56478831bb

View File

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