X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/a013dc7e4f0d91499d7349eee553a771551cd13e..0528a6d4df9d81622f9813c2a8925dd7322a81bb:/jenkins/run-build-packages.sh diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh index 3a8f9c9..eca16fc 100755 --- a/jenkins/run-build-packages.sh +++ b/jenkins/run-build-packages.sh @@ -187,6 +187,9 @@ source /etc/profile.d/rvm.sh # out our git tree here chmod o+r "$WORKSPACE" -R +# More cleanup - make sure all executables that we'll package are 755 +find -type d -name 'bin' |xargs -I {} find {} -type f |xargs -I {} chmod 755 {} + # Now fix our umask to something better suited to building and publishing # gems and packages umask 0022