[ARVADOS-DEV] updated: e9db1de8aaa0a519f31684561e3c660461ccf22e
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 31 20:41:24 EDT 2014
Summary of changes:
jenkins/run-build-packages.sh | 3 +++
1 file changed, 3 insertions(+)
via e9db1de8aaa0a519f31684561e3c660461ccf22e (commit)
from 7b3296a9decf3443b47b386a399aecb5b996c3fa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e9db1de8aaa0a519f31684561e3c660461ccf22e
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Oct 31 20:40:58 2014 -0400
Make sure all executables we package are executable.
No issue #
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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list