From f6bea60852cee1d9aad3ac5a51cb81162a3972ae Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 21 Aug 2019 16:57:00 -0400 Subject: [PATCH] Make repodata files readable by all --- builddep.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builddep.sh b/builddep.sh index 97090a5a2..ee5b0e5b4 100755 --- a/builddep.sh +++ b/builddep.sh @@ -277,6 +277,10 @@ fi chgrp -R -h $SYSGRP * chmod -R g+w * +# Change permission on all repodata files to be readable by all +chmod a+r */*/repodata/*.gz +chmod a+r */*/repodata/*.bz2 + TARBALL_WORKING_DIR="${XCATCOREDIR}/${DESTDIR}" echo "===> Building the tarball at: ${TARBALL_WORKING_DIR} ..." #