Can you refresh my memory? What is the bug that is manifesting?

- Jamis

On May 6, 2008, at 4:38 PM, matthooks wrote:

>
> This is still present in 2.3. I fixed the bug by overloading the
> "deploy:stop" task in my deploy.rb file:
>
> namespace :deploy do
>  task :stop, :roles => :app do
>    # try_sudo "if [ -f #{current_path}/tmp/pids/
> dispatch.spawner.pid ]; then #{current_path}/script/process/reaper -a
> kill -r dispatch.spawner.pid; fi"
>    try_sudo "#{current_path}/script/process/reaper -a kill"
>  end
> end
>
> On Apr 9, 7:11 pm, toddthomas <[EMAIL PROTECTED]> wrote:
>> On Apr 2, 11:08 pm, Tim Carey-Smith <[EMAIL PROTECTED]> wrote:
>>
>>> Should this be fixed in the main codebase?
>> [...]
>>> Maybe a ticket should be filed.
>>
>> I am having this problem too. I did not see the fix in git, and I
>> don't see a ticket logged in lighthouse. Is this going to be fixed
>> some other way? Should I log a ticket?
> >


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to