Advertisement
dcuddihy-acr-me

knyc.acr.lab.cronbox-installation ticket

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