02:20
IncredibleHink joined
03:02
<jereme>
is there a simple method to make capistrano stop with the chmod -R g+w stuff?
03:02
<jereme>
I'd rather not overwrite the whole update_code task
03:15
<jereme>
set :group_writeable, false
03:15
<jereme>
will stop the chmod -R g+w in finalize_update
05:03
raldred_away joined
05:49
<sunkencity>
i just want deploy to sync the files to servers with role app, how can I do that?
06:11
<sunkencity>
:no_release => true saves the day
08:54
petercoulton joined
09:25
petercoulton joined
14:22
<agib>
does anyone like the idea of having an interactive cucumber shell?
23:24
obiwan_chinobi joined
23:24
<obiwan_chinobi>
can someone please help me change my cap deploy so the link to the current release is pointing to a sub-folder within that release?
23:25
<obiwan_chinobi>
currently the link is current -> /home/folder/project/releases/20090509030458
23:25
<obiwan_chinobi>
i would like to change the link to be current -> /home/folder/project/releases/20090509030458/public
23:25
<obiwan_chinobi>
how do I automate this in my cap deployment file?