aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2021-01-10 16:24:41 +0100
committerMagnus Granberg <zorry@gentoo.org>2021-01-10 16:24:41 +0100
commitd9dcf85c92b58ca427123ef2c38b8374ecdae293 (patch)
tree4458e525f1e80d399a2640609276b0ef74060712 /buildbot_gentoo_ci/config/config.py
parentAdd config option project['repository_basedir'] (diff)
downloadtinderbox-cluster-d9dcf85c92b58ca427123ef2c38b8374ecdae293.tar.gz
tinderbox-cluster-d9dcf85c92b58ca427123ef2c38b8374ecdae293.tar.bz2
tinderbox-cluster-d9dcf85c92b58ca427123ef2c38b8374ecdae293.zip
Add BuildFactory update_db_check
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'buildbot_gentoo_ci/config/config.py')
-rw-r--r--buildbot_gentoo_ci/config/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/config.py b/buildbot_gentoo_ci/config/config.py
index e58e67c..3fed5d2 100644
--- a/buildbot_gentoo_ci/config/config.py
+++ b/buildbot_gentoo_ci/config/config.py
@@ -49,7 +49,7 @@ from buildbot.config import ConfigErrors, error, loadConfigDict
_errors = None
DEFAULT_DB_URL = 'sqlite:///gentoo.sqlite'
-DEFAULT_REPOSITORY_BASEDIR = 'repository'
+DEFAULT_REPOSITORY_BASEDIR = '/srv/repository'
#Use GentooCiConfig.loadFromDict
@implementer(interfaces.IConfigLoader)