]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
SCRIPTS: add the slack channel URL to the announce script
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 17:59:51 +0000 (18:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 17:59:51 +0000 (18:59 +0100)
It's just to provide the URL in the usual URLs when releasing.

scripts/announce-release

index c4045ae6778b1905df656a2c18bafe44ec9a86f7..90a36c0de4228133827a62aa97cb447efb85171b 100755 (executable)
@@ -155,6 +155,7 @@ fi
 (echo "Please find the usual URLs below :"
  echo "   Site index       : http://www.haproxy.org/"
  echo "   Discourse        : http://discourse.haproxy.org/"
+ echo "   Slack channel    : https://slack.haproxy.org/"
  echo "   Sources          : http://www.haproxy.org/download/${BRANCH}/src/"
  echo "   Git repository   : http://git.haproxy.org/git/${gitdir}/"
  echo "   Git Web browsing : http://git.haproxy.org/?p=${gitdir}"