[Capistrano] Re: Deploying using Capistrano and Git

2007-02-05 Thread Pedro CĂ´rte-Real
On 2/4/07, Jamis Buck <[EMAIL PROTECTED]> wrote: > I'd love to see a patch that extends Capistrano to work with git. > Incidentally, I'm also working on a new major revision of Capistrano, > and am working with other maintainers of the SCM modules in > Capistrano to make sure the new implementatio

[Capistrano] Re: Using Capistrano for Non Rails SYS/DBA admin type tasks.

2007-02-05 Thread Amr Malik
Thanks for your response Charles! Your explanation clears up a couple of things that were confusing me. I guess I can just have a plain rails install so that Capistrano doesn't complain too much and then just use sudo and run for bulk of the sysadmin tasks. I think the core capistrano with so

[Capistrano] Re: Using Capistrano for Non Rails SYS/DBA admin type tasks.

2007-02-05 Thread Charles Brian Quinn
On 2/5/07, Amr Malik <[EMAIL PROTECTED]> wrote: > I have seen the slingshot rails-stack setup script ( > http://svn.highgroove.com:8080/deployment/trunk/) , but I'm not sure > if can pick and choose and just use the capistrano parts which let me > do remote-ssh'ing with the local ruby-scripting-g

[Capistrano] Using Capistrano for Non Rails SYS/DBA admin type tasks.

2007-02-05 Thread Amr Malik
Hello, This is a completely non-rails related question. For my current client, I have to refresh oracle databases from production source systems. Usually I just ssh in and ftp the exports and run a stack of shell scripts I have one by one. The "deployment" (or refresh, to be exact) scenario is a

[Capistrano] Re: Update failing on Mac OSX

2007-02-05 Thread Erik Kastner
perfered is to edit your shell's startup scripts (.bash_login, .bash_profile, .profile, etc) to get them in your path AHEAD of /usr/bin and others. On 2/5/07, CK <[EMAIL PROTECTED]> wrote: > > > I found (and fixed) the problem on my end. And I have to admit it was > *not* related to date. If I h

[Capistrano] Re: Update failing on Mac OSX

2007-02-05 Thread CK
I found (and fixed) the problem on my end. And I have to admit it was *not* related to date. If I had looked further up I would have seen the following clear error message: ** [out :: app] bash: line 2: svn: command not found The problem was related to the path configuration. To be more specif

[Capistrano] Re: Update failing on Mac OSX

2007-02-05 Thread CK
To add more to the confusion, I tried the same on my trusty MacMini running Mac OS 10.4 too, and it works fine! Since I have a system that show that behavior (and ones that does not :)), I'll try to investigate further. Any suggestions what to look for is greatly appreciated. On Feb 5, 10:07 a

[Capistrano] Re: Limit the list of servers when running a remote command

2007-02-05 Thread Mathieu Lajugie
Thanks Jamis. No problem for the delay, I'm very happy to help, if just with a little patch. --mathieul On Feb 3, 2007, at 6:38 PM, Jamis Buck wrote: > > Mathieu, > > This has been applied. I apologize for not getting it in before > releasing 1.4.0--I'll collect a few more patches and do 1.4

[Capistrano] Re: Update failing on Mac OSX

2007-02-05 Thread Jamis Buck
Very interesting. I'm afraid I don't have an OS X Server instance to play with, so I can't duplicate this. Anyone want to try and dig in to figure out what's going on? - Jamis On Feb 5, 2007, at 6:10 AM, CK wrote: > > > I have the same strange thing happening on my system. > > If I run 'cap

[Capistrano] Re: Update failing on Mac OSX

2007-02-05 Thread CK
I have the same strange thing happening on my system. If I run 'cap datetest': task :datetest, :roles => :app do run "echo `date +\"%Y-%m-%d %H:%M:%S\"` $USER 6 20070205130022" end with :app being the (remote) application server (Apple OS X Server 10.4 - Darwin Kernel Version 8.8.4) it works