(refs #35) fix dependent scheduler re-checking: make calculation of upstream lazier
[buildbot.git] / contrib / OS-X / net.sourceforge.buildbot.slave.plist
bloba5656d87e6bb43dd0d1841ce4191f8f111051ca9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
3 ">
4 <plist version="1.0">
5 <dict>
6 <key>Label</key>
7 <string>net.sourceforge.buildbot.slave</string>
9 <!-- Change this to the user you want to run buildbot as -->
10 <key>UserName</key>
11 <string>buildbot</string>
13 <!-- Change this to your buildbot working directory -->
14 <key>WorkingDirectory</key>
15 <string>/Users/buildbot/Buildbot_Slave</string>
17 <key>ProgramArguments</key>
18 <array>
19 <string>/usr/bin/twistd</string>
20 <string>--nodaemon</string>
21 <string>--python=buildbot.tac</string>
22 <string>--logfile=buildbot.log</string>
23 <string>--prefix=slave</string>
24 </array>
26 <key>KeepAlive</key>
27 <dict>
28 <key>SuccessfulExit</key>
29 <false/>
30 </dict>
32 <key>RunAtLoad</key>
33 <true/>
35 </dict>
36 </plist>