mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-05 13:14:47 +02:00
Fix module name after rename
The repository was renamed yoctoabb from yoctoab, fix up module references
This commit is contained in:
parent
9b25f02692
commit
20dcfb7159
|
@ -1,7 +1,7 @@
|
||||||
from buildbot.plugins import *
|
from buildbot.plugins import *
|
||||||
|
|
||||||
from yoctoab import config
|
from yoctoabb import config
|
||||||
from yoctoab.steps.writelayerinfo import WriteLayerInfo
|
from yoctoabb.steps.writelayerinfo import WriteLayerInfo
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# ex: set filetype=python:
|
# ex: set filetype=python:
|
||||||
|
|
||||||
from buildbot.plugins import *
|
from buildbot.plugins import *
|
||||||
from yoctoab import builders, schedulers, workers, services, www
|
from yoctoabb import builders, schedulers, workers, services, www
|
||||||
|
|
||||||
import imp
|
import imp
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ from buildbot.util import service
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from twisted.python import log
|
from twisted.python import log
|
||||||
|
|
||||||
from yoctoab.lib.wiki import YPWiki
|
from yoctoabb.lib.wiki import YPWiki
|
||||||
|
|
||||||
|
|
||||||
class WikiLog(service.BuildbotService):
|
class WikiLog(service.BuildbotService):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
from buildbot.plugins import schedulers as sched
|
from buildbot.plugins import schedulers as sched
|
||||||
from buildbot.plugins import util
|
from buildbot.plugins import util
|
||||||
from yoctoab import config
|
from yoctoabb import config
|
||||||
|
|
||||||
schedulers = []
|
schedulers = []
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
from buildbot.plugins import reporters
|
from buildbot.plugins import reporters
|
||||||
|
|
||||||
from yoctoab import config
|
from yoctoabb import config
|
||||||
|
|
||||||
|
|
||||||
services = []
|
services = []
|
||||||
|
@ -25,7 +25,7 @@ services = []
|
||||||
# channels=["yocto"],
|
# channels=["yocto"],
|
||||||
# noticeOnChannel=True))
|
# noticeOnChannel=True))
|
||||||
|
|
||||||
# from yoctoab.reporters import wikilog
|
# from yoctoabb.reporters import wikilog
|
||||||
# services.append(
|
# services.append(
|
||||||
# wikilog.WikiLog("https://wiki.yoctoproject.org/wiki/api.php",
|
# wikilog.WikiLog("https://wiki.yoctoproject.org/wiki/api.php",
|
||||||
# "User", "password", "LogPage"
|
# "User", "password", "LogPage"
|
||||||
|
|
|
@ -3,7 +3,7 @@ from buildbot.process import buildstep
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from yoctoab import config
|
from yoctoabb import config
|
||||||
|
|
||||||
|
|
||||||
class WriteLayerInfo(buildstep.ShellMixin, buildstep.BuildStep):
|
class WriteLayerInfo(buildstep.ShellMixin, buildstep.BuildStep):
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
from buildbot.plugins import worker
|
from buildbot.plugins import worker
|
||||||
from yoctoab import config
|
from yoctoabb import config
|
||||||
|
|
||||||
workers = []
|
workers = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user