which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.0.0.236/trunk@238587 18797224-902f-48f8-a5cc-f745e15eee43
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
|
|
">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>net.sourceforge.buildbot.slave</string>
|
|
|
|
<!-- Change this to the user you want to run buildbot as -->
|
|
<key>UserName</key>
|
|
<string>buildbot</string>
|
|
|
|
<!-- Change this to your buildbot working directory -->
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/buildbot/Buildbot_Slave</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/bin/twistd</string>
|
|
<string>--nodaemon</string>
|
|
<string>--python=buildbot.tac</string>
|
|
<string>--logfile=buildbot.log</string>
|
|
<string>--prefix=slave</string>
|
|
</array>
|
|
|
|
<key>KeepAlive</key>
|
|
<dict>
|
|
<key>SuccessfulExit</key>
|
|
<false/>
|
|
</dict>
|
|
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
|
|
</dict>
|
|
</plist>
|