[ARVADOS] updated: 1.4.0-16-g6fad60728

Git user git at public.curoverse.com
Thu Sep 12 15:39:41 UTC 2019


Summary of changes:
 build/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  6fad6072822a4985ae369236559a39626ee2ba60 (commit)
      from  888c24424b3c38feee4fbda09ddacd9dfff99540 (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 6fad6072822a4985ae369236559a39626ee2ba60
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue May 28 16:23:42 2019 -0300

    14946: Fixes 'gem install' invocation.
    
    Params --no-ri and --no-rdoc are no longer valid.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 0daf80f76..937fb5fa0 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -903,7 +903,7 @@ install_gem() {
         && cd "$WORKSPACE/$srcpath" \
         && bundle_install_trylocal \
         && gem build "$gemname.gemspec" \
-        && with_test_gemset gem install --no-ri --no-rdoc $(ls -t "$gemname"-*.gem|head -n1)
+        && with_test_gemset gem install --no-document $(ls -t "$gemname"-*.gem|head -n1)
 }
 
 install_sdk/ruby() {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list