project-config/nodepool/elements/zuul-worker/pkg-map
Paul Belanger 726d199eef
Cleanup zuul-worker pkg-map
Default pkg-map to empty packages, and opt-in for each distro. This
fixes fedora builds.

Change-Id: Ic077eb39c6ad331dabe905773784a027d736ccaa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-09-22 14:32:50 -04:00

20 lines
372 B
Plaintext

{
"family": {
"debian": {
"apt-transport-https": "apt-transport-https",
"python-apt": "python-apt"
},
"gentoo": {
"libselinux-python": "sys-libs/libselinux"
},
"redhat": {
"libselinux-python": "libselinux-python"
}
},
"default": {
"apt-transport-https": "",
"libselinux-python": "",
"python-apt": ""
}
}