[ARVADOS] updated: 1.1.0-63-gd97875a
Git user
git at public.curoverse.com
Mon Oct 16 12:17:15 EDT 2017
Summary of changes:
build/run-library.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via d97875adcd6edb78a8e3e01459a9f1cbb109d5f6 (commit)
from 8d791446b9b741eceb7c1cc2c76d324bb09c3d4a (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 d97875adcd6edb78a8e3e01459a9f1cbb109d5f6
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Oct 16 13:17:04 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 87ca70d..681ab5e 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -418,6 +418,9 @@ fpm_build () {
)
fi
+ if [[ rpm = "$FORMAT" ]]; then
+ COMMAND_ARR+=("--exclude opt/rh/python33")
+ fi
# Append --depends X and other arguments specified by fpm-info.sh in
# the package source dir. These are added last so they can override
# the arguments added by this script.
@@ -471,9 +474,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