Move config.ini to config.ini.example and make paths relative
authorJo-Philipp Wich <jo@mein.io>
Tue, 10 May 2016 13:49:00 +0000 (15:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 May 2016 13:49:00 +0000 (15:49 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/config.ini [deleted file]
phase1/config.ini.example [new file with mode: 0644]
phase2/config.ini [deleted file]
phase2/config.ini.example [new file with mode: 0644]

diff --git a/phase1/config.ini b/phase1/config.ini
deleted file mode 100644 (file)
index f2ce202..0000000
+++ /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 (file)
index 0000000..005b781
--- /dev/null
@@ -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 (file)
index 5e49ef7..0000000
+++ /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 (file)
index 0000000..1aada0f
--- /dev/null
@@ -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
+