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

8 commits

Author SHA1 Message Date
Jamis Buck
7b2458ec46 Invoke all commands via sh (customizable via :default_shell)
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6947 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-05 16:10:01 +00:00
Jamis Buck
e581f83310 Add :default_environment variable, which is applied to every command
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-01 02:56:42 +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
f2ae562833 Uniquely identify servers based on hostname, port, and username, instead of merely on hostname
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6704 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-09 04:02:50 +00:00
Jamis Buck
f7cd2a1836 and commit the test for that, too
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6503 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-05 05:19:54 +00:00
Jamis Buck
bdef53cbfd Refactored CLI stuff. Improved help system.
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6313 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-04 18:19:26 +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