Advertisement
dcuddihy-acr-me

knyc.acr.lab-issue-160

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