mirror-update: fix typo with EPEL 9
Fix small typo from If635781fc4ad09aa05fa2203b24e56a1763bdced Change-Id: Ie022e4da50adf94d7e546dc4fa0d498de29f8992
This commit is contained in:
parent
1dd9816074
commit
89b04fe45b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user