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-Tag: rec-4.1.0-rc2~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5802%2Fhead;p=thirdparty%2Fpdns.git Encrypt the IRC channel name so notifications are not sent for forks --- diff --git a/.travis.yml b/.travis.yml index d712ebada2..40bce05ece 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,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