Advertisement
dcuddihy-acr-me

kewr.acr.lan-issue-65

Feb 28th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # [Issue 65](https://bitbucket.org/autonomy/kewr.acr.lan/issue/65 )
  3. #
  4. set -x
  5.  
  6. echo "Started: " $(date)
  7.  
  8. source /etc/portion.env
  9. source /etc/profile.d/runtime-context.sh
  10.  
  11. echo $RUNTIME_CONTEXT
  12. echo $PYTHONPATH
  13. export PATH=$PATH:/opt/bbthyme/current/bin
  14.  
  15. apt-get -y --force-yes update
  16. apt-get -y --force-yes install bbginger
  17.  
  18. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement