Skip to content

Commit 87ef2ca

Browse files
committed
enable errata for 10
1 parent 696f0a3 commit 87ef2ca

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

cron/stable-updates-10

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,22 @@ if [ "$ret_val" -eq 0 ]; then
2525
RLVER=10 bash sync-to-staging.sh Rocky
2626
popd || { echo "Cron: Could not change back to original directory"; exit 1; }
2727

28-
# Errata is not ready for 10 yet.
29-
#pushd /mnt/repos-staging/mirror/pub/rocky/${REVISION}
30-
#python3 /usr/local/bin/apollo_tree -p $(pwd) -n 'Rocky Linux 10 $arch' -i Live -i Minimal -i devel -i extras -i images -i isos -i live -i metadata -i Devel -i plus -i nfv
31-
#popd
28+
# HighAvailability has no errata in the API at this time
29+
pushd /mnt/repos-staging/mirror/pub/rocky/${REVISION}
30+
python3 /usr/local/bin/apollo_tree -p $(pwd) \
31+
-n "Rocky Linux ${REVISION} \$arch" \
32+
-i extras \
33+
-i images \
34+
-i isos \
35+
-i live \
36+
-i metadata \
37+
-i plus \
38+
-i devel \
39+
-i SAP \
40+
-i SAPHANA \
41+
-i HighAvailability \
42+
-x riscv64
43+
popd
3244

3345
pushd /root/toolkit/sync || { echo "Cron: Failed to change directory"; exit 1; }
3446
RLVER=10 bash sign-repos-only.sh

0 commit comments

Comments
 (0)