GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: CruiseControl.rb Campfire notifications
Homepage: http://opensource.thinkrelevance.com/wiki/smoke_signals
Clone URL: git://github.com/relevance/smoke_signals.git
name age message
file HISTORY Fri Sep 19 20:28:13 -0700 2008 Trac#21, up version number to 1.0 [muness]
file README.textile Sun Jul 20 05:33:54 -0700 2008 Fix README formatting [Jason Rudolph]
file Rakefile Wed Feb 20 10:58:37 -0800 2008 reforking cc_campfire_notifier. [muness]
directory lib/ Fri Sep 19 20:28:13 -0700 2008 Trac#21, up version number to 1.0 [muness]
file smoke_signals.yml_sample Fri Mar 14 08:42:23 -0700 2008 rename to smoke_signals [muness]
directory test/ Fri Sep 19 20:28:13 -0700 2008 Trac#21, up version number to 1.0 [muness]
README.textile

Smoke Signals

Description

A plugin for CruiseControl.rb offering the following features:

  • Sends notifications to a Campfire room with the build status (success, failure, fixed) along with a URL to the build.
  • Detects and sends notifications of Subversion failures.
  • Supports different rooms per project.

Install

Download smoke_signals via git (git clone git://github.com/relevance/smoke_signals.git) or as a tarball (http://github.com/relevance/smoke_signals/tarball/master). Then, on your cruisecontrol.rb server:

  1. sudo gem install tinder
  2. cp lib/smoke_signals.rb /builder_plugins/installed
  3. cp smoke_signals.yml_sample /config/smoke_signals.yml
  4. edit /config/smoke_signals.yml with your campfire specifics
  5. for project-specific rooms, in your build’s specific cruise_config.rb add the following:
  6. project.smoke_signals.room_name = “Room name” # replace Room name
  7. restart CruiseControl.rb

URLS

  • “Home page”: http://opensource.thinkrelevance.com/wiki/smoke_signals
  • “git master”: git://github.com/relevance/smoke_signals.git
  • CC.rb plugins documentation

LICENSE

Copyright© 2007-8 Relevance Inc. (Forked from http://rubyforge.org/projects/campfire-ccrb/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.