From 634cf6a2b1ba73be6562d3518c1fcf4f359c58c8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 10 May 2016 15:49:00 +0200 Subject: [PATCH] Move config.ini to config.ini.example and make paths relative Signed-off-by: Jo-Philipp Wich --- phase1/{config.ini => config.ini.example} | 2 +- phase2/{config.ini => config.ini.example} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename phase1/{config.ini => config.ini.example} (93%) rename phase2/{config.ini => config.ini.example} (93%) diff --git a/phase1/config.ini b/phase1/config.ini.example similarity index 93% rename from phase1/config.ini rename to phase1/config.ini.example index f2ce202..005b781 100644 --- a/phase1/config.ini +++ b/phase1/config.ini.example @@ -2,7 +2,7 @@ title = LEDE Project title_url = http://lede-project.org/ buildbot_url = http://phase1.builds.lede-project.org/ -homedir = /home/buildbot/lede +homedir = . [status] bind = tcp:8010:interface=127.0.0.1 diff --git a/phase2/config.ini b/phase2/config.ini.example similarity index 93% rename from phase2/config.ini rename to phase2/config.ini.example index 5e49ef7..1aada0f 100644 --- a/phase2/config.ini +++ b/phase2/config.ini.example @@ -2,7 +2,7 @@ title = LEDE Project title_url = http://lede-project.org/ buildbot_url = http://phase2.builds.lede-project.org/ -homedir = /home/buildbot/lede +homedir = ../phase1 [status] bind = tcp:8011:interface=127.0.0.1 -- 2.30.2