Skip to content

Commit 05e53ae

Browse files
committed
use RLVER for apollo
1 parent 7b8df56 commit 05e53ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cron/stable-updates-10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$ret_val" -eq 0 ]; then
2828
# HighAvailability has no errata in the API at this time
2929
pushd /mnt/repos-staging/mirror/pub/rocky/${REVISION} || { echo "Cron: Directory doesn't exist"; exit 1; }
3030
python3 /usr/local/bin/apollo_tree -p $(pwd) \
31-
-n "Rocky Linux ${REVISION} \$arch" \
31+
-n "Rocky Linux ${RLVER} \$arch" \
3232
-i extras \
3333
-i images \
3434
-i isos \

cron/stable-updates-9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "$ret_val" -eq 0 ]; then
2929

3030
pushd /mnt/repos-staging/mirror/pub/rocky/${REVISION} || { echo "Cron: Directory doesn't exist"; exit 1; }
3131
python3 /usr/local/bin/apollo_tree -p $(pwd) \
32-
-n "Rocky Linux ${REVISION} \$arch" \
32+
-n "Rocky Linux ${RLVER} \$arch" \
3333
-i extras \
3434
-i images \
3535
-i isos \

0 commit comments

Comments
 (0)