Hello everybody, this is my first post here :) My environment: $ ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] $ cap --version Capistrano v2.5.9 I'm on macosx 10.6.1.
I'd like to avoid using the "set_dir" and "set_path" trick for each command. I needed "set_path" because on :my_dest_host, "hg" is not in the usual PATH and run fails. The capfile I'm working on: http://pastie.org/693503 The capfile I'd like to use instead: http://pastie.org/693504 Is there something like this available? Maurizio -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
