master.cfg: import config module

In order to reload the config module on SIGHUP we need to first import it

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
This commit is contained in:
Joshua Lock 2018-02-22 15:55:12 +00:00
parent 20dcfb7159
commit 10a116f397

View File

@ -2,7 +2,7 @@
# ex: set filetype=python: # ex: set filetype=python:
from buildbot.plugins import * from buildbot.plugins import *
from yoctoabb import builders, schedulers, workers, services, www from yoctoabb import builders, config, schedulers, workers, services, www
import imp import imp