mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
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:
parent
20dcfb7159
commit
10a116f397
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user