1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

7 commits

Author SHA1 Message Date
Jamis Buck
468cc8682c Added support for :on_error => :continue in task definitions, allowing tasks to effectively ignore connection and execution errors that occur as they run
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7145 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-28 03:14:37 +00:00
Jamis Buck
bf8ef69588 Make the UploadError exception include an array of the hosts that failed
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6966 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-08 03:30:40 +00:00
Jamis Buck
9047a756fe Make the server definition itself available to SSH channels, rather that just the host name. Identify servers by their complete credentials in logs, rather than simply by hostname.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6706 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-09 04:45:54 +00:00
Jamis Buck
7748dedecd Make sure the :done flag is reset each time
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6398 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-13 03:11:36 +00:00
Jamis Buck
b5daf9f58b refactor capistrano errors into a single module, with a single superclass. Add #invoke helper action for programmatically selecting between run and sudo. Refactor the #stream and #capture helper actions.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6289 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-02 21:33:27 +00:00
Jamis Buck
472431004c start refactoring the task helper actions
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6288 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-02 17:15:11 +00:00
Jamis Buck
acdd65f213 rename the Transfer class to Upload, and add tests
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6274 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-01 17:52:28 +00:00