[ARVADOS] updated: 1.3.0-1395-ge883ee5be

Git user git at public.curoverse.com
Fri Jul 26 19:50:03 UTC 2019


Summary of changes:
 lib/config/config.default.yml  | 3 +++
 lib/config/generated_config.go | 3 +++
 2 files changed, 6 insertions(+)

       via  e883ee5be779b41f6dc7c4099c64ccae8198cf18 (commit)
      from  b2cce8b18dfa70597cfb531cb127bce35d96a8c3 (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 e883ee5be779b41f6dc7c4099c64ccae8198cf18
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date:   Fri Jul 26 15:49:57 2019 -0400

    14813: Adds keepweb to cluster config
    
    Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>

diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 7e5b47191..e2216d0e7 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -109,6 +109,9 @@ Clusters:
         #
         ExternalURL: ""
 
+      KeepWeb:
+        InternarlURLs: {}
+        ExternalURL: ""
       Keepstore:
         InternalURLs: {}
         ExternalURL: "-"
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 0a9d7a5b6..ddc0c3472 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -115,6 +115,9 @@ Clusters:
         #
         ExternalURL: ""
 
+      KeepWeb:
+        InternarlURLs: {}
+        ExternalURL: ""
       Keepstore:
         InternalURLs: {}
         ExternalURL: "-"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list