Skip to content

Commit 64ccd55

Browse files
committed
cron: enable repo signing on updates (10)
1 parent d52e799 commit 64ccd55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cron/stable-updates-10

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$ret_val" -eq 0 ]; then
2828
#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
2929
#popd
3030

31-
#pushd /root/toolkit/sync
32-
#RLVER=10 bash sign-repos-only.sh
33-
#popd
31+
pushd /root/toolkit/sync
32+
RLVER=10 bash sign-repos-only.sh
33+
popd
3434
fi

0 commit comments

Comments
 (0)