Skip to content

Instantly share code, notes, and snippets.

@aleszoulek
Created November 24, 2010 23:21
Show Gist options
  • Save aleszoulek/714621 to your computer and use it in GitHub Desktop.
Save aleszoulek/714621 to your computer and use it in GitHub Desktop.
{
'sources':
[
{
'name': 'bb1',
'url': 'http:///..../json',
'protocol': 'json',
},
{
'name': 'bb2',
'url': 'http:///buildbot.djangocode.com/xmlrpc',
'protocol': 'xmlrpc',
'ignored_builders': ['builderX'],
},
...
],
'groups':
[
['bb1:builderA', 'bb1:builderB'],
['bb2:*]
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment