From: Remi Gacogne Date: Mon, 9 Oct 2017 08:46:59 +0000 (+0200) Subject: Encrypt the IRC channel name so notifications are not sent for forks X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89af6632fa1e6e9ae31676d160076cfaf72c455d;p=pdns Encrypt the IRC channel name so notifications are not sent for forks (cherry picked from commit f4614876f16ac3223786b26b18a4386045102f09) --- diff --git a/.travis.yml b/.travis.yml index 313ff834a..3582fc28f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,7 +163,7 @@ script: notifications: irc: channels: - - "irc.oftc.net#powerdns-dev" + - secure: "RDw5WKYf/gS3JnfIdkK51U4K2Xg/WNMn1uB/5AZbHbcqZJ/ZnbILCu0eBC83blQr+UuaQG7/sUFhWbtwoivD2I/4wOQGWIysBEZ8bSoySPSc4u0YU45aPjN+Ohrrp9qw7Smts3tYHbrOqfLfZ39L8lJq06vuMoBp6eHVkSBT7AY=" template: - "%{author} @ %{repository} / %{branch} - Build:#%{build_number} : %{message} - Changes: %{compare_url} - Build details: %{build_url}" use_notice: true