Skip to content

Tiny web / IRC application that announces commits for GitLab repositories via IRC.

License

Notifications You must be signed in to change notification settings

nTraum/gitlab-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-irc

Build Status Dependency Status

Tiny web / IRC application that announces commits for GitLab repositories via IRC. Built with Sinatra and cinch. Uses GitLab's web hooks, no voodoo required.

Example message:

[gitlab-irc(master)] nTraum | initial commit | http:https://goo.gl/yYTGcM

Requirements

  • Redis (already installed if you run it on the same host as GitLab)
  • Ruby 1.9.3 or newer (JRuby / Rubinius will do the job as well)
  • (tmux / screen / nohup)

Installation & Usage

  1. Clone the repository: git clone https://github.com/nTraum/gitlab-irc.git
  2. Install required gems: cd gitlab-irc; gem install bundler; bundle
  3. Edit config/config.yml to your needs (e.g. IRC channel and server)
  4. Start the app: foreman start in a tmux / screen shell
  5. Add a web hook pointing to the app: http:https://localhost:4567/commit (host / port may differ, depending on your configuration)

License

gitlab-irc is released under the MIT License.

About

Tiny web / IRC application that announces commits for GitLab repositories via IRC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages