view examples/github.ini @ 17:734d26329c82

from http://k0s.org/hg/config/file/c328382f68ff/python/actions.py
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 29 Jul 2013 22:14:44 -0700
parents 75e651ddd631
children
line wrap: on
line source

[:state:]
# global state for whole workflow
directory = .
master = http://github.com/mozautomation/mozmill
origin = http://github.com/k0s/mozmill

[uninitialized -> clean]
transition = git clone %(master)s 
             git fetch %(master)s

[clean -> feature]
transition = git branch bug-%(bug)s
             git checkout bug-%(bug)s