Skip to content

Commit 86d57c8

Browse files
committed
ensure 9 style name format is linked
1 parent ff2a8b6 commit 86d57c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sync/minor-release-sync-to-staging.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
3939

4040
echo "Symlinking to 'latest' if ISO exists"
4141
test -f "Rocky-${REVISION}-${ARCH}-boot.iso" && ln -s "Rocky-${REVISION}-${ARCH}-boot.iso" "Rocky-${MAJ}-latest-${ARCH}-boot.iso"
42+
test -f "Rocky-${REVISION}-${ARCH}-dvd.iso" && ln -s "Rocky-${REVISION}-${ARCH}-dvd.iso" "Rocky-${MAJ}-latest-${ARCH}-dvd.iso"
4243
test -f "Rocky-${REVISION}-${ARCH}-dvd1.iso" && ln -s "Rocky-${REVISION}-${ARCH}-dvd1.iso" "Rocky-${MAJ}-latest-${ARCH}-dvd.iso"
4344
test -f "Rocky-${REVISION}-${ARCH}-minimal.iso" && ln -s "Rocky-${REVISION}-${ARCH}-minimal.iso" "Rocky-${MAJ}-latest-${ARCH}-minimal.iso"
4445
echo "(Re)generating manifests"

0 commit comments

Comments
 (0)