Changeset 7857
- Timestamp:
- 10/13/07 14:10:32 (11 months ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/recipes/upgrade.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r7696 r7857 1 1 *SVN* 2 3 * Don't run the upgrade:revisions task on non-release servers [Jamis Buck] 2 4 3 5 * Fix cap shell to properly recognize sudo prompt [Mark Imbriaco, barnaby, Jamis Buck] tools/capistrano/lib/capistrano/recipes/upgrade.rb
r6495 r7857 11 11 run any number of times. 12 12 DESC 13 task :revisions do13 task :revisions, :except => { :no_release => true } do 14 14 revisions = capture("cat #{deploy_to}/revisions.log") 15 15