[ARVADOS-DEV] updated: 72216082a3e042745707e69692e4b8664fc07a6e
git at public.curoverse.com
git at public.curoverse.com
Wed Dec 10 17:45:25 EST 2014
Summary of changes:
jenkins/run-tests.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
discards ec20588004bb3058243fa799c8e962568a0be44c (commit)
via 72216082a3e042745707e69692e4b8664fc07a6e (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (ec20588004bb3058243fa799c8e962568a0be44c)
\
N -- N -- N (72216082a3e042745707e69692e4b8664fc07a6e)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 72216082a3e042745707e69692e4b8664fc07a6e
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Dec 10 17:45:30 2014 -0500
4156: Do not use --user-install -- just install to the GEM_HOME we selected.
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 6d8c1c3..9e5f47b 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -315,7 +315,7 @@ install_ruby_sdk() {
cd "$WORKSPACE/sdk/ruby" \
&& bundle install --no-deployment \
&& gem build arvados.gemspec \
- && GEM_HOME="$tmpdir_gem_home" gem install --user-install --no-ri --no-rdoc `ls -t arvados-*.gem|head -n1`
+ && GEM_HOME="$tmpdir_gem_home" gem install --no-ri --no-rdoc `ls -t arvados-*.gem|head -n1`
}
do_install ruby_sdk
@@ -323,7 +323,7 @@ install_cli() {
cd "$WORKSPACE/sdk/cli" \
&& bundle install --no-deployment \
&& gem build arvados-cli.gemspec \
- && GEM_HOME="$tmpdir_gem_home" gem install --user-install --no-ri --no-rdoc `ls -t arvados-cli-*.gem|head -n1`
+ && GEM_HOME="$tmpdir_gem_home" gem install --no-ri --no-rdoc `ls -t arvados-cli-*.gem|head -n1`
}
do_install cli
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list