[ARVADOS] updated: 2b345de84ee95f655b4d3621575a31230588781b
Git user
git at public.curoverse.com
Fri Mar 11 13:13:28 EST 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2b345de84ee95f655b4d3621575a31230588781b (commit)
from 77f5565c40f52c6929472d7d375ad44b09640958 (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 2b345de84ee95f655b4d3621575a31230588781b
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Mar 11 12:28:53 2016 -0500
8491: Need "yum install -y" to reliably install rpm packages.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 0ada192..061bc99 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -363,7 +363,7 @@ elif [[ $TARGET =~ centos6 ]]; then
fpm_build "$LIBFUSE_DIR/fuse-libs-2.9.2-6.el6.x86_64.rpm" fuse-libs "Centos Developers" rpm "2.9.2" --iteration 5
fpm_build "$LIBFUSE_DIR/fuse-2.9.2-6.el6.x86_64.rpm" fuse "Centos Developers" rpm "2.9.2" --iteration 5 --no-auto-depends
fpm_build "$LIBFUSE_DIR/fuse-devel-2.9.2-6.el6.x86_64.rpm" fuse-devel "Centos Developers" rpm "2.9.2" --iteration 5 --no-auto-depends
- yum install \
+ yum install -y \
"$WORKSPACE/packages/$TARGET/fuse-libs-2.9.2-5.x86_64.rpm" \
"$WORKSPACE/packages/$TARGET/fuse-2.9.2-5.x86_64.rpm" \
"$WORKSPACE/packages/$TARGET/fuse-devel-2.9.2-5.x86_64.rpm"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list