~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/buildd-slave.tac

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2005-02-05 15:36:53 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-1280
Move buildd master to new scripts dir, and buildd slave to new daemons dir
Patches applied:

 * daniel.silverstone@canonical.com--laptop/launchpad--script-rearrange--0--base-0
   tag of rocketfuel@canonical.com/launchpad--devel--0--patch-1278

 * daniel.silverstone@canonical.com--laptop/launchpad--script-rearrange--0--patch-1
   merge in the buildd work

 * daniel.silverstone@canonical.com--laptop/launchpad--script-rearrange--0--patch-2
   Moved the buildd stuff into the new daemons/scripts dirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
import os
15
15
 
16
 
conffile = os.environ.get('BUILDD_SLAVE_CONFIG', 'example.conf')
 
16
conffile = os.environ.get('BUILDD_SLAVE_CONFIG', 'buildd-slave-example.conf')
17
17
 
18
18
c = ConfigParser()
19
19
c.read(conffile)
29
29
strports.service(slave.slave._config.get("slave","bindport"), slavesite).setServiceParent(builddslaveService)
30
30
 
31
31
# You can interact with a running slave like this:
 
32
# (assuming the slave is on localhost:8221)
32
33
#
33
34
# python
34
35
# import xmlrpclib