[ARVADOS-DEV] updated: 3af59ee413454b94ad45bb5d8990896186b5d672
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 9 13:03:05 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 2 ++
1 file changed, 2 insertions(+)
via 3af59ee413454b94ad45bb5d8990896186b5d672 (commit)
from be68e901353548dd87ccadcd62ae82551b1995d2 (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 3af59ee413454b94ad45bb5d8990896186b5d672
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Oct 9 13:02:39 2015 -0400
Ensure proper permissions on /usr/local/arvados/src in the arvados-src package.
refs #7397
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index f813ac1..ff9acf6 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -271,6 +271,8 @@ handle_python_package
COMMIT_HASH=$(format_last_commit_here "%H")
SRC_BUILD_DIR=$(mktemp -d)
+ # mktemp creates the directory with 0700 permissions by default
+ chmod 755 $SRC_BUILD_DIR
git clone $DASHQ_UNLESS_DEBUG "$WORKSPACE/.git" "$SRC_BUILD_DIR"
cd "$SRC_BUILD_DIR"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list