Advertisement
dcuddihy-acr-me

knyc.acr.lab.issues.240

May 8th, 2014
161
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 240}](https://bitbucket.org/autonomy/knyc.acr.lab/issue/240 )
  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. bbg-update -q deal -f lofi > /var/tmp/thyme-update.deal.lofi.log 2>&1
  16. bbg-update -q index -f lofi > /var/tmp/thyme-update.index.lofi.log 2>&1
  17. bbg-update -q deal -f raw > /var/tmp/thyme-update.deal.raw.log 2>&1
  18. bbg-update -q index -f raw > /var/tmp/thyme-update.index.raw.log 2>&1
  19.  
  20. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement