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}"