public
Description: Terralien client-side goodness
Clone URL: git://github.com/ntalbott/spacesuit.git
Added ssh key forwarding to the default recipe.
ntalbott (author)
Wed Jul 16 12:02:29 -0700 2008
commit  ed3e93f3cc1b38f359ca97df8514a9edb277d3af
tree    04876c7bdc7e91831b100ef4d0917be43177445e
parent  087b6b57892da28ecce29cf5d3a2580f099a291a
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 2.4.3 / 2008-07-16
0
+
0
+* Added ssh key forwarding to the default recipe.
0
+
0
 == 2.4.2 / 2008-07-15
0
 
0
 * Generate backup tasks when running spacesuit
...
1
2
 
3
4
...
1
 
2
3
4
0
@@ -1,3 +1,3 @@
0
 class SpaceSuit
0
- VERSION = '2.4.2'
0
+ VERSION = '2.4.3'
0
 end
0
\ No newline at end of file
...
10
11
12
 
 
13
14
15
...
10
11
12
13
14
15
16
17
0
@@ -10,6 +10,8 @@ set :application, "<%= project %>"
0
 
0
 set :rails_env, "production"
0
 
0
+set :ssh_options, {:forward_agent => true}
0
+
0
 default_run_options[:pty] = true
0
 set :scm, "git"
0
 set :repository, "git@github.com:ntalbott/<%= name %>_<%= project %>.git"

Comments

    No one has commented yet.