Advertisement
dcuddihy-acr-me

kewr.acr.lan.issues.187

Aug 11th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #
  2. # [kewr.acr.lan.issues.187](https://bitbucket.org/autonomy/kewr.acr.lan/issue/187)
  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. export TERM=xterm
  15.  
  16. /opt/bbthyme/current/bin/bbg-update -q deal -f lofi
  17. /opt/bbthyme/current/bin/bbg-update -q index -f lofi
  18. /opt/bbthyme/current/bin/bbg-update -q deal -f raw
  19. /opt/bbthyme/current/bin/bbg-update -q index -f raw
  20.  
  21. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement