public
Description: Fabric: Simple pythonic deployment (repository mirror of nongnu.org)
Homepage: http://www.nongnu.org/fab/
Clone URL: git://github.com/karmazilla/fabric.git
Spelling.
karmazilla (author)
Sat Feb 16 05:58:52 -0800 2008
commit  50754eff7994af073a87b87840485539434105a5
tree    d8fb80d0b1aec88b53af4f1dd0fa7ce65c2ef738
parent  da84c94a8955a4a9bdeb467d689bbee432ff8f6d
0
...
6
7
8
9
10
 
 
11
12
13
...
6
7
8
 
 
9
10
11
12
13
0
@@ -6,8 +6,8 @@ It is designed to upload files to, and run shell commands on, a number of
0
 servers in parallel or serially. These commands are grouped in tasks (regular
0
 python functions) and specified in a 'fabfile'.
0
 
0
-It is a bit like a dumbed down Capistrano, except it's in Python, dosn't expect
0
-you to be deploying Rails applications, and the 'put' command works.
0
+It is a bit like a dumbed down Capistrano, except it's in Python, doesn't
0
+expect you to be deploying Rails applications, and the 'put' command works.
0
 
0
 Unlike Capistrano, Fabric want's to stay small, light, easy to change and not
0
 bound to any specific framework.

Comments

    No one has commented yet.