Advertisement
demolischa

Cap Terminal Output

Sep 14th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. Mischas-MacBook-Air:deploy demolischa$ cap deploy:setup
  2. triggering load callbacks
  3. * executing `staging'
  4. triggering start callbacks for `deploy:setup'
  5. * executing `multistage:ensure'
  6. * executing `deploy:setup'
  7. * executing "mkdir -p public_html/staging.exposecreative.org public_html/staging.exposecreative.org/releases public_html/staging.exposecreative.org/shared && chmod g+w public_html/staging.exposecreative.org public_html/staging.exposecreative.org/releases public_html/staging.exposecreative.org/shared"
  8. servers: ["exposecreative.com"]
  9. [exposecreative.com] executing command
  10. command finished in 968ms
  11. Mischas-MacBook-Air:deploy demolischa$ cap deploy
  12. triggering load callbacks
  13. * executing `staging'
  14. triggering start callbacks for `deploy'
  15. * executing `multistage:ensure'
  16. * executing `deploy'
  17. triggering before callbacks for `deploy'
  18. * executing `git:submodule_tags'
  19. * executing "if [ -d public_html/staging.exposecreative.org/shared/cached-copy/ ]; then cd public_html/staging.exposecreative.org/shared/cached-copy/ && git submodule foreach --recursive git fetch origin --tags; fi"
  20. servers: ["exposecreative.com"]
  21. [exposecreative.com] executing command
  22. command finished in 1198ms
  23. * executing `deploy:update'
  24. ** transaction: start
  25. * executing `deploy:update_code'
  26. updating the cached checkout on all servers
  27. executing locally: "git ls-remote git@bitbucket.org:demolischa/exposecreative.org.git HEAD"
  28. * executing "if [ -d public_html/staging.exposecreative.org/shared/cached-copy ]; then cd public_html/staging.exposecreative.org/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard fcc01498fc94ff44333a4d4e6e64db805fe1ef32 && git submodule -q init && for mod in `git submodule status | awk '{ print $2 }'`; do git config -f .git/config submodule.${mod}.url `git config -f .gitmodules --get submodule.${mod}.url` && echo Synced $mod; done && git submodule -q sync && export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ] && echo --recursive) && git submodule -q update --init $GIT_RECURSIVE && git clean -q -d -x -f; else git clone -q git@bitbucket.org:demolischa/exposecreative.org.git public_html/staging.exposecreative.org/shared/cached-copy && cd public_html/staging.exposecreative.org/shared/cached-copy && git checkout -q -b deploy fcc01498fc94ff44333a4d4e6e64db805fe1ef32 && git submodule -q init && git submodule -q sync && export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ] && echo --recursive) && git submodule -q update --init $GIT_RECURSIVE; fi"
  29. servers: ["exposecreative.com"]
  30. [exposecreative.com] executing command
  31. command finished in 15746ms
  32. copying the cached version to public_html/staging.exposecreative.org/releases/20120913092111
  33. * executing "rsync -lrpt --exclude=\".git\" --exclude=\".gitmodules\" --exclude=\".DS_Store\" --exclude=\".gitignore\" public_html/staging.exposecreative.org/shared/cached-copy/ public_html/staging.exposecreative.org/releases/20120913092111 && (echo fcc01498fc94ff44333a4d4e6e64db805fe1ef32 > public_html/staging.exposecreative.org/releases/20120913092111/REVISION)"
  34. servers: ["exposecreative.com"]
  35. [exposecreative.com] executing command
  36. command finished in 825ms
  37. * executing `deploy:finalize_update'
  38. * executing "chmod -R g+w public_html/staging.exposecreative.org/releases/20120913092111"
  39. servers: ["exposecreative.com"]
  40. [exposecreative.com] executing command
  41. command finished in 521ms
  42. triggering after callbacks for `deploy:update_code'
  43. * executing `shared:make_shared_dir'
  44. * executing "if [ ! -d public_html/staging.exposecreative.org/shared/files ]; then mkdir public_html/staging.exposecreative.org/shared/files; fi"
  45. servers: ["exposecreative.com"]
  46. [exposecreative.com] executing command
  47. command finished in 511ms
  48. * executing `shared:make_symlinks'
  49. * executing "if [ ! -h public_html/staging.exposecreative.org/releases/20120913092111/shared ]; then ln -s public_html/staging.exposecreative.org/shared/files/ public_html/staging.exposecreative.org/releases/20120913092111/shared; fi"
  50. servers: ["exposecreative.com"]
  51. [exposecreative.com] executing command
  52. command finished in 528ms
  53. * executing "for p in `find -L public_html/staging.exposecreative.org/releases/20120913092111 -type l`; do t=`readlink $p | grep -o 'shared/.*$'`; sudo mkdir -p public_html/staging.exposecreative.org/releases/20120913092111/$t; sudo chown www-data:www-data public_html/staging.exposecreative.org/releases/20120913092111/$t; done"
  54. servers: ["exposecreative.com"]
  55. [exposecreative.com] executing command
  56. ** [out :: exposecreative.com] [sudo] password for exposecr:
  57. ** [out :: exposecreative.com]
  58. ** [out :: exposecreative.com] [sudo] password for exposecr:
  59. ** [out :: exposecreative.com]
  60. ** [out :: exposecreative.com] [sudo] password for exposecr:
  61. ** [out :: exposecreative.com]
  62. ** [out :: exposecreative.com] [sudo] password for exposecr:
  63. ** [out :: exposecreative.com]
  64. command finished in 1200612ms
  65. *** [deploy:update_code] rolling back
  66. * executing "rm -rf public_html/staging.exposecreative.org/releases/20120913092111; true"
  67. servers: ["exposecreative.com"]
  68. [exposecreative.com] executing command
  69. command finished in 1013ms
  70. failed: "sh -c 'for p in `find -L public_html/staging.exposecreative.org/releases/20120913092111 -type l`; do t=`readlink $p | grep -o '\\''shared/.*$'\\''`; sudo mkdir -p public_html/staging.exposecreative.org/releases/20120913092111/$t; sudo chown www-data:www-data public_html/staging.exposecreative.org/releases/20120913092111/$t; done'" on exposecreative.com
  71. Mischas-MacBook-Air:deploy demolischa$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement