From aa0ba195b844a92b5aa03466a5b0d061603488a3 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 26 Feb 2021 16:37:53 +0100 Subject: [PATCH] debcheck: prometheus does not exist in i386 --- jenkins/debcheck-pgapt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/jenkins/debcheck-pgapt b/jenkins/debcheck-pgapt index 03a720f..3cf1f49 100755 --- a/jenkins/debcheck-pgapt +++ b/jenkins/debcheck-pgapt @@ -101,13 +101,9 @@ if [ "${PG_DEVEL_VERSION:-}" ]; then MAINPKG=$(echo "$MAINPKG" | fgrep -v "$PG_DEVEL_VERSION") fi -# grafana doesn't exist on i386 +# 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-node-exporter (>= 0.16) doesn't exist on bionic/i386 - if [ "$distribution" = "bionic" ]; then - MAINPKG=$(echo "$MAINPKG" | egrep -v "elephant-shed-prometheus") - fi + MAINPKG=$(echo "$MAINPKG" | egrep -v "^elephant-shed(-grafana|-prometheus)?$") fi # bpo -- 2.39.5