aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2021-01-02 17:03:07 +0100
committerMagnus Granberg <zorry@gentoo.org>2021-01-02 17:03:07 +0100
commit78b01143652300f1eb98df5d17d6dd4edadd789a (patch)
tree0707ca3f3a54ed02627d002908fa94045de1b6ed /gentooci.cfg
parentAdd config option project (diff)
downloadtinderbox-cluster-78b01143652300f1eb98df5d17d6dd4edadd789a.tar.gz
tinderbox-cluster-78b01143652300f1eb98df5d17d6dd4edadd789a.tar.bz2
tinderbox-cluster-78b01143652300f1eb98df5d17d6dd4edadd789a.zip
Add config option project['repository_basedir']
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'gentooci.cfg')
-rw-r--r--gentooci.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/gentooci.cfg b/gentooci.cfg
index 198f6e4..ff12a75 100644
--- a/gentooci.cfg
+++ b/gentooci.cfg
@@ -17,3 +17,6 @@ c['db_url'] = "mysql://buildbot:xxxx@192.168.1.x/gentooci?max_idle=300"
# This specifies what project buildbot uses for Gentoo Ci as default
c['project'] = "gosbsbase"
+
+# This specifies what the repository base dir is
+c['repository_basedir'] = "repository"