[ARVADOS] updated: 1.3.0-221-g41d2a628e

Git user git at public.curoverse.com
Tue Feb 5 08:36:28 EST 2019


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

       via  41d2a628e63699d62c3ab2ba616732153e98f49b (commit)
      from  2b6be8593e8d3ea66cdec042ea474574e3b7c6c5 (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 41d2a628e63699d62c3ab2ba616732153e98f49b
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue Feb 5 08:36:07 2019 -0500

    We have reset the package iterations to -1, make the
    run-build-docker-jobs-image.sh script reflect that.
    
    refs #9945
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 83bb5ae71..7186a2209 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -136,7 +136,7 @@ fi
 echo cwl_runner_version $cwl_runner_version python_sdk_version $python_sdk_version
 
 if [[ "${python_sdk_version}" != "${ARVADOS_BUILDING_VERSION}" ]]; then
-	python_sdk_version="${python_sdk_version}-2"
+	python_sdk_version="${python_sdk_version}-1"
 else
 	python_sdk_version="${ARVADOS_BUILDING_VERSION}-${ARVADOS_BUILDING_ITERATION}"
 fi
@@ -144,7 +144,7 @@ fi
 cwl_runner_version_orig=$cwl_runner_version
 
 if [[ "${cwl_runner_version}" != "${ARVADOS_BUILDING_VERSION}" ]]; then
-	cwl_runner_version="${cwl_runner_version}-4"
+	cwl_runner_version="${cwl_runner_version}-1"
 else
 	cwl_runner_version="${ARVADOS_BUILDING_VERSION}-${ARVADOS_BUILDING_ITERATION}"
 fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list