Attempt to validate repomd.xml for EPEL
Try to validate our local repomd.xml file with released version, if the checksum does not match, we don't release our mirror. Change-Id: If2ca9cc0f48e0e75adf808ffa6860209495129ba Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6e096580e5
commit
fa427c1e4d
@ -37,7 +37,12 @@ $K5START rsync -rlptDvz \
|
||||
--exclude="x86_64/repoview" \
|
||||
$MIRROR/$REPO/ $BASE/$REPO/
|
||||
|
||||
# TODO(pabelanger): Validate rsync process
|
||||
# NOTE(pabelanger): Validate repomd.xml with upstream release version, this is
|
||||
# to help protect when our upstream mirror (mirrors.kernel.org) is out of sync
|
||||
# with its upstream mirror.
|
||||
REPOMD="x86_64/repodata/repomd.xml"
|
||||
SHA1SUM=`curl -s https://dl.fedoraproject.org/pub/epel/7/$REPOMD | sha1sum | cut -d' ' -f1`
|
||||
echo "$SHA1SUM $BASE/$REPO/$REPOMD" | sha1sum -c -
|
||||
|
||||
date --iso-8601=ns | $K5START tee $BASE/timestamp.txt
|
||||
echo "rsync completed successfully, running vos release."
|
||||
|
Loading…
x
Reference in New Issue
Block a user