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
** [out] Initialized empty Git repository in /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy/.git/
** [err] Switched to a new branch "deploy"
command finished
copying the cached version to /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926
* executing "cp -RPp /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926 && (echo 04b6454594dcbdb07a824f49b9222a05dcc7a196 > /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/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/20080129132926"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
* executing "rm -rf /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/log /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/public/system /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/tmp/pids &&\n mkdir -p /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/public &&\n mkdir -p /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/tmp &&\n ln -s /home/anil/public_html/notetaker.icanhasruby.com/shared/log /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/log &&\n ln -s /home/anil/public_html/notetaker.icanhasruby.com/shared/system /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/public/system &&\n ln -s /home/anil/public_html/notetaker.icanhasruby.com/shared/pids /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/tmp/pids"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
* executing "find /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/public/images /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/public/stylesheets /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926/public/javascripts -exec touch -t 200801291329.28 {} ';'; 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/20080129132926 /u/apps/notetaker.icanhasruby.com/current"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
*** [err :: notetaker.icanhasruby.com] ln:
*** [err :: notetaker.icanhasruby.com] creating symbolic link `/u/apps/notetaker.icanhasruby.com/current' to `/home/anil/public_html/notetaker.icanhasruby.com/releases/20080129132926'
*** [err :: notetaker.icanhasruby.com] : No such file or directory
*** [err :: notetaker.icanhasruby.com]
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/20080129132926; 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/20080129132926 /u/apps/notetaker.icanhasruby.com/current" failed on notetaker.icanhasruby.com
anil-wadghules-computer:~/code/rails/notetaker anilwadghule$
|