~bac/charms/oneiric/buildbot-master/bbm-bugs

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Brad Crittenden
  • Date: 2012-01-13 16:21:47 UTC
  • Revision ID: bac@canonical.com-20120113162147-4eqii4k4tmx1obtk
Almost working buildbot master charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# Here do anything needed to install the service
 
3
# i.e. apt-get install -y foo  or  bzr branch http://myserver/mycode /srv/webroot
 
4
 
 
5
apt-get install -y buildbot
 
6
# Needed only for the demo site.
 
7
apt-get install -y git
 
8
 
 
9
juju-log "Installation complete"