Advertisement
dcuddihy-acr-me

knyc.acr.lab.issue-431

Sep 15th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #
  2. # [Issue knyc-431](https://bitbucket.org/autonomy/knyc.acr.lab/issue/431)
  3. #
  4. set -e
  5. set -x
  6.  
  7. echo "Started: " $(date)
  8.  
  9. source /etc/portion.env
  10. source /etc/profile.d/runtime-context.sh
  11.  
  12. echo $RUNTIME_CONTEXT
  13. echo $PYTHONPATH
  14. export PATH=$PATH:/opt/bbthyme/current/bin
  15. export TERM=xterm
  16.  
  17. # Clone bbconfig
  18. pushd /home/eroboto/hgdev/org.bitbucket/autonomy
  19. rm -rf ginger-1.22
  20. sudo -u eroboto hg clone -r 1.22.2 ssh://hg@bitbucket.org/autonomy/ginger-1.22
  21. cd ginger-1.22
  22. make opt-bbginger
  23. popd
  24.  
  25. ls -l /opt/bbginger
  26.  
  27. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement