[ARVADOS] updated: 1.1.0-66-g9a61dcd

Git user git at public.curoverse.com
Mon Oct 16 12:39:28 EDT 2017


Summary of changes:
 build/run-library.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

       via  9a61dcd235812b627c93e92ff1279ac6d4a5bc27 (commit)
      from  71320abf79a7672ffd5fd24ae4fd1ddce280f862 (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 9a61dcd235812b627c93e92ff1279ac6d4a5bc27
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Mon Oct 16 13:39:17 2017 -0300

    12389: try --exclude opt/rh/python33
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 465b152..d2191fa 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -370,6 +370,7 @@ fpm_build () {
               --python-install-lib "$PYTHON3_INSTALL_LIB" \
               --python-install-data . \
               --exclude "${PYTHON3_INSTALL_LIB#/}/tests" \
+              --exclude "opt/rh/python33" \
               --depends "$PYTHON3_PACKAGE"
           ;;
   esac
@@ -471,10 +472,6 @@ fpm_build () {
     COMMAND_ARR+=('--exclude' "$i")
   done
 
-  if [[ rpm = "$FORMAT" ]]; then
-    COMMAND_ARR+=("--exclude opt/rh/python33") 
-  fi
-
   # Append remaining function arguments directly to fpm's command line.
   for i; do
     COMMAND_ARR+=("$i")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list