2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Merge pull request #6475 from gurevichmark/xcat-dep_repo_permissions

Fix repodata files permission in xcat-dep
This commit is contained in:
besawn 2019-11-07 14:39:35 -05:00 committed by GitHub
commit a86df3c9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,8 +268,8 @@ 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
chmod a+rx */*/repodata
chmod a+r */*/repodata/*
TARBALL_WORKING_DIR="${XCATCOREDIR}/${DESTDIR}"
echo "===> Building the tarball at: ${TARBALL_WORKING_DIR} ..."