[Fab-user] put() issue

2009-06-15 Thread Steve Steiner (listsin)
Last night, way past my bedtime, I was trying to copy a file up using put(). -- [xxx.xxx.xxx.xxx] put: ./filename - /root/.ssh/filename Fatal error: put() encountered an exception while uploading './filename' Underlying exception message: No such file Aborting.

[Fab-user] How is config file merged into environment?

2009-06-26 Thread Steve Steiner (listsin)
I'm wanting to move my hosts off into config files so that I can apply the same sets of commands in my fabfile to different hosts by switching config files instead of editing fabric.py. I have a simple test fabfile.py: # fabfile.py # from fabric.api import env, run, sudo from

Re: [Fab-user] How important is making fabric parallel to everyone else?

2009-07-17 Thread Steve Steiner (listsin)
On Jul 17, 2009, at 2:55 PM, Timothee Besset wrote: Yes we would certainly have some interest in a parallel version. I would be interested as well. S ___ Fab-user mailing list Fab-user@nongnu.org

Re: [Fab-user] code.fabfile.org up and running

2009-07-24 Thread Steve Steiner (listsin)
On Jul 24, 2009, at 9:10 PM, Jeff Forcier wrote: Hi folks, Just a quick announcement that we now have a ticket tracker, plus yet another way to view the Git repository online (on top of git.fabfile.org and Github): http://code.fabfile.org/ Jeff, I created a user and logged in, but I'm

Re: [Fab-user] code.fabfile.org up and running

2009-07-24 Thread Steve Steiner (listsin)
Sorry, just found it. Had to hit refresh in the browser after I had verified my user. Sorry for the line-noise. S On Jul 24, 2009, at 10:20 PM, Steve Steiner (listsin) wrote: On Jul 24, 2009, at 9:10 PM, Jeff Forcier wrote: Hi folks, Just a quick announcement that we now have a ticket

Re: [Fab-user] status of occasional droped lines of output bug 32

2009-08-07 Thread Steve Steiner (listsin)
On Aug 6, 2009, at 10:36 PM, Carl Zmola wrote: I have reproduced this at home and at work. Apparently, someone has a 100% reproducible case on his local machine. My Spidey sense is tickled in three areas. 1 Non-flushing on the remote side 2 Manglement on the receiving side

Re: [Fab-user] running tests

2009-09-24 Thread Steve Steiner (listsin)
On Sep 24, 2009, at 10:00 PM, Jeff Forcier wrote: Still thinking it's a problem with 10.6 or its Python (or your nosetests install.) You're using the builtin Python? How'd you install nose and the other packages, via easy_install? Are you using virtualenv? I've had *major* problems where

Re: [Fab-user] Any interest in extension to support getting things from source control?

2009-10-09 Thread Steve Steiner (listsin)
On Oct 6, 2009, at 10:58 PM, Jeremy Katz wrote: While it's not that hard to just run the commands for source control systems from within a fabfile, is there any interest in having some actual support for pulling files from source control? I'm looking at using fabric for some deployment tasks