debcheck: Drop bionic exception for e-s-p-n-e
authorChristoph Berg <myon@debian.org>
Mon, 1 Mar 2021 12:02:36 +0000 (13:02 +0100)
committerChristoph Berg <myon@debian.org>
Mon, 1 Mar 2021 12:02:36 +0000 (13:02 +0100)
jenkins/debcheck-pgapt

index a5464bf15a6d3f8df97cbf11c3fad469898dea65..8d7bebe9cb376efe32182b6f8744d379d267d6f3 100755 (executable)
@@ -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