~ubuntu-branches/ubuntu/utopic/taskcoach/utopic-proposed

« back to all changes in this revision

Viewing changes to buildbot/slaves/MacOS/buildbot.tac

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-08-15 14:54:44 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140815145444-qm2ya2zvy1pyrcl5
Tags: 1.4.0-1ubuntu1
* Merge with Debian; remaining changes:
  - Let the autopkg test depend on language-pack-en.
  - Build-depend on language-pack-en.
* Build using python-wxgtk3.0.
* Don't use /usr/share/pyshared anymore, it's gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
from twisted.application import service
3
 
from buildbot.slave.bot import BuildSlave
 
3
from buildslave.bot import BuildSlave
4
4
 
5
5
basedir = r'/Users/fraca7/Buildslave'
6
6
buildmaster_host = '192.168.1.2'
9
9
passwd = file('.passwd', 'rb').readlines()[0].strip()
10
10
keepalive = 600
11
11
usepty = 1
12
 
umask = None
 
12
umask = 0022
13
13
 
14
14
application = service.Application('buildslave')
15
15
s = BuildSlave(buildmaster_host, port, slavename, passwd, basedir,