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
29 lines
566 B
Plaintext
29 lines
566 B
Plaintext
{
|
|
"distro": {
|
|
"fedora": {
|
|
"python3-dev": "python3-devel"
|
|
},
|
|
"gentoo": {
|
|
"build-essential": "",
|
|
"cron": "sys-process/cronie",
|
|
"python-dev": "",
|
|
"python3-dev": "",
|
|
"openssh-server": "openssh",
|
|
"traceroute": "net-analyzer/traceroute",
|
|
"uuid-runtime": ""
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"cron": "cronie",
|
|
"build-essential": "glibc-devel gcc make",
|
|
"python-dev": "python-devel",
|
|
"python3-dev": "",
|
|
"uuid-runtime": ""
|
|
}
|
|
},
|
|
"default": {
|
|
"gentoolkit": ""
|
|
}
|
|
}
|