[ARVADOS] updated: 1.3.0-1244-gc8fb7d09b
Git user
git at public.curoverse.com
Mon Jul 1 21:49:46 UTC 2019
Summary of changes:
build/run-tests.sh | 2 +-
services/login-sync/Gemfile.lock | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via c8fb7d09bce510067ad99ac03713185aae13428f (commit)
from a0bf8b7aafa1e08cd23aa7fdca52f1035d37c907 (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 c8fb7d09bce510067ad99ac03713185aae13428f
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Jul 1 17:49:23 2019 -0400
14812: Tweak install order because API server depends on arvados-server
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 1b9092d3b..143320c48 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1135,11 +1135,11 @@ install_all() {
fi
fi
done
- do_install services/api
for g in "${gostuff[@]}"
do
do_install "$g" go
done
+ do_install services/api
do_install apps/workbench
}
diff --git a/services/login-sync/Gemfile.lock b/services/login-sync/Gemfile.lock
index e8acaa94f..eff59d2f7 100644
--- a/services/login-sync/Gemfile.lock
+++ b/services/login-sync/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- arvados-login-sync (1.4.0.20190627191839)
+ arvados-login-sync (1.4.0.20190701162225)
arvados (~> 1.3.0, >= 1.3.0)
GEM
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list