Re: Alternative to fabric

2014-11-17 Thread Andreas Kuhne
Thanks all for your answers. I have been looking for alternatives today, and all I have seen have not been python 3 compatible. What I can see however is that fabric (using a separate python 2 environment) or ansible both only use ssh and should not require installing anything on the servers. I

Re: Alternative to fabric

2014-11-17 Thread Matt Gushee
Hi-- On Mon, Nov 17, 2014 at 12:27 PM, René Fleschenberg wrote: > On Monday 17 November 2014 17:42:22 Brad Pitcher wrote: >> I agree Ansible is a good fit for your situation. Since Ansible works from >> yaml files, you don't have to write any Python 2.x compatible code as

Re: Alternative to fabric

2014-11-17 Thread Ezequiel Bertti
Ansible +1 On Mon, Nov 17, 2014 at 5:27 PM, René Fleschenberg wrote: > Hi, > > On Monday 17 November 2014 17:42:22 Brad Pitcher wrote: > > I agree Ansible is a good fit for your situation. Since Ansible works > from > > yaml files, you don't have to write any Python 2.x

Re: Alternative to fabric

2014-11-17 Thread René Fleschenberg
Hi, On Monday 17 November 2014 17:42:22 Brad Pitcher wrote: > I agree Ansible is a good fit for your situation. Since Ansible works from > yaml files, you don't have to write any Python 2.x compatible code as you > would with Fabric. I agree that Ansible is a nice tool, but AFAIK, it is not

Re: Alternative to fabric

2014-11-17 Thread Brad Pitcher
ough all of the problems with using python 3 (migrated >> some plugins ourselves, other plugins were updated during the course of the >> project). The only problem we have left is a good deployment plugin, so >> that we easily can deploy new versions of our site. >> >&

Re: Alternative to fabric

2014-11-17 Thread Brian Schott
>> on Django 1.6 and Python 3. >> >> We have worked through all of the problems with using python 3 (migrated >> some plugins ourselves, other plugins were updated during the course of the >> project). The only problem we have left is a good deployment plugin, so that >>

Re: Alternative to fabric

2014-11-17 Thread Cal Leeming [iops.io]
t work with python 3. So I was > wondering if anyone has any python 3 compatible fabric alternative that > they are using? > > Regards, > > Andréas > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: Alternative to fabric

2014-11-17 Thread Andreas Kuhne
m we have left is a good deployment plugin, so > > that we easily can deploy new versions of our site. > > > > We previously used fabric, but that doesn't work with python 3. So I was > > wondering if anyone has any python 3 compatible fabric alternative that > > they

Re: Alternative to fabric

2014-11-17 Thread René Fleschenberg
ted during the course of the > project). The only problem we have left is a good deployment plugin, so > that we easily can deploy new versions of our site. > > We previously used fabric, but that doesn't work with python 3. So I was > wondering if anyone has any python 3 compatible fabr

Alternative to fabric

2014-11-17 Thread Andreas Kuhne
left is a good deployment plugin, so that we easily can deploy new versions of our site. We previously used fabric, but that doesn't work with python 3. So I was wondering if anyone has any python 3 compatible fabric alternative that they are using? Regards, Andréas -- You received this message