projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d83559
)
debcheck: Drop bionic exception for e-s-p-n-e
author
Christoph Berg
<myon@debian.org>
Mon, 1 Mar 2021 12:02:36 +0000
(13:02 +0100)
committer
Christoph Berg
<myon@debian.org>
Mon, 1 Mar 2021 12:02:36 +0000
(13:02 +0100)
jenkins/debcheck-pgapt
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/debcheck-pgapt
b/jenkins/debcheck-pgapt
index a5464bf15a6d3f8df97cbf11c3fad469898dea65..8d7bebe9cb376efe32182b6f8744d379d267d6f3 100755
(executable)
--- a/
jenkins/debcheck-pgapt
+++ b/
jenkins/debcheck-pgapt
@@
-104,9
+104,6
@@
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