[ARVADOS] updated: 2.1.0-1497-ga598bba05
Git user
git at public.arvados.org
Wed Oct 20 19:35:32 UTC 2021
Summary of changes:
doc/_config.yml | 1 +
doc/_includes/_install_debian_key.liquid | 2 +-
doc/architecture/singularity.html.textile.liquid | 35 ++++++++++++++++++++++
.../arvados-on-kubernetes-GKE.html.textile.liquid | 2 +-
doc/install/singularity.html.textile.liquid | 14 ++++-----
doc/sdk/python/sdk-python.html.textile.liquid | 2 +-
sdk/cli/bin/arv | 4 +--
sdk/cwl/arvados_cwl/executor.py | 2 +-
sdk/cwl/setup.py | 4 +--
sdk/python/arvados/commands/keepdocker.py | 30 +++++++++----------
10 files changed, 63 insertions(+), 33 deletions(-)
create mode 100644 doc/architecture/singularity.html.textile.liquid
discards 57628b973965cdedb28b18523bbe2b98f1ea6e10 (commit)
via a598bba05ec26c8103bd7f8cf9e4dcf451469531 (commit)
via 64194cf50545e1b6894b45cc18edbefbc3ac8707 (commit)
via 93131b473366ae5442103511d455d1ed5b73bcab (commit)
via b98969108fbda1754a03665a5be58bb9e0d16c01 (commit)
via 8fde01ca2dae5169917de4e8b25eada543a8223f (commit)
via f9582f44d4f31e941902f84fce760a8b770bc969 (commit)
via d8d9b01ba4a5f9cbc216c43f8af88af1413673d4 (commit)
via 6fe5fe41128cfe4fc9b5b6f6c1f092c4d01c4e4e (commit)
via 4e142b5282d5e620057e06530f58445d2a526964 (commit)
via e3df40f20870d2403d409f7726096edc2be31635 (commit)
via 876b9e64d1364770486552060222f5f6b1b5e2ea (commit)
via f3a82584fde8dfd3c653c01a5e523360c8615703 (commit)
via ffdf779049d4f9ce69d77968dc672f6accbc7a7a (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 (57628b973965cdedb28b18523bbe2b98f1ea6e10)
\
N -- N -- N (a598bba05ec26c8103bd7f8cf9e4dcf451469531)
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 a598bba05ec26c8103bd7f8cf9e4dcf451469531
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Sep 20 15:26:12 2021 -0300
Pin arvados 2.3.0 version in provision.sh. Refs #18130
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index a56a31876..cb75610a2 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -165,14 +165,14 @@ WORKBENCH2_EXT_SSL_PORT=3001
# release.
# The "local.params.example.*" files already set "RELEASE=production"
# to deploy production-ready packages
-RELEASE="development"
-VERSION="latest"
+RELEASE="production"
+VERSION="2.3.0-1"
# These are arvados-formula-related parameters
# An arvados-formula tag. For a stable release, this should be a
# branch name (e.g. X.Y-dev) or tag for the release.
-# ARVADOS_TAG="2.2.0"
-# BRANCH="main"
+# ARVADOS_TAG="2.3.0"
+BRANCH="2.3-dev"
# Other formula versions we depend on
POSTGRES_TAG="v0.41.6"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list