Skip to content

Instantly share code, notes, and snippets.

@mantognini
Created October 26, 2015 16:34
Show Gist options
  • Select an option

  • Save mantognini/8acad7932fd75c2808ef to your computer and use it in GitHub Desktop.

Select an option

Save mantognini/8acad7932fd75c2808ef to your computer and use it in GitHub Desktop.
Build bot agent for login time
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>local.buildbot.slave</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/buildslave</string>
<string>start</string>
<string>/Users/SFML/Desktop/buildbot/</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment