debcheck: exclude elephant-shed-prometheus-node-exporter on bionic
authorChristoph Berg <myon@debian.org>
Fri, 26 Feb 2021 15:43:57 +0000 (16:43 +0100)
committerChristoph Berg <myon@debian.org>
Fri, 26 Feb 2021 15:43:57 +0000 (16:43 +0100)
jenkins/debcheck-pgapt

index 3cf1f49e6dba7436ed77608a65976018302c7325..c2793af7f025e1463796e612653b59e0052afed3 100755 (executable)
@@ -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