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 (
commit a7d77567cbc012e44ed752c34cdd9381ef54d173
tree d86c6e8b9dd163acc6f65a3d1ff866079cf6fada
parent e28aa3b9131cdad6ecdac4e189edb20b354544ff
tree d86c6e8b9dd163acc6f65a3d1ff866079cf6fada
parent e28aa3b9131cdad6ecdac4e189edb20b354544ff
| name | age | message | |
|---|---|---|---|
| |
README | Fri Apr 11 02:03:42 -0700 2008 | [scoop] |
| |
example/ | Mon Jun 23 11:06:21 -0700 2008 | [scoop] |
| |
recipes/ | Thu Jul 03 09:52:16 -0700 2008 | [scoop] |
| |
vendor/ | Fri Apr 04 14:32:03 -0700 2008 | [scoop] |
README
basecamp_notify =============== A super-simple Capistrano recipe that hooks into your deploy process and posts new messages to your project's Basecamp account on each deploy, containing the abbreviated commit logs of each commit between the last deploy and the current deploy. INSTALLATION: * Stick it in yourapp/vendor/plugins/basecamp_notify * Copy the example configuration containing your sensible Basecamp login data from examples/basecamp.yml into config/basecamp.yml and adjust the contents. (And ignore it via .gitignore) KNOWN ISSUES: * Only works with git and subversion. * You might have to fork to customize the look-and-feel of the posted messages * No error checking, really. Although the Subversion part falls back to a standard `svn log` if the XML parsing fails CREDITS: * The Basecamp API Wrapper by 37 Signals (bundled in vendor/): http://developer.37signals.com/basecamp/basecamp.rb * Inspiration: http://www.37signals.com/svn/posts/951-using-basecamp-to-automatically-keep-track-of-product-releases




