[ARVADOS-DEV] updated: 8ada64214ea1a4cf63748b32a7edaa2317709f7d
git at public.curoverse.com
git at public.curoverse.com
Fri Jun 13 11:17:21 EDT 2014
Summary of changes:
jenkins/run-build-packages.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 8ada64214ea1a4cf63748b32a7edaa2317709f7d (commit)
from 17a7412040734fa4b906b1e6c5743ddc41bacf2f (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 8ada64214ea1a4cf63748b32a7edaa2317709f7d
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jun 13 11:16:38 2014 -0400
Remove superfluous directory from arvados-src path.
No issue #
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 9ff93a2..3891d97 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -123,8 +123,8 @@ ssh -p2222 $APTUSER@$APTSERVER mkdir tmp
# We use $WORKSPACE/src-build-dir as the clean directory from which to build the src package
if [[ ! -d "$WORKSPACE/src-build-dir" ]]; then
mkdir "$WORKSPACE/src-build-dir"
- cd "$WORKSPACE/src-build-dir"
- git clone https://github.com/curoverse/arvados.git
+ cd "$WORKSPACE"
+ git clone https://github.com/curoverse/arvados.git src-build-dir
fi
cd "$WORKSPACE/src-build-dir"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list