This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Peter Bengtsson (author)
Thu Jan 15 05:50:33 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Nov 22 04:48:53 -0800 2008 | |
| |
README | Sat Nov 22 04:48:53 -0800 2008 | |
| |
localbuilder.py | Fri Jan 16 04:03:42 -0800 2009 | |
| |
test_localbuilder.py | Mon Oct 27 07:11:37 -0700 2008 |
README
Localbuilder is a simple solution to local Continuous Integration as well as being useful for a few other common tasks during development. It's written in Python but could be used on projects using any language. ./localbuilder --path /path/to/watch --command /command/to/execute You can also specify the time between checks with the --period option. This defaults to 60 seconds. Basic usage involves setting it to watch your working project folder. Whenever you make changes to any of the files, localbuilder will execute the specified command. Personally I use this mainly to execute a unit test suite whenever I make changes to a project.







