aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2020-12-30 19:35:17 +0100
committerMagnus Granberg <zorry@gentoo.org>2020-12-30 19:35:17 +0100
commit56ac2f08767150fd8659b8d9beac7d56d182b233 (patch)
tree4ec590e17bda86d45ce2572bf731b768605c0895 /gentooci.cfg
parentFixme list for f_update_db_packages (diff)
downloadtinderbox-cluster-56ac2f08767150fd8659b8d9beac7d56d182b233.tar.gz
tinderbox-cluster-56ac2f08767150fd8659b8d9beac7d56d182b233.tar.bz2
tinderbox-cluster-56ac2f08767150fd8659b8d9beac7d56d182b233.zip
Add config option project
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'gentooci.cfg')
-rw-r--r--gentooci.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/gentooci.cfg b/gentooci.cfg
index 5036ae9..198f6e4 100644
--- a/gentooci.cfg
+++ b/gentooci.cfg
@@ -9,9 +9,11 @@
c = BuildmasterConfig = {}
####### DB URL
-####### DB URL
# This specifies what database buildbot uses to store its state.
# It's easy to start with sqlite, but it's recommended to switch to a dedicated
# database, such as PostgreSQL or MySQL, for use in production environments.
# http://docs.buildbot.net/current/manual/configuration/global.html#database-specification
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"