From ff27c8b5487e457303ef2d3096b8ae4dcd296c96 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 28 Jun 2021 11:23:27 -0700 Subject: [PATCH] add gluster9 --- scripts/updates-8-gluster9.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updates-8-gluster9.sh b/scripts/updates-8-gluster9.sh index a9faea3..a8e5838 100755 --- a/scripts/updates-8-gluster9.sh +++ b/scripts/updates-8-gluster9.sh @@ -6,7 +6,7 @@ CONFIG=/etc/pungi-prod/gluster9.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" -LABEL="--production --skip-label" +LABEL="--production --no-label" CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL" if [ -z "$COMPOSE_ID" ]; then