[ARVADOS] updated: 1.3.0-1155-gf0475ef9a
Git user
git at public.curoverse.com
Tue Jun 25 17:47:47 UTC 2019
Summary of changes:
lib/config/generated_config.go | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via f0475ef9a07db9e587401e8826d05bb3c030d8cb (commit)
from 3d8fc8f64b7bd331a159ba2eee16618c94000348 (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 f0475ef9a07db9e587401e8826d05bb3c030d8cb
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Jun 25 14:46:50 2019 -0300
14874: Fixed missing config sync.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index dc9009e96..6b2bb6111 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -290,14 +290,14 @@ Clusters:
# one of the following behaviors:
#
# * UUID of the user who owns the containing project.
- # responsible_person_uuid: {function: original_owner, protected: true}
+ # responsible_person_uuid: {Function: original_owner, Protected: true}
#
# * Default concrete value.
- # foo_bar: {value: baz, protected: false}
+ # foo_bar: {Value: baz, Protected: false}
#
- # If protected is true, only an admin user can modify its value.
+ # If Protected is true, only an admin user can modify its value.
ManagedProperties:
- SAMPLE: {function: original_owner, protected: true}
+ SAMPLE: {Function: original_owner, Protected: true}
Login:
# These settings are provided by your OAuth2 provider (e.g.,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list