[ARVADOS] updated: 1.1.0-37-g1ebfd7f
Git user
git at public.curoverse.com
Mon Oct 9 18:01:58 EDT 2017
Summary of changes:
build/build-dev-docker-jobs-image.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 1ebfd7fd6b3c4b16abe46047c2b3dbfcfb42d2bb (commit)
from a754578dd147d617706339b1fa0f56225eb4af0c (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 1ebfd7fd6b3c4b16abe46047c2b3dbfcfb42d2bb
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Oct 9 19:01:47 2017 -0300
12389: trying more verbosed output to check python packaging
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/build-dev-docker-jobs-image.sh b/build/build-dev-docker-jobs-image.sh
index 639096c..7ad400a 100755
--- a/build/build-dev-docker-jobs-image.sh
+++ b/build/build-dev-docker-jobs-image.sh
@@ -61,8 +61,8 @@ fi
. build/run-library.sh
-python_sdk_ts=$(cd sdk/python && timestamp_from_git)
-cwl_runner_ts=$(cd sdk/cwl && timestamp_from_git)
+python_sdk_ts=$(cd sdk/python && version_from_latest_tag)
+cwl_runner_ts=$(cd sdk/cwl && version_from_latest_tag)
if [[ $python_sdk_ts -gt $cwl_runner_ts ]]; then
gittag=$(git log --first-parent --max-count=1 --format=format:%H sdk/python)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list