[ARVADOS-DEV] updated: d0e6362a7388d6e17d43f92ec64d13d5ee206894
git at public.curoverse.com
git at public.curoverse.com
Wed Nov 26 14:24:04 EST 2014
Summary of changes:
jenkins/run-build-packages.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via d0e6362a7388d6e17d43f92ec64d13d5ee206894 (commit)
from e52b761b16170faf94bad9dd407cbd3238bf371b (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 d0e6362a7388d6e17d43f92ec64d13d5ee206894
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Nov 26 14:23:03 2014 -0500
Pull the common-workflow-language code from the new
common-workflow-language github organization.
No issue #
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 9b567d4..105f74d 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -414,9 +414,9 @@ if [[ ! -d "$WORKSPACE/common-workflow-language" ]]; then
mkdir "$WORKSPACE/common-workflow-language"
cd "$WORKSPACE"
if [[ "$DEBUG" != 0 ]]; then
- git clone https://github.com/rabix/common-workflow-language.git common-workflow-language
+ git clone https://github.com/common-workflow-language/common-workflow-language.git common-workflow-language
else
- git clone -q https://github.com/rabix/common-workflow-language.git common-workflow-language
+ git clone -q https://github.com/common-workflow-language/common-workflow-language.git common-workflow-language
fi
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list