File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments