From 89b04fe45b836ecd6d855cbb92b65be1266055b9 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 6 Apr 2022 19:59:12 +1000 Subject: [PATCH] mirror-update: fix typo with EPEL 9 Fix small typo from If635781fc4ad09aa05fa2203b24e56a1763bdced Change-Id: Ie022e4da50adf94d7e546dc4fa0d498de29f8992 --- playbooks/roles/mirror-update/files/epel-mirror-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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