[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed May 17 10:36:33 UTC 2017


The branch master has been updated
       via  7a94f5b0f7c878b1056a08f659ce23aa97bfa3ad (commit)
      from  bd990e2535ca387def9a01218a813dc3fa547e3c (commit)


- Log -----------------------------------------------------------------
commit 7a94f5b0f7c878b1056a08f659ce23aa97bfa3ad
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed May 17 08:28:55 2017 +0200

    Remove notification settings from appveyor.yml
    
    Notifications can be (and should be) configured on account basis on
    the CI web site.  This avoids getting emails to openssl-commits for
    personal accounts that also build OpenSSL stuff.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3484)

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

Summary of changes:
 appveyor.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index f2eab32..75b1ccf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,11 +62,3 @@ test_script:
             cmd /c "nmake install install_docs DESTDIR=..\_install 2>&1"
         }
     - cd ..
-
-notifications:
-    - provider: Email
-      to:
-          - openssl-commits at openssl.org
-      on_build_success: false
-      on_build_failure: true
-      on_build_status_changed: true


More information about the openssl-commits mailing list