[ARVADOS] updated: 1.1.0-38-gd7bfcf3
Git user
git at public.curoverse.com
Tue Oct 10 09:58:53 EDT 2017
Summary of changes:
build/build-dev-docker-jobs-image.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via d7bfcf3b64bf5379f994ec1831233f77db5c3117 (commit)
from 1ebfd7fd6b3c4b16abe46047c2b3dbfcfb42d2bb (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 d7bfcf3b64bf5379f994ec1831233f77db5c3117
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Oct 10 10:58:43 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 7ad400a..639096c 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 && version_from_latest_tag)
-cwl_runner_ts=$(cd sdk/cwl && version_from_latest_tag)
+python_sdk_ts=$(cd sdk/python && timestamp_from_git)
+cwl_runner_ts=$(cd sdk/cwl && timestamp_from_git)
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