Guest User

Untitled

a guest
Jan 4th, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. acad06a2:~ DanTwo$ cd code/2011
  2. acad06a2:2011 DanTwo$ cd 2010
  3. acad06a2:2010 DanTwo$ ls
  4. 77inquest medaltable primarytables walks
  5. acad06a2:2010 DanTwo$ cd medaltable/
  6. acad06a2:medaltable DanTwo$ ls
  7. Capfile Gemfile.lock application.rb config.ru lib tmp
  8. Gemfile Rakefile config data public views
  9. acad06a2:medaltable DanTwo$ mate .
  10. acad06a2:medaltable DanTwo$ rackup
  11. [2011-10-04 09:01:11] INFO WEBrick 1.3.1
  12. [2011-10-04 09:01:11] INFO ruby 1.8.7 (2011-02-18) [i686-darwin11.1.0]
  13. [2011-10-04 09:01:11] INFO WEBrick::HTTPServer#start: pid=3273 port=9292
  14. Fragment for 'tto_top' is 1321 minutes old.
  15. Fragment written for 'tto_top'
  16. Fragment for 'tto_start' is 1321 minutes old.
  17. Fragment written for 'tto_start'
  18. Fragment for 'tto_masthead' is 1321 minutes old.
  19. Fragment written for 'tto_masthead'
  20. Fragment for 'tto_footer' is 1321 minutes old.
  21. Fragment written for 'tto_footer'
  22. Fragment for 'tto_end' is 1321 minutes old.
  23. Fragment written for 'tto_end'
  24. Fragment for 'tto_bottom' is 1321 minutes old.
  25. Fragment written for 'tto_bottom'
  26. Fragment for 'tto_ads' is 1321 minutes old.
  27. Fragment written for 'tto_ads'
  28. 127.0.0.1 - - [04/Oct/2011 09:01:22] "GET / HTTP/1.1" 200 95675 2.7301
  29. 127.0.0.1 - - [04/Oct/2011 09:01:22] "GET /images/colombia.png HTTP/1.1" 200 167 0.1812
  30. 127.0.0.1 - - [04/Oct/2011 09:01:22] "GET /images/grenada.png HTTP/1.1" 200 1690 0.0025
  31. 127.0.0.1 - - [04/Oct/2011 09:01:22] "GET /images/nigeria.png HTTP/1.1" 200 166 0.0019
  32. ^C[2011-10-04 09:01:36] INFO going to shutdown ...
  33. [2011-10-04 09:01:36] INFO WEBrick::HTTPServer#start done.
  34. acad06a2:medaltable DanTwo$ git add .
  35. acad06a2:medaltable DanTwo$ git commit -m "nigeria grenada flags"
  36. [master fa0f038] nigeria grenada flags
  37. 3 files changed, 1 insertions(+), 1 deletions(-)
  38. create mode 100644 public/images/grenada.png
  39. create mode 100644 public/images/nigeria.png
  40. acad06a2:medaltable DanTwo$ git push
  41. Counting objects: 13, done.
  42. Delta compression using up to 4 threads.
  43. Compressing objects: 100% (8/8), done.
  44. Writing objects: 100% (8/8), 2.40 KiB, done.
  45. Total 8 (delta 4), reused 0 (delta 0)
  46. To [email protected]:/home/web/git/medaltable.git
  47. 18dd5c9..fa0f038 master -> master
  48. acad06a2:medaltable DanTwo$ cap deploy
  49. triggering start callbacks for `deploy'
  50. * executing `ensure_stage'
  51. Please specify a stage in your task like: 'cap production deploy'
  52. acad06a2:medaltable DanTwo$ cap production deploy
  53. * executing `production'
  54. triggering start callbacks for `deploy'
  55. * executing `ensure_stage'
  56. * executing `deploy'
  57. * executing `deploy:update'
  58. ** transaction: start
  59. * executing `deploy:update_code'
  60. updating the cached checkout on all servers
  61. executing locally: "git ls-remote ssh://[email protected]/home/web/git/medaltable.git HEAD"
  62. command finished in 396ms
  63. * executing "if [ -d /u02/var/apps/medaltable/shared/cached-copy ]; then cd /u02/var/apps/medaltable/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard fa0f0381768cc814a654941975972703059d83e5 && git clean -q -d -x -f; else git clone -q ssh://[email protected]/home/web/git/medaltable.git /u02/var/apps/medaltable/shared/cached-copy && cd /u02/var/apps/medaltable/shared/cached-copy && git checkout -q -b deploy fa0f0381768cc814a654941975972703059d83e5; fi"
  64. servers: ["localhost"]
  65. * establishing connection to gateway `"[email protected]"'
  66. * Creating gateway using [email protected]
  67. * establishing connection to `localhost:20022' via gateway
  68. [localhost:20022] executing command
  69. ** [localhost :: out] remote: Counting objects: 13, done.
  70. ** [localhost :: out] remote: Compressing objects: 12% (1/8)
  71. ** [localhost :: out] remote: Compressing objects: 25% (2/8)
  72. ** [localhost :: out] remote: Compressing objects: 37% (3/8)
  73. ** [localhost :: out] remote: Compressing objects: 50% (4/8)
  74. ** [localhost :: out] remote: Compressing objects: 62% (5/8)
  75. ** [localhost :: out] remote: Compressing objects: 75% (6/8)
  76. ** [localhost :: out] remote: Compressing objects: 87% (7/8)
  77. ** [localhost :: out] remote: Compressing objects: 100% (8/8)
  78. ** [localhost :: out] remote: Compressing objects: 100% (8/8), done.
  79. ** [localhost :: out] remote: Total 8 (delta 4), reused 0 (delta 0)
  80. ** [localhost :: out] From ssh://[email protected]/home/web/git/medaltable
  81. ** 18dd5c9..fa0f038 master -> origin/master
  82. command finished in 1970ms
  83. copying the cached version to /u02/var/apps/medaltable/releases/20111004081029
  84. * executing "cp -RPp /u02/var/apps/medaltable/shared/cached-copy /u02/var/apps/medaltable/releases/20111004081029 && (echo fa0f0381768cc814a654941975972703059d83e5 > /u02/var/apps/medaltable/releases/20111004081029/REVISION)"
  85. servers: ["localhost"]
  86. [localhost:20022] executing command
  87. command finished in 2543ms
  88. * executing `deploy:finalize_update'
  89. * executing "chmod -R g+w /u02/var/apps/medaltable/releases/20111004081029"
  90. servers: ["localhost"]
  91. [localhost:20022] executing command
  92. command finished in 111ms
  93. * executing "rm -rf /u02/var/apps/medaltable/releases/20111004081029/log /u02/var/apps/medaltable/releases/20111004081029/public/system /u02/var/apps/medaltable/releases/20111004081029/tmp/pids &&\\\n mkdir -p /u02/var/apps/medaltable/releases/20111004081029/public &&\\\n mkdir -p /u02/var/apps/medaltable/releases/20111004081029/tmp &&\\\n ln -s /u02/var/apps/medaltable/shared/log /u02/var/apps/medaltable/releases/20111004081029/log &&\\\n ln -s /u02/var/apps/medaltable/shared/system /u02/var/apps/medaltable/releases/20111004081029/public/system &&\\\n ln -s /u02/var/apps/medaltable/shared/pids /u02/var/apps/medaltable/releases/20111004081029/tmp/pids"
  94. servers: ["localhost"]
  95. [localhost:20022] executing command
  96. command finished in 121ms
  97. * executing "find /u02/var/apps/medaltable/releases/20111004081029/public/images /u02/var/apps/medaltable/releases/20111004081029/public/stylesheets /u02/var/apps/medaltable/releases/20111004081029/public/javascripts -exec touch -t 201110040810.32 {} ';'; true"
  98. servers: ["localhost"]
  99. [localhost:20022] executing command
  100. command finished in 495ms
  101. triggering after callbacks for `deploy:finalize_update'
  102. * executing `bundle:install'
  103. * executing "ls -x /u02/var/apps/medaltable/releases"
  104. servers: ["localhost"]
  105. [localhost:20022] executing command
  106. command finished in 122ms
  107. * executing "cd /u02/var/apps/medaltable/releases/20111004081029 && bundle install --gemfile /u02/var/apps/medaltable/releases/20111004081029/Gemfile --path /u02/var/apps/medaltable/shared/bundle --deployment --quiet --without development test"
  108. servers: ["localhost"]
  109. [localhost:20022] executing command
  110. command finished in 1339ms
  111. * executing `deploy:symlink'
  112. * executing "rm -f /u02/var/apps/medaltable/current && ln -s /u02/var/apps/medaltable/releases/20111004081029 /u02/var/apps/medaltable/current"
  113. servers: ["localhost"]
  114. [localhost:20022] executing command
  115. command finished in 123ms
  116. triggering after callbacks for `deploy:symlink'
  117. * executing `deploy:create_tmp_folders'
  118. * executing "mkdir -p /u02/var/apps/medaltable/current/tmp/cache"
  119. servers: ["localhost"]
  120. [localhost:20022] executing command
  121. command finished in 107ms
  122. ** transaction: commit
  123. * executing `deploy:restart'
  124. * executing "touch /u02/var/apps/medaltable/current/tmp/restart.txt"
  125. servers: ["localhost"]
  126. [localhost:20022] executing command
  127. command finished in 111ms
  128. triggering after callbacks for `deploy'
  129. * executing `deploy:htaccess'
  130. * executing "cp /u02/var/apps/medaltable/current/config/deployment/.htaccess.production /u02/var/apps/medaltable/current/public/.htaccess"
  131. servers: ["localhost"]
  132. [localhost:20022] executing command
  133. command finished in 109ms
  134. acad06a2:medaltable DanTwo$
Add Comment
Please, Sign In to add comment