diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/github.ini	Sat Apr 20 14:50:48 2013 -0700
@@ -0,0 +1,13 @@
+[: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
\ No newline at end of file