index
:
fabric
1.1
1.1.0-docs
1.2
1.3
1.4
203-fudge-upgrade
224-parallel-tests
546-custom-env-sphinx-directive
68-fabfile-generation
master
Simple, Pythonic remote execution and deployment
jforcier
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-13
Ditching the ssh==dev requirement, not worth it
Jeff Forcier
1
-2/+2
2012-02-11
Pin to ssh==dev only if in a git checkout
Jeff Forcier
1
-2/+2
2012-02-11
Switch ssh dev to 1.7.12, fixes #530 for the interim at least
Jeff Forcier
1
-1/+1
2011-11-24
Temporarily bump ssh requirement to ==dev for master docs building
Jeff Forcier
1
-1/+1
2011-10-23
s/paramiko/ssh/g
Jeff Forcier
6
-7/+7
2011-10-23
Clean up / annotate requirements.txt, setup.py
Jeff Forcier
2
-4/+6
2011-09-21
The multiprocessing fix is in Paramiko 1.7.7.1, don't need the fork
Jeff Forcier
1
-4/+1
2011-09-20
Formatting
Jeff Forcier
1
-1/+1
2011-09-16
Initial merge of goosemo's multiprocessing branch
Jeff Forcier
9
-10/+493
2011-07-08
Reflect new Github canonical repository path
Jeff Forcier
3
-5/+5
2011-07-08
Update PyPI readme to reflect new changelog URL
Jeff Forcier
1
-2/+2
2011-04-12
Update PyPI-oriented changelog link re: RTD architecture tweaks
Jeff Forcier
1
-2/+3
2011-03-05
Tweak HTML => ReST, re #262
Jeff Forcier
1
-1/+3
2011-03-03
Simplify how we handle the pip+PyCrypto problem.
Jeff Forcier
2
-19/+23
2011-01-16
Fix double version.
Eric Holscher
1
-1/+1
2011-01-16
Allow pip install fabric==dev to work. Fixes #262.
Eric Holscher
1
-0/+2
2010-09-07
Update setup.py to limit old PyCrypto to 2.5
Jeff Forcier
3
-7/+17
2010-09-06
Update install docs, setup.py re: PyCrypto dep.
Jeff Forcier
2
-49/+71
2010-09-06
Implement #86: remove Paramiko bundle
Jeff Forcier
39
-12271/+1
2010-08-29
Allow you to run fabric tests with setup.py test.
Eric Holscher
2
-0/+5
2010-05-28
Add Python 2.5/2.6 trove classifiers re #145
Jeff Forcier
1
-0/+2
2010-05-28
Implements #95
Jeff Forcier
1
-4/+17
2009-11-08
Clean up version mechanisms to be more readable.
Jeff Forcier
6
-51/+80
2009-10-26
First stab at vendorizing Paramiko 1.7.4
Jeff Forcier
40
-3/+12273
2009-05-25
Minor cleanup to package init and setup.py.
Jeff Forcier
2
-2/+3
2009-05-02
Tweaked setup.py to use find_packages. Thanks to Pat McNerthney.
Jeff Forcier
2
-2/+3
2009-04-28
Set up convenient public API and thus had to move version elsewhere.
Jeff Forcier
5
-21/+33
2009-04-25
Started in with Sphinx in a big way. Totally not done yet but groundwork here.
Jeff Forcier
36
-51/+450
2009-04-18
License switch to BSD; setup.py updated; version bumped to 0.9a0 (e.g. in-dev)
Jeff Forcier
10
-674/+72
2009-03-12
Merge branch 'master' of git://github.com/karmazilla/fabric into magic-removal
Jeff Forcier
4
-13/+33
2009-03-08
Depend on paramiko 1.7 instead of 1.6.
karmazilla
1
-1/+1
2009-02-21
Farther along, option parsing working for some options.
Jeff Forcier
4
-40/+166
2009-02-21
More work on magic-removal. Up through finding fabfile to load.
Jeff Forcier
6
-36/+103
2009-02-16
prepare for 0.1.0 release
Christian Vest Hansen
3
-2/+3
2009-02-10
Fix http://twitter.com/jamis/statuses/1195998491
Christian Vest Hansen
2
-9/+13
2009-01-29
Typo reported by Zack Charter.
karmazilla
1
-1/+1
2009-01-20
fix typo and remove trailing whitespace in description
Dennis Schoen
1
-3/+3
2008-09-03
bump to version 0.0.9
Christian Vest Hansen
1
-1/+1
2008-07-13
try fixing setuptools' stupid install_requires format.
0.0.8
Christian Vest Hansen
1
-1/+1
2008-07-12
Bump up version number so we'ææ be ready for releasing soon.
Christian Vest Hansen
2
-2/+2
2008-07-07
Setuptools uses install_requires instead of requires.
Christian Vest Hansen
1
-1/+1
2008-06-30
Now we're bound to setuptools so it no longer makes sense to check that Impor...
Christian Vest Hansen
1
-4/+1
2008-06-30
Let seuptools automatically generate the 'fab' bootstrap script.
Christian Vest Hansen
3
-55/+30
2008-06-30
Bump to version 0.0.7.
Christian Vest Hansen
2
-2/+2
2008-06-24
Optimistically replace distutils.core with setuptools on Sergey Kirillovs sug...
Christian Vest Hansen
1
-1/+4
2008-06-23
Get ready for releasing 0.0.6.
0.0.6
Christian Vest Hansen
2
-14/+13
2008-01-13
Post 0.0.1 release: we are no longer pre-alpha.
Christian Vest Hansen
2
-2/+2
2008-01-12
Extend setup.py with classifiers and a long_description.
Christian Vest Hansen
1
-2/+27
2008-01-10
Distutils improvements.
Christian Vest Hansen
3
-53/+62
2008-01-09
Rename fab to fab.py to better accomodate conventions in distutils.
Christian Vest Hansen
2
-3/+1
[next]