I've just upgraded to rails 3.1, and am getting a warning during
deploy regarding the old rails 3.0 public directories not existing.
Any ideas ?

  * executing `deploy:finalize_update'
  * executing "chmod -R g+w /home/.../releases/20110809145825"
    servers: ["..."]
    [...] executing command
    command finished in 513ms
  * executing "rm -rf /home/.../releases/20110809145825/log /home/.../
releases/20110809145825/public/system /home/.../releases/
20110809145825/tmp/pids &&\\\n      mkdir -p /home/.../releases/
20110809145825/public &&\\\n      mkdir -p /home/.../releases/
20110809145825/tmp &&\\\n      ln -s /home/.../shared/log /home/.../
releases/20110809145825/log &&\\\n      ln -s /home/.../shared/system /
home/.../releases/20110809145825/public/system &&\\\n      ln -s /
home/.../shared/pids /home/.../releases/20110809145825/tmp/pids"
    servers: ["..."]
    [...] executing command
    command finished in 1409ms
  * executing "find /home/.../releases/20110809145825/public/images /
home/.../releases/20110809145825/public/stylesheets /home/.../releases/
20110809145825/public/javascripts -exec touch -t 201108091459.21 {}
';'; true"
    servers: ["..."]
    [...] executing command
 ** [out :: ...] find: /home/.../releases/20110809145825/public/images
 ** [out :: ...] : No such file or directory
 ** [out :: ...] find: /home/.../releases/20110809145825/public/
stylesheets: No such file or directory
 ** [out :: ...] find: /home/.../releases/20110809145825/public/
javascripts: No such file or directory
    command finished in 655ms

-- 
* 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

Reply via email to