caching - Capistrano error with successfully copied files -
i'm using capistrano deploy application uses theme_support plugin, , added method in deployment recipe automatically generate theme cache during deploy. when deploy application theme files copied/cached correctly, capistrano reports error:
... *** [err :: servername] cp -r /var/www/app/releases/20110218172542/themes/17/images /var/www/app/releases/20110218172542/public/themes/17/images *** [err :: servername] cp -r /var/www/app/releases/20110218172542/themes/17/stylesheets /var/www/app/releases/20110218172542/public/themes/17/stylesheets *** [err :: servername] cp -r /var/www/app/releases/20110218172542/themes/17/javascript /var/www/app/releases/20110218172542/public/themes/17/javascript *** [err :: servername] cp -r /var/www/app/releases/20110218172542/themes/55/images /var/www/app/releases/20110218172542/public/themes/55/images ...
as far can tell, copy command successful, , running rake task manually (or copy commands manually) works without error. idea why capistrano reporting lines err
?
edit: see accepted answer below reason. filed bugs against ruby , theme_support, resolved in future.
patrick reagan says, "all lines mean output being returned on stderr (as opposed stdout)" @ http://groups.google.com/group/capistrano/browse_thread/thread/64e95a26af3035cd.
@jrdioko, know read answer there, i'm posting here, too.
Comments
Post a Comment