-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathedu.berkeley.bic.kerbin.osx-10.8.plist
41 lines (34 loc) · 1.34 KB
/
edu.berkeley.bic.kerbin.osx-10.8.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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 ">
<!-- See: http://trac.buildbot.net/wiki/UsingLaunchd -->
<plist version="1.0">
<dict>
<key>Label</key>
<string>edu.berkeley.bic.kerbin.osx-10.8</string>
<key>EnvironmentVariables</key>
<dict>
<!-- Need local installs on the PATH - for nosetests in particular-->
<key>PATH</key>
<string>/Library/Frameworks/Python.framework/Versions/2.7/bin:/bin:/usr/bin:/usr/sbin:/sbin:/Users/buildslave/Library/Python/2.7/bin:/usr/local/bin</string>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.6</string>
</dict>
<!-- Change this to the user you want to run buildbot as -->
<key>UserName</key>
<string>buildslave</string>
<!-- Change this to your buildbot working directory -->
<key>WorkingDirectory</key>
<string>/Users/buildslave/osx-10.8</string>
<key>ProgramArguments</key>
<array>
<string>/Users/buildslave/usr/bin/run_buildslave.sh</string>
</array>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>