diff --git a/playbooks/roles/mirror-update/files/epel-mirror-update b/playbooks/roles/mirror-update/files/epel-mirror-update index 7fecb7628f..7450d152e2 100755 --- a/playbooks/roles/mirror-update/files/epel-mirror-update +++ b/playbooks/roles/mirror-update/files/epel-mirror-update @@ -115,7 +115,7 @@ $K5START rsync -rltvz --no-perms \ # to help protect when our upstream mirror (mirrors.kernel.org) is out of sync # with its upstream mirror. REPOMD="Everything/x86_64/repodata/repomd.xml" -SHA1SUM=`curl -s https://dl.fedoraproject.org/pub/epel/8/$REPOMD | sha1sum | cut -d' ' -f1` +SHA1SUM=`curl -s https://dl.fedoraproject.org/pub/epel/9/$REPOMD | sha1sum | cut -d' ' -f1` echo "$SHA1SUM $BASE/$REPO/$REPOMD" | sha1sum -c - date --iso-8601=ns | $K5START tee $BASE/timestamp.txt