~frankban/charms/oneiric/buildbot-master/upgrade-charm

« back to all changes in this revision

Viewing changes to hooks/start

  • Committer: Brad Crittenden
  • Date: 2012-02-02 19:38:58 UTC
  • mto: (10.1.1 generate-slave-names)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: bac@canonical.com-20120202193858-8urkwwnrh8hupfz2
Working python hooks.  Added config file for lpbuildbot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
BUILDBOT_DIR=`config-get installdir`
8
8
 
9
9
juju-log "--> start"
10
 
buildbot start "$BUILDBOT_DIR"
 
10
# Starting is basically a no-op since we have to wait for the initial
 
11
# configuration. 
 
12
# buildbot start "$BUILDBOT_DIR"
11
13
open-port 8010/TCP
12
14
juju-log "<-- start"