[ARVADOS] updated: 1.1.3-269-g7bc3091
Git user
git at public.curoverse.com
Fri Mar 23 17:15:56 EDT 2018
Summary of changes:
build/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7bc3091196bb34b24dbbaa230648957410cb2ff6 (commit)
from 43f385d060db9bf75b34c36f7026ea88fe401b16 (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 7bc3091196bb34b24dbbaa230648957410cb2ff6
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Mar 23 18:15:48 2018 -0300
13200: output for debugging python prefix
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 34dac59..1c6c06f 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -386,7 +386,7 @@ package_go_binary tools/keep-exercise keep-exercise \
cd $WORKSPACE/packages/$TARGET
rm -rf "$WORKSPACE/sdk/python/build"
arvados_python_client_version=$(awk '($1 == "Version:"){print $2}' $WORKSPACE/sdk/python/arvados_python_client.egg-info/PKG-INFO)
-echo a VER LA VAR arvados_python_client_version "
+echo a VER LA VAR $arvados_python_client_version "
echo "############# test_package_presence ${PYTHON2_PKG_PREFIX}-arvados-python-client "$arvados_python_client_version" python ####################"
test_package_presence ${PYTHON2_PKG_PREFIX}-arvados-python-client "$arvados_python_client_version" python
if [[ "$?" == "0" ]]; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list