Merge pull request #41 from netmanagers/master

fix(defaults): set clientlibs defaults to an empty list
This commit is contained in:
N 2020-08-24 17:37:29 +02:00 committed by GitHub
commit 6478694fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,7 @@
--- ---
prometheus: prometheus:
wanted: wanted:
clientlibs: clientlibs: []
- golang
component: component:
- prometheus - prometheus
- alertmanager - alertmanager

View File

@ -117,8 +117,6 @@ RedHat:
Suse: {} Suse: {}
Gentoo: Gentoo:
wanted:
clientlibs: []
pkg: pkg:
use_upstream_repo: false use_upstream_repo: false
use_upstream_archive: false use_upstream_archive: false