[ARVADOS] updated: 44764dd0eaf01c7a24539629c727ff31affa3b7e

Git user git at public.curoverse.com
Mon May 2 17:29:56 EDT 2016


Summary of changes:
 build/run-build-packages-python-and-ruby.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  44764dd0eaf01c7a24539629c727ff31affa3b7e (commit)
      from  513c30b5c5c2b3dd72894667eb0e51e24c9d4182 (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 44764dd0eaf01c7a24539629c727ff31affa3b7e
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon May 2 17:29:30 2016 -0400

    Fix inverted test for pypi/gem upload logic. Make upload more verbose.
    
    No issue #

diff --git a/build/run-build-packages-python-and-ruby.sh b/build/run-build-packages-python-and-ruby.sh
index e7981e5..23ddc9a 100755
--- a/build/run-build-packages-python-and-ruby.sh
+++ b/build/run-build-packages-python-and-ruby.sh
@@ -179,8 +179,8 @@ if [[ "$UPLOAD" != 0 ]]; then
   title "Start upload python packages"
   timer_reset
 
-  if [ "$GEM_BUILD_FAILURES" -eq 0 ]; then
-    /usr/local/arvados-dev/jenkins/run_upload_packages.py --workspace $WORKSPACE python
+  if [ "$PYTHON_BUILD_FAILURES" -eq 0 ]; then
+    /usr/local/arvados-dev/jenkins/run_upload_packages.py -v --workspace $WORKSPACE python
   else
     echo "Skipping python packages upload, there were errors building the packages"
   fi
@@ -190,8 +190,8 @@ if [[ "$UPLOAD" != 0 ]]; then
   title "Start upload ruby gems"
   timer_reset
 
-  if [ "$PYTHON_BUILD_FAILURES" -eq 0 ]; then
-    /usr/local/arvados-dev/jenkins/run_upload_packages.py --workspace $WORKSPACE gems
+  if [ "$GEM_BUILD_FAILURES" -eq 0 ]; then
+    /usr/local/arvados-dev/jenkins/run_upload_packages.py -v --workspace $WORKSPACE gems
   else
     echo "Skipping ruby gem upload, there were errors building the packages"
   fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list