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 (
| name | age | message | |
|---|---|---|---|
| |
README.txt | Mon Oct 02 17:14:36 -0700 2006 | [dhh] |
| |
lib/ | Mon Oct 02 17:14:36 -0700 2006 | [dhh] |
| |
tasks/ | Tue Oct 10 11:38:04 -0700 2006 | [dhh] |
README.txt
Continuous Builder ================= Continuous integration made trivial. Subversion post-commit hook for email: DEVELOPERS=david@loudthinking.com BUILDER="'Continuous Builder' <cb@37signals.com>" cd /u/apps/your/app && /usr/local/bin/rake -t test_latest_revision NAME=YourApp RECIPIENTS="$DEVELOPERS" SENDER="$BUILDER" & cd /u/apps/another/app && /usr/local/bin/rake -t test_latest_revision NAME=AnotherApp RECIPIENTS="$DEVELOPERS" SENDER="$BUILDER" & Subversion post-commit hook for Campfire: CAMPFIRE_URL = 'https://username:password@domain.campfirenow.com/rooms/1234' CHANGESET_URL = 'https://dev.example.com/trac/changeset/' cd /u/apps/your/app && /usr/local/bin/rake -t test_latest_revision NAME=YourApp CAMPFIRE_URL="$CAMPFIRE_URL" CHANGESET_URL="$CHANGESET_URL" & cd /u/apps/another/app && /usr/local/bin/rake -t test_latest_revision NAME=AnotherApp CAMPFIRE_URL="$CAMPFIRE_URL" CHANGESET_URL="$CHANGESET_URL" &





