Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Created July 5, 2010 13:44
Show Gist options
  • Save ashrafuzzaman/464361 to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/464361 to your computer and use it in GitHub Desktop.
./config/../config/../vendor/rails/railties/lib/rails/gem_dependency.rb:99:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
[Deprecation Warning] Naming tasks with before_ and after_ is deprecated, please see the new before() and after() methods. (Offending task name was after_update_code)
[Deprecation Warning] Naming tasks with before_ and after_ is deprecated, please see the new before() and after() methods. (Offending task name was before_symlink)
[Deprecation Warning] Naming tasks with before_ and after_ is deprecated, please see the new before() and after() methods. (Offending task name was after_deploy)
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote git@github.com:bodilija/simplesignup.git master"
* executing "if [ -d /var/www/apps/events_staging/shared/cached-copy ]; then cd /var/www/apps/events_staging/shared/cached-copy && git fetch -q origin && git reset -q --hard cdce537a6e4faf4e1a988381337579166d54fef2 && git clean -q -d -x -f; else git clone -q git@github.com:bodilija/simplesignup.git /var/www/apps/events_staging/shared/cached-copy && cd /var/www/apps/events_staging/shared/cached-copy && git checkout -q -b deploy cdce537a6e4faf4e1a988381337579166d54fef2; fi"
servers: ["simplesignup.se"]
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/apps/events_staging/releases/20100705132308; true"
servers: ["simplesignup.se"]
x ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: simplesignup.se (SocketError: getaddrinfo: Name or service not known)
connection failed for: simplesignup.se (SocketError: getaddrinfo: Name or service not known)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment