comparison examples/github.ini @ 10:75e651ddd631

okay, now i am actually speccing
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 20 Apr 2013 14:50:48 -0700
parents
children
comparison
equal deleted inserted replaced
9:3e614fdfad39 10:75e651ddd631
1 [:state:]
2 # global state for whole workflow
3 directory = .
4 master = http://github.com/mozautomation/mozmill
5 origin = http://github.com/k0s/mozmill
6
7 [uninitialized -> clean]
8 transition = git clone %(master)s
9 git fetch %(master)s
10
11 [clean -> feature]
12 transition = git branch bug-%(bug)s
13 git checkout bug-%(bug)s