Advertisement
renatop

Untitled

Jun 26th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Your application code is now in 'plone'
  2. root@debian:/home/renato# cd plone/
  3. root@debian:/home/renato/plone# git remote add upstream -m master https://github.com/kagesenshi/plone-openshift-quickstart.git
  4. root@debian:/home/renato/plone# git pull -s recursive -X theirs upstream master
  5. warning: no common commits
  6. remote: Counting objects: 174, done.
  7. remote: Compressing objects: 100% (96/96), done.
  8. remote: Total 174 (delta 78), reused 170 (delta 75)
  9. Receiving objects: 100% (174/174), 26.32 KiB, done.
  10. Resolving deltas: 100% (78/78), done.
  11. From https://github.com/kagesenshi/plone-openshift-quickstart
  12. * branch master -> FETCH_HEAD
  13. Auto-merging diy/index.html
  14. Auto-merging .openshift/action_hooks/stop
  15. Auto-merging .openshift/action_hooks/start
  16. Merge made by the 'recursive' strategy.
  17. .openshift/action_hooks/build | 6 +++
  18. .openshift/action_hooks/deploy | 59 +++++++++++++++++++++
  19. .openshift/action_hooks/post_deploy | 4 ++
  20. .openshift/action_hooks/pre_build | 5 ++
  21. .openshift/action_hooks/start | 15 ++++--
  22. .openshift/action_hooks/stop | 14 ++---
  23. README | 53 +++++++++++++++++++
  24. README.rst | 76 +++++++++++++++++++++++++++
  25. bootstrap.py | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  26. buildout.cfg | 42 +++++++++++++++
  27. diy/index.html | 4 +-
  28. 11 files changed, 447 insertions(+), 12 deletions(-)
  29. create mode 100755 .openshift/action_hooks/build
  30. create mode 100755 .openshift/action_hooks/deploy
  31. create mode 100755 .openshift/action_hooks/post_deploy
  32. create mode 100755 .openshift/action_hooks/pre_build
  33. create mode 100644 README
  34. create mode 100644 README.rst
  35. create mode 100644 bootstrap.py
  36. create mode 100644 buildout.cfg
  37. root@debian:/home/renato/plone#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement