[ARVADOS] updated: 1.3.0-1249-gdc543546e

Git user git at public.curoverse.com
Wed Jul 3 16:51:03 UTC 2019


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

       via  dc543546ef67fc3a7aca4b8208cafe64c94f3731 (commit)
      from  1205ddb8a71861ff8506add6a8995470216741b4 (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 dc543546ef67fc3a7aca4b8208cafe64c94f3731
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Jul 3 12:50:52 2019 -0400

    14812: Fix email defaults
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 4b0da2354..3a3e4a447 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -689,12 +689,12 @@ Clusters:
       SendUserSetupNotificationEmail: true
 
       # Bug/issue report notification to and from addresses
-      IssueReporterEmailFrom: ""
-      IssueReporterEmailTo: ""
-      SupportEmailAddress: ""
+      IssueReporterEmailFrom: "arvados at example.com"
+      IssueReporterEmailTo: "arvados at example.com"
+      SupportEmailAddress: "arvados at example.com"
 
       # Generic issue email from
-      EmailFrom: ""
+      EmailFrom: "arvados at example.com"
     RemoteClusters:
       "*":
         Host: ""
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 3c667ff4a..484e97418 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -695,12 +695,12 @@ Clusters:
       SendUserSetupNotificationEmail: true
 
       # Bug/issue report notification to and from addresses
-      IssueReporterEmailFrom: ""
-      IssueReporterEmailTo: ""
-      SupportEmailAddress: ""
+      IssueReporterEmailFrom: "arvados at example.com"
+      IssueReporterEmailTo: "arvados at example.com"
+      SupportEmailAddress: "arvados at example.com"
 
       # Generic issue email from
-      EmailFrom: ""
+      EmailFrom: "arvados at example.com"
     RemoteClusters:
       "*":
         Host: ""

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list