Make run-build-packages-python-and-ruby.sh say so when it decides to
authorWard Vandewege <ward@curii.com>
Tue, 24 Nov 2020 18:17:06 +0000 (13:17 -0500)
committerWard Vandewege <ward@curii.com>
Tue, 24 Nov 2020 18:17:06 +0000 (13:17 -0500)
skip building Python packages.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

build/run-build-packages-python-and-ruby.sh

index 84da280d789464121a87bfa0c19a304f92527d10..f255307607c492468f567e7f649c6dcd0818b919 100755 (executable)
@@ -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)