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>
This commit is contained in:
Paul Belanger 2017-09-22 14:32:50 -04:00
parent 7b1eeacee0
commit 726d199eef
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 8 additions and 8 deletions

View File

@ -2,18 +2,18 @@
"family": {
"debian": {
"apt-transport-https": "apt-transport-https",
"libselinux-python": "",
"python-apt": "python-apt"
},
"gentoo": {
"apt-transport-https": "",
"libselinux-python": "sys-libs/libselinux",
"python-apt": ""
"libselinux-python": "sys-libs/libselinux"
},
"suse": {
"apt-transport-https": "",
"libselinux-python": "",
"python-apt": ""
"redhat": {
"libselinux-python": "libselinux-python"
}
},
"default": {
"apt-transport-https": "",
"libselinux-python": "",
"python-apt": ""
}
}