Skip to content

epierre/bbnotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBNotify

Description

Monitors activity of buildbot server.
  1. Displays status icon in tray icon
  2. Notifies on new build completed

Install

pip install -e 'git://github.com/aleszoulek/bbnotify.git#egg=bbnotify'

Usage

Usage: bbnotify.py [options] http://buildboturl/xmlrpc

Options:
  -h, --help            show this help message and exit
  -f, --forward         don't run in background
  -i builder_name, --ignore-builder=builder_name
                        don't display the status of this builder

Using a configuration file

You can save some of your options in the file ~/.bbnotifyrc in the form

[bbnotify]
url=http://buildboturl/xmlrpc
ignore-builders=list of builders to ignore

About

BuildBot notifier in system tray

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%