[ARVADOS] updated: 2.1.0-128-g41a8a689f
Git user
git at public.arvados.org
Mon Nov 23 16:49:31 UTC 2020
Summary of changes:
sdk/cwl/test_with_arvbox.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 41a8a689f8d40f890914957c61d0251f61f7dde9 (commit)
from b95c8179505ecda2c0afab418d6c9614537a942b (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 41a8a689f8d40f890914957c61d0251f61f7dde9
Author: Ward Vandewege <ward at curii.com>
Date: Mon Nov 23 11:47:53 2020 -0500
Remove now-unneeded code from sdk/cwl/test_with_arvbox.sh, add comment
to clarify that calculate_python_sdk_cwl_package_versions now outputs
python-style package suffixes.
refs #17012
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 935bec63b..0021bc8d9 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -141,9 +141,11 @@ else
. /usr/src/arvados/build/run-library.sh
TMPHERE=\$(pwd)
cd /usr/src/arvados
+
+ # This defines python_sdk_version and cwl_runner_version with python-style
+ # package suffixes (.dev/rc)
calculate_python_sdk_cwl_package_versions
- cwl_runner_version=\$(echo -n \$cwl_runner_version | sed s/~dev/.dev/g | sed s/~rc/rc/g)
cd \$TMPHERE
set -u
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list