~benji/charms/oneiric/buildbot-master/more-tests

« back to all changes in this revision

Viewing changes to hooks/stop

  • Committer: Francesco Banconi
  • Date: 2012-01-30 15:36:59 UTC
  • Revision ID: francesco.banconi@canonical.com-20120130153659-1ag9g9sgkmyrp19t
Added buildbot provided interface. Opened port 9989.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
juju-log "<-- stop"
12
12
juju-log "Stopping buildbot in $BUILDBOT_DIR"
13
 
close-port 8010/tcp
 
13
close-port 8010/TCP
 
14
close-port 9989/TCP
14
15
buildbot stop $BUILDBOT_DIR
15
16
juju-log "Finished stopping buildbot"
16
17
juju-log "--> stop"