X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/917330c81bb370225ccd0e051dbdca3d1870710e..eb8307817db46d208c5c3517dbeafbc5b02a6f5f:/build/run-build-packages-python-and-ruby.sh diff --git a/build/run-build-packages-python-and-ruby.sh b/build/run-build-packages-python-and-ruby.sh index 84da280d78..599fe7cf96 100755 --- a/build/run-build-packages-python-and-ruby.sh +++ b/build/run-build-packages-python-and-ruby.sh @@ -52,7 +52,7 @@ gem_wrapper() { handle_python_package () { # This function assumes the current working directory is the python package directory if [ -n "$(find dist -name "*-$(nohash_version_from_git).tar.gz" -print -quit)" ]; then - # This package doesn't need rebuilding. + echo "This package doesn't need rebuilding." return fi # Make sure only to use sdist - that's the only format pip can deal with (sigh) @@ -203,6 +203,8 @@ if [ $PYTHON -eq 1 ]; then python_wrapper arvados-python-client "$WORKSPACE/sdk/python" python_wrapper arvados-cwl-runner "$WORKSPACE/sdk/cwl" python_wrapper arvados_fuse "$WORKSPACE/services/fuse" + python_wrapper crunchstat_summary "$WORKSPACE/tools/crunchstat-summary" + python_wrapper arvados-user-activity "$WORKSPACE/tools/user-activity" if [ $((${#failures[@]} - $GEM_BUILD_FAILURES)) -ne 0 ]; then PYTHON_BUILD_FAILURES=$((${#failures[@]} - $GEM_BUILD_FAILURES))