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:
parent
7b1eeacee0
commit
726d199eef
@ -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": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user