[ARVADOS] updated: 1.3.0-220-g612c183a1
Git user
git at public.curoverse.com
Mon Feb 4 16:43:30 EST 2019
Summary of changes:
discards ad1d7b4c2484ab64c9b4c999a403591ef3556b0a (commit)
via 612c183a11c615d453d1ce6aa51f32652be0ae02 (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 (ad1d7b4c2484ab64c9b4c999a403591ef3556b0a)
\
N -- N -- N (612c183a11c615d453d1ce6aa51f32652be0ae02)
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 612c183a11c615d453d1ce6aa51f32652be0ae02
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Mon Feb 4 16:43:14 2019 -0500
14806: Fix test suite to work even if PERL5LIB is set.
PERL5LIB has precedence over PERLLIB.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 749075d81..aa7437bd4 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -528,7 +528,7 @@ setup_virtualenv() {
}
export PERLINSTALLBASE
-export PERLLIB="$PERLINSTALLBASE/lib/perl5:${PERLLIB:+$PERLLIB}"
+export PERL5LIB="$PERLINSTALLBASE/lib/perl5${PERL5LIB:+:$PERL5LIB}"
export R_LIBS
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list