projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0ba19
)
debcheck: exclude elephant-shed-prometheus-node-exporter on bionic
author
Christoph Berg
<myon@debian.org>
Fri, 26 Feb 2021 15:43:57 +0000
(16:43 +0100)
committer
Christoph Berg
<myon@debian.org>
Fri, 26 Feb 2021 15:43:57 +0000
(16:43 +0100)
jenkins/debcheck-pgapt
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/debcheck-pgapt
b/jenkins/debcheck-pgapt
index 3cf1f49e6dba7436ed77608a65976018302c7325..c2793af7f025e1463796e612653b59e0052afed3 100755
(executable)
--- a/
jenkins/debcheck-pgapt
+++ b/
jenkins/debcheck-pgapt
@@
-104,6
+104,9
@@
fi
# grafana and prometheus don't exist on i386 (-node-exporter exists in some dists, but not prometheus itself)
if [ "$architecture" = "i386" ]; then
MAINPKG=$(echo "$MAINPKG" | egrep -v "^elephant-shed(-grafana|-prometheus)?$")
+ if [ "$distribution" = "bionic" ]; then
+ MAINPKG=$(echo "$MAINPKG" | egrep -v "^elephant-shed-prometheus-node-exporter$")
+ fi
fi
# bpo