9231f9b57d
This commit adds Gentoo support to elements needed to build a Gentoo nodepool image. The previous version of this commit had the default section of the pkg-map in the wrong area, specifically in the following file. nodepool/elements/infra-package-needs/pkg-map Change-Id: Ic686c325bc06564585a2e3ac50cadd7556612333
11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"libselinux-python": ""
|
|
},
|
|
"gentoo": {
|
|
"libselinux-python": "sys-libs/libselinux"
|
|
}
|
|
}
|
|
}
|