[ARVADOS] updated: 1.3.0-3272-g3facf89bf
Git user
git at public.arvados.org
Tue Oct 6 17:56:30 UTC 2020
Summary of changes:
lib/install/deps.go | 4 +-
.../v1/api_client_authorizations_controller.rb | 8 +-
services/keep-web/s3.go | 174 +++++++++++++++++++--
services/keep-web/s3_test.go | 66 +++++++-
services/keep-web/s3aws_test.go | 78 +++++++++
services/keep-web/server_test.go | 1 +
6 files changed, 308 insertions(+), 23 deletions(-)
create mode 100644 services/keep-web/s3aws_test.go
via 3facf89bf048487ee718fe15d012b489f2d407b7 (commit)
via cc8cffec8e1c612b6be03f4446ab6beebf479f5b (commit)
via 6a67a1b576bb695e9b274c277b7220590da1a39d (commit)
via bbc1590401a1d15a4ca101df37415c9a2aa99ac9 (commit)
via 6d419ba53592a3e60c8aef5be7bc99643ab3a6ac (commit)
via 580d77ef4d6b244971bc26c649e017e912ca8737 (commit)
via b15d39ec33dde9639f09bd1aff22fde7806aa24a (commit)
via 5132075320db7a19e12a5454a70f894c30e917e8 (commit)
from de961f4152f551692ac8a8b4392f971496273844 (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 3facf89bf048487ee718fe15d012b489f2d407b7
Merge: de961f415 cc8cffec8
Author: Tom Clegg <tom at tomclegg.ca>
Date: Tue Oct 6 13:56:07 2020 -0400
Merge branch '16809-s3-v4-signature'
closes #16809
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --cc lib/install/deps.go
index 437802315,b16d5bfc2..15ff0607a
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@@ -142,16 -142,11 +142,16 @@@ func (installCommand) RunCommand(prog s
"postgresql",
"postgresql-contrib",
"python3-dev",
+ "python3-venv",
+ "python3-virtualenv",
"r-base",
"r-cran-testthat",
+ "r-cran-devtools",
+ "r-cran-knitr",
+ "r-cran-markdown",
+ "r-cran-roxygen2",
+ "r-cran-xml",
"sudo",
- "python3-virtualenv",
- "python3-venv",
"wget",
"xvfb",
"zlib1g-dev",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list