aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot_gentoo_ci/config/config.py')
-rw-r--r--buildbot_gentoo_ci/config/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildbot_gentoo_ci/config/config.py b/buildbot_gentoo_ci/config/config.py
index e2f33be..696ab0f 100644
--- a/buildbot_gentoo_ci/config/config.py
+++ b/buildbot_gentoo_ci/config/config.py
@@ -93,6 +93,7 @@ class GentooCiConfig(util.ComparableMixin):
"db_url",
"project",
"worker_config",
+ "bug_config",
"repository_basedir"
])
@@ -152,3 +153,5 @@ class GentooCiConfig(util.ComparableMixin):
self.project['repository_basedir'] = DEFAULT_REPOSITORY_BASEDIR
if 'worker_config' in config_dict:
self.project['worker_config'] = config_dict['worker_config']
+ if 'bug_config' in config_dict:
+ self.project['bug_config'] = config_dict['bug_config']