[ARVADOS] updated: 69abf05f9257431a2084897dd3e7f1a4b76ae462

Git user git at public.curoverse.com
Mon Oct 31 14:06:41 EDT 2016


Summary of changes:
 build/run-build-docker-jobs-image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  69abf05f9257431a2084897dd3e7f1a4b76ae462 (commit)
      from  62645650fcd451d2ea569c8e55526f6ed0db4fea (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 69abf05f9257431a2084897dd3e7f1a4b76ae462
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Oct 31 14:06:12 2016 -0400

    Compute correct arvados-cwl-runner version, refs #10194

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 7b5ea4e..1519e79 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -122,7 +122,7 @@ python_sdk_version=$(cd sdk/python && nohash_version_from_git 0.1)-2
 cwl_runner_version=$(cd sdk/cwl && nohash_version_from_git 1.0)-3
 
 if [[ $python_sdk_ts -gt $cwl_runner_ts ]]; then
-    cwl_runner_version=$python_sdk_version
+    cwl_runner_version=$(cd sdk/python && nohash_version_from_git 1.0)-3
     gittag=$(cd sdk/python && git log --first-parent --max-count=1 --format=format:%H)
 else
     gittag=$(cd sdk/cwl && git log --first-parent --max-count=1 --format=format:%H)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list