[ARVADOS] updated: 2.1.0-1819-gbf2066b3b
Git user
git at public.arvados.org
Mon Jan 10 20:27:24 UTC 2022
Summary of changes:
build/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via bf2066b3b386944419a45108d1d404560ca0db35 (commit)
from b184dd95ae72a5c72692e3b750f6d48c4dcc9a81 (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 bf2066b3b386944419a45108d1d404560ca0db35
Author: Ward Vandewege <ward at curii.com>
Date: Mon Jan 10 15:26:29 2022 -0500
When installing the bundler gem in run-tests.sh, always use
--no-document
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 492dde1dc..9cd38784b 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -515,7 +515,7 @@ setup_ruby_environment() {
|| fatal 'rvm gemset setup'
rvm env
- (bundle version | grep -q 2.2.19) || gem install bundler -v 2.2.19
+ (bundle version | grep -q 2.2.19) || gem install --no-document bundler -v 2.2.19
bundle="$(which bundle)"
echo "$bundle"
"$bundle" version | grep 2.2.19 || fatal 'install bundler'
@@ -551,7 +551,7 @@ setup_ruby_environment() {
versions=(2.2.19)
for v in ${versions[@]}; do
if ! echo "$bundlers" | fgrep -q "($v)"; then
- gem install --user $(for v in ${versions[@]}; do echo bundler:${v}; done)
+ gem install --no-document --user $(for v in ${versions[@]}; do echo bundler:${v}; done)
break
fi
done
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list