Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7857

Show
Ignore:
Timestamp:
10/13/07 14:10:32 (11 months ago)
Author:
minam
Message:

don't run the upgrade:revisions task on non-release servers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r7696 r7857  
    11*SVN* 
     2 
     3* Don't run the upgrade:revisions task on non-release servers [Jamis Buck] 
    24 
    35* Fix cap shell to properly recognize sudo prompt [Mark Imbriaco, barnaby, Jamis Buck] 
  • tools/capistrano/lib/capistrano/recipes/upgrade.rb

    r6495 r7857  
    1111    run any number of times. 
    1212  DESC 
    13   task :revisions do 
     13  task :revisions, :except => { :no_release => true } do 
    1414    revisions = capture("cat #{deploy_to}/revisions.log") 
    1515