X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=phase1%2Fconfig.ini.example;h=6c69ef1d2fae11813ee1c28e10432d3df63e79e2;hb=c0aabccc93cfbb27238286a36271893333b99443;hp=005b78136b2cb508a284425b0f939794d190625d;hpb=634cf6a2b1ba73be6562d3518c1fcf4f359c58c8;p=buildbot.git diff --git a/phase1/config.ini.example b/phase1/config.ini.example index 005b781..6c69ef1 100644 --- a/phase1/config.ini.example +++ b/phase1/config.ini.example @@ -3,18 +3,34 @@ title = LEDE Project title_url = http://lede-project.org/ buildbot_url = http://phase1.builds.lede-project.org/ homedir = . +expire = 1209600 +port = 9989 [status] bind = tcp:8010:interface=127.0.0.1 user = example password = example +[irc] +host = irc.freenode.net +port = 6667 +channel = #example-channel +nickname = example-builder +password = example + [repo] url = https://git.lede-project.org/source.git [rsync] -url = user@example.org::upload -password = example +binary_url = user@example.org::upload-binary +binary_password = example +source_url = user@example.org::upload-sources +source_password = example2 + +[gpg] +keyid = 626471F1 +passfile = ./gpg-passphrase.txt +comment = Unattended build signature [slave 1] name = example-slave-1