[ARVADOS-DEV] updated: f7878b7f8780cb2e17078486b2239661be6aeedc
git at public.curoverse.com
git at public.curoverse.com
Sat Sep 6 00:07:01 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via f7878b7f8780cb2e17078486b2239661be6aeedc (commit)
from 01f16229133a6f5fda6d92b7f86edda5e08dac8f (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 f7878b7f8780cb2e17078486b2239661be6aeedc
Author: Ward Vandewege <ward at curoverse.com>
Date: Sat Sep 6 00:06:15 2014 -0400
Save a bit of time: do not install RI and RDoc for the gems we install
during testing.
no issue #
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 4f4839a..4724cfa 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -214,14 +214,14 @@ do_test ruby_sdk
install_ruby_sdk() {
cd "$WORKSPACE/sdk/ruby" \
&& gem build arvados.gemspec \
- && gem install arvados-*.gem
+ && gem install --no-ri --no-rdoc arvados-*.gem
}
do_install ruby_sdk
install_cli() {
cd "$WORKSPACE/sdk/cli" \
&& gem build arvados-cli.gemspec \
- && gem install arvados-cli-*.gem
+ && gem install --no-ri --no-rdoc arvados-cli-*.gem
}
do_install cli
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list