Advertisement
dcuddihy-acr-me

knyc.acr.lab.issues.230

Apr 30th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #
  2. # Cronbox Installation Ticket 230 - https://bitbucket.org/autonomy/knyc.acr.lab/issue/230
  3. #
  4. set -e
  5. set -x
  6.  
  7. BBCONFIG_REPO=bbconfig-2.2
  8.  
  9. echo "Starting: " $(date)
  10. export TERM=xterm
  11.  
  12. # Deploys new versions of spice projects
  13. apt-get -y --force-yes update
  14. apt-get -y --force-yes install bbmint bbdill bbthyme bbginger
  15.  
  16. # Deploys new version of bbconfig
  17. pushd /home/eroboto/hgdev/org.bitbucket/autonomy/${BBCONFIG_REPO}
  18. make opt-bbconfig
  19. make opt-meacr
  20. /opt/bbconfig/current/bin/ensure-crons.sh
  21. popd
  22.  
  23. echo "Done: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement