Advertisement
dcuddihy-acr-me

kewr.acr.lan-issue-58

Feb 26th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #
  2. # Cronbox Installation Ticket 58 - https://bitbucket.org/autonomy/kewr.acr.lan/issue/58
  3. #
  4. set -e
  5. set -x
  6.  
  7. echo "Starting: " $(date)
  8.  
  9. BBCONFIG_REPO=bbconfig-1.10
  10. BBCONFIG_TAG=1.10.1
  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