Re: [Scons-dev] Pull request to automate web-site deployment

2013-07-23 Thread anatoly techtonik
ping? -- anatoly t. On Mon, Jul 22, 2013 at 10:50 AM, anatoly techtonik wrote: > Hi, > > I've added Fabric's fabfile.py to make site updates easier. Now to bring up > remote copy of site up to date with scons-website repository you just need > to install Fabric and type: > > fab update > > For

Re: [Scons-dev] Pull request to automate web-site deployment

2013-07-23 Thread Gary Oberbrunner
Sorry, don't have much time right now -- I have no problem in principle with this but I've never heard of Fabric so I'd want to at least learn a little about it before introducing it as a website dependency (would it even depend on Fabric or would that just make updates easier?) Anyone else know F

Re: [Scons-dev] Pull request to automate web-site deployment

2013-07-23 Thread anatoly techtonik
Fabric is just an automation tool. It does everything you do manually, just faster. I've configured it so that `fab update` is equal to login, cd, run `hg up` in web site directory + some sugar coating like aborting if remote copy is not clean. It is not a dependency. Not yet. Official manual guid

Re: [Scons-dev] Pull request to automate web-site deployment

2013-07-23 Thread Dirk Bächle
Hi there, On 23.07.2013 21:47, Gary Oberbrunner wrote: [...] Anyone else know Fabric and care to chime in? I haven't used Fabric either, yet. As long as its usage is optional, I don't mind. Just my 2 cents. Regards, Dirk ___ Scons-dev mailing