Wrap text
|
|
anil-wadghules-computer:~/code/rails/notetaker anilwadghule$ cap deploy:cold
* executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
* executing "if [ -d /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy ]; then cd /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && git fetch origin && git merge origin/HEAD; else git clone anil@icanhasruby.com:/var/git/notetaker /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && cd /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && git checkout -b deploy HEAD; fi"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
** [err] * refs/remotes/origin/master: fast forward to branch 'master' of anil@icanhasruby.com:/var/git/notetaker
** old..new: c82f735..c2e5918
** [out] Updating c82f735..c2e5918
** [out] Fast forward
** [err]
** [out] config/deploy.rb | 2 +-
** 1 files changed, 1 insertions(+), 1 deletions(-)
command finished
copying the cached version to /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901
* executing "cp -RPp /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901 && (echo c2e5918a1290830c1228379791cf59d47a7adc5f > /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/REVISION)"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
* executing `deploy:finalize_update'
* executing "chmod -R g+w /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
* executing "rm -rf /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/log /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/public/system /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/tmp/pids &&\n mkdir -p /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/public &&\n mkdir -p /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/tmp &&\n ln -s /home/anil/public_html/notetaker.icanhasruby.com/shared/log /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/log &&\n ln -s /home/anil/public_html/notetaker.icanhasruby.com/shared/system /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/public/system &&\n ln -s /home/anil/public_html/notetaker.icanhasruby.com/shared/pids /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/tmp/pids"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
* executing "find /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/public/images /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/public/stylesheets /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901/public/javascripts -exec touch -t 200801291439.04 {} ';'; true"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
* executing `deploy:symlink'
* executing "rm -f /u/apps/notetaker.icanhasruby.com/current && ln -s /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901 /u/apps/notetaker.icanhasruby.com/current"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
*** [err :: notetaker.icanhasruby.com] ln: creating symbolic link `/u/apps/notetaker.icanhasruby.com/current' to `/home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901'
*** [err :: notetaker.icanhasruby.com] : No such file or directory
command finished
*** [deploy:symlink] rolling back
* executing "ls -x /home/anil/public_html/notetaker.icanhasruby.com/releases"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
** [deploy:symlink] exception while rolling back: TypeError, can't convert nil into String
*** [deploy:update_code] rolling back
* executing "rm -rf /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901; true"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
command "rm -f /u/apps/notetaker.icanhasruby.com/current && ln -s /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129143901 /u/apps/notetaker.icanhasruby.com/current" failed on notetaker.icanhasruby.com
anil-wadghules-computer:~/code/rails/notetaker anilwadghule$
|