From 879b03ac52b2e952f93da8173c64d14636ce1a8f Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 5 Jul 2021 10:17:19 -0700 Subject: [PATCH] rename to 8 --- sync/{prep-staging.sh => prep-staging-8.sh} | 1 + 1 file changed, 1 insertion(+) rename sync/{prep-staging.sh => prep-staging-8.sh} (99%) diff --git a/sync/prep-staging.sh b/sync/prep-staging-8.sh similarity index 99% rename from sync/prep-staging.sh rename to sync/prep-staging-8.sh index 1e7df13..1819e2d 100644 --- a/sync/prep-staging.sh +++ b/sync/prep-staging-8.sh @@ -12,6 +12,7 @@ # Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2 # Revision must always start with a major number REVISION=8.4 +MAJOR="${REVISION:0:1}" # comment or blank if needed APPEND_TO_DIR="-RC2" COMPOSE_DIR="/mnt/repos-staging/mirror/pub/rocky/${REVISION}${APPEND_TO_DIR}"