Bug 1076810 - updated README.md with some more details and include commit message in irc notifications,r=rail
authorPeter Moore <pmoore@mozilla.com>
Mon, 08 Dec 2014 16:17:09 +0100 (2014-12-08)
changeset 3997 2e7b5a881893f788802f460c54cca51aecbf419e
parent 3996 13053f5ca356c2df4ca93fd7b81eac951115c1ac
child 3999 4ee1407fb461a2e73fce331d253aec86db2a60f3
push id3304
push userpmoore@mozilla.com
push dateMon, 08 Dec 2014 15:17:22 +0000 (2014-12-08)
reviewersrail
bugs1076810
Bug 1076810 - updated README.md with some more details and include commit message in irc notifications,r=rail
.travis.yml
README.md
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,13 @@ script:
   - tox -e py27,py27-coveralls
 
 # currently cannot customise per user fork, see:
 # https://github.com/travis-ci/travis-ci/issues/1094
 notifications:
   irc: "irc.mozilla.org#releng"
   on_success: always
   on_failure: always
+  template:
+    - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
+    - "Change view : %{compare_url}"
+    - "Build details : %{build_url}"
+    - "Commit message : %{commit_message}"
--- a/README.md
+++ b/README.md
@@ -1,14 +1,18 @@
 # buildbotcustom
 This repository contains customisations of buildbot 0.8.2 used by Mozilla Release Engineering.
 
-This repository is a downstream read-only copy of:
-https://hg.mozilla.org/build/buildbotcustom/
+This repository is a downstream read-only copy of
+https://hg.mozilla.org/build/buildbotcustom/.
 
 To submit a patch, please create a bug on http://bugzilla.mozilla.org/ under
 Product: Release Engineering, Component: Tools.
 
 To run tests:
 ```
 pip install tox
 tox
 ```
+
+Please also see:
+* https://github.com/mozilla/build-buildbot-configs/
+* https://hg.mozilla.org/build/buildbot/ (not mirrored to github)