Advertisement
dcuddihy-acr-me

knyc.acr.lab.issue.246

May 9th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # [Issue 246](https://bitbucket.org/autonomy/knyc.acr.lab/issue/246)
  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. # Back fill through T-2;
  17. bbg-backfill -b 19500101 -q index -m "/ticker/eccaua 14 index"
  18. bbg-backfill -b 19500101 -q index -m "/ticker/eccaru 14 index"
  19. bbg-backfill -b 19500101 -q index -m "/ticker/eccaar 14 index"
  20. bbg-backfill -b 19500101 -q index -m "/ticker/eccbua q414 index"
  21. bbg-backfill -b 19500101 -q index -m "/ticker/eccbru q414 index"
  22. bbg-backfill -b 19500101 -q deal -m "/ticker/badlarp index"
  23. bbg-backfill -b 19500101 -q deal -m "/ticker/rp07 index"
  24.  
  25.  
  26. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement