[ARVADOS] updated: 1.1.0-59-g961f484
Git user
git at public.curoverse.com
Mon Oct 16 11:38:02 EDT 2017
Summary of changes:
build/run-library.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 961f484fc16730ba664eb9bc6c473d4cb30e6ba2 (commit)
from 4dac7f357d938b5339fd2290410922eaaf8aee2a (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 961f484fc16730ba664eb9bc6c473d4cb30e6ba2
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Oct 16 12:37:52 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 04abce8..72d6009 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -388,7 +388,8 @@ fpm_build () {
# be listed in that sectiontoo, so we need to add this parameter to properly
# remove lingering dirs.
if [[ rpm = "$FORMAT" ]]; then
- COMMAND_ARR+=('--rpm-auto-add-directories')
+ COMMAND_ARR+=('--rpm-auto-add-directories')
+ COMMAND_ARR+=('--exclude opt/rh/python33')
fi
if [[ "${DEBUG:-0}" != "0" ]]; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list