[ARVADOS] updated: c939c82545868821762e802d4b28535749504b55

Git user git at public.curoverse.com
Thu Nov 3 12:39:24 EDT 2016


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

       via  c939c82545868821762e802d4b28535749504b55 (commit)
      from  63d0f330ab35e59dd871508e936ff74c249b94a4 (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 c939c82545868821762e802d4b28535749504b55
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Nov 3 12:37:35 2016 -0400

    Fix git log to get last log for sdk/cwl or sdk/python only, not repository head refs #10438

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 1519e79..556ac4e 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -123,9 +123,9 @@ 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=$(cd sdk/python && nohash_version_from_git 1.0)-3
-    gittag=$(cd sdk/python && git log --first-parent --max-count=1 --format=format:%H)
+    gittag=$(git log --first-parent --max-count=1 --format=format:%H sdk/python)
 else
-    gittag=$(cd sdk/cwl && git log --first-parent --max-count=1 --format=format:%H)
+    gittag=$(git log --first-parent --max-count=1 --format=format:%H sdk/cwl)
 fi
 
 echo cwl_runner_version $cwl_runner_version python_sdk_version $python_sdk_version

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list