From: Jo-Philipp Wich Date: Tue, 10 May 2016 13:49:00 +0000 (+0200) Subject: Move config.ini to config.ini.example and make paths relative X-Git-Tag: v1~278 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=634cf6a2b1ba73be6562d3518c1fcf4f359c58c8;p=buildbot.git Move config.ini to config.ini.example and make paths relative Signed-off-by: Jo-Philipp Wich --- diff --git a/phase1/config.ini b/phase1/config.ini deleted file mode 100644 index f2ce202..0000000 --- a/phase1/config.ini +++ /dev/null @@ -1,27 +0,0 @@ -[general] -title = LEDE Project -title_url = http://lede-project.org/ -buildbot_url = http://phase1.builds.lede-project.org/ -homedir = /home/buildbot/lede - -[status] -bind = tcp:8010:interface=127.0.0.1 -user = example -password = example - -[repo] -url = https://git.lede-project.org/source.git - -[rsync] -url = user@example.org::upload -password = example - -[slave 1] -name = example-slave-1 -password = example -builds = 3 - -[slave 2] -name = example-slave-2 -password = example2 -builds = 1 diff --git a/phase1/config.ini.example b/phase1/config.ini.example new file mode 100644 index 0000000..005b781 --- /dev/null +++ b/phase1/config.ini.example @@ -0,0 +1,27 @@ +[general] +title = LEDE Project +title_url = http://lede-project.org/ +buildbot_url = http://phase1.builds.lede-project.org/ +homedir = . + +[status] +bind = tcp:8010:interface=127.0.0.1 +user = example +password = example + +[repo] +url = https://git.lede-project.org/source.git + +[rsync] +url = user@example.org::upload +password = example + +[slave 1] +name = example-slave-1 +password = example +builds = 3 + +[slave 2] +name = example-slave-2 +password = example2 +builds = 1 diff --git a/phase2/config.ini b/phase2/config.ini deleted file mode 100644 index 5e49ef7..0000000 --- a/phase2/config.ini +++ /dev/null @@ -1,28 +0,0 @@ -[general] -title = LEDE Project -title_url = http://lede-project.org/ -buildbot_url = http://phase2.builds.lede-project.org/ -homedir = /home/buildbot/lede - -[status] -bind = tcp:8011:interface=127.0.0.1 -user = example -password = example - -[repo] -url = https://git.lede-project.org/source.git - -[rsync] -url = user@example.org::upload -password = example - -[slave 1] -name = slave-example-1 -password = example -builds = 1 - -[slave 2] -name = slave-example-2 -password = example2 -builds = 3 - diff --git a/phase2/config.ini.example b/phase2/config.ini.example new file mode 100644 index 0000000..1aada0f --- /dev/null +++ b/phase2/config.ini.example @@ -0,0 +1,28 @@ +[general] +title = LEDE Project +title_url = http://lede-project.org/ +buildbot_url = http://phase2.builds.lede-project.org/ +homedir = ../phase1 + +[status] +bind = tcp:8011:interface=127.0.0.1 +user = example +password = example + +[repo] +url = https://git.lede-project.org/source.git + +[rsync] +url = user@example.org::upload +password = example + +[slave 1] +name = slave-example-1 +password = example +builds = 1 + +[slave 2] +name = slave-example-2 +password = example2 +builds = 3 +