Thanks, Mike. Capistrano shares trac with Rails, so you can post bug
reports and patches there if you like. (http://dev.rubyonrails.org)
The typo has been fixed, and in fact was even more significant, since
set_permissions should only run :except => { :no_release => true }.
Edge should be stable right now, though--I used it to push an update
to both Basecamp and Backpack last night.
- Jamis
On Jan 24, 2007, at 4:59 AM, Mike Bailey wrote:
>
> Does Capistrano have a trac setup? I've only found the main RoR one.
> Is there someone else I should send bugs?
>
> - Mike
>
> --- lib/capistrano/recipes/standard.rb (revision 6007)
> +++ lib/capistrano/recipes/standard.rb (working copy)
> @@ -66,7 +66,7 @@
> Sets group permissions on checkout. Useful for team environments,
> bad on
> shared hosts. Override this task if you're on a shared host.
> DESC
> -task :set_permissions
> +task :set_permissions do
> run "chmod -R g+w #{release_path}"
> end
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---