From f43ba834fa9a6ef83d81f6e5512078ac741a6ac6 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Mon, 28 Dec 2020 17:03:12 +0100 Subject: Make upgrade_master work Signed-off-by: Magnus Granberg --- gentooci.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gentooci.cfg (limited to 'gentooci.cfg') diff --git a/gentooci.cfg b/gentooci.cfg new file mode 100644 index 0000000..5036ae9 --- /dev/null +++ b/gentooci.cfg @@ -0,0 +1,17 @@ +# -*- python -*- +# ex: set filetype=python: + +# This is a sample gentoo ci buildmaster config file. It must be installed as +# 'gentooci.cfg' in your buildmaster's base directory. + +# This is the dictionary that the buildmaster pays attention to. We also use +# a shorter alias to save typing. +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" -- cgit v1.2.3-65-gdbad