about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-06 12:48:51 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-06 12:48:51 -0800
commitc0cf9abb9714b0cebd4c605343bf193ff2fd336d (patch)
treeb49b2f1e91b2fb577d759190c730d39cf739ef12
parentTell Module::Build to be verbose (diff)
downloadjitterbug-c0cf9abb9714b0cebd4c605343bf193ff2fd336d.tar.gz
Docs for builder.pl
Diffstat (limited to '')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index fb56615..7139479 100644
--- a/README
+++ b/README
@@ -31,4 +31,13 @@ on the server that the jitterbug Dancer app is running on, i.e.
 
     http://example.com:3001/hook/
 
-TODO: docs for builder.pl
+Now you must start the builder, which actually clones a new git repo for
+each task (this could be network-intensive) and actually runs the build
+and test commands for each project.
+
+    perl scripts/builder.pl -c config.yml
+
+Now, when you commit to a project that has a Jitterbug post-receive hook,
+the builder check every 30 seconds for a new task and build and test your
+projects!
+