[ARVADOS-DEV] updated: 49b655c14efe7bc5d73c099813db22fc09050d83

git at public.curoverse.com git at public.curoverse.com
Tue Dec 16 11:40:35 EST 2014


Summary of changes:
 jenkins/run-tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  49b655c14efe7bc5d73c099813db22fc09050d83 (commit)
      from  fce78b35e3fa0534d4173762b979c916cc463cdd (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 49b655c14efe7bc5d73c099813db22fc09050d83
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Dec 16 11:39:40 2014 -0500

    Use gem uninstall --force to skip dependency prompt. refs #4785

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 6682c0d..4b265a4 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -357,7 +357,7 @@ install_docs() {
 do_install docs
 
 install_ruby_sdk() {
-    with_test_gemset gem uninstall --all --executables arvados \
+    with_test_gemset gem uninstall --force --all --executables arvados \
         && cd "$WORKSPACE/sdk/ruby" \
         && bundle install --no-deployment \
         && gem build arvados.gemspec \
@@ -366,7 +366,7 @@ install_ruby_sdk() {
 do_install ruby_sdk
 
 install_cli() {
-    with_test_gemset gem uninstall --all --executables arvados-cli \
+    with_test_gemset gem uninstall --force --all --executables arvados-cli \
         && cd "$WORKSPACE/sdk/cli" \
         && bundle install --no-deployment \
         && gem build arvados-cli.gemspec \

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list