From a83d627c8d6e40111ed780e7cc0c7713d6c4ec40 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 11 May 2022 22:32:35 -0700 Subject: [PATCH] nfv is part of the stack --- scripts/updates-8-nfv.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 scripts/updates-8-nfv.sh diff --git a/scripts/updates-8-nfv.sh b/scripts/updates-8-nfv.sh deleted file mode 100755 index c4810f8..0000000 --- a/scripts/updates-8-nfv.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -source "$(dirname "$0")/common-8" -TARGET_DIR="/mnt/compose/8" -SHORT=NFV -CONFIG=/etc/pungi-prod/nfv.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 --no-label" -CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL" - -if [ -z "$COMPOSE_ID" ]; then - CMD="$CMD --target-dir=$TARGET_DIR" -else - CMD="$CMD --debug-mode --compose-dir=$TARGET_DIR/$COMPOSE_ID" -fi - -time $CMD