Importing the necessary function to retrieve the builder commit id
This commit is contained in:
parent
1519a40808
commit
7f7cbd7cc3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from buildbot.changes.filter import ChangeFilter
|
|||
from buildbot.buildslave import BuildSlave
|
||||
from buildbot.status.builder import SUCCESS, WARNINGS, FAILURE, EXCEPTION
|
||||
from gdbcommand import GdbCatSumfileCommand
|
||||
from gdbgitdb import SaveGDBResults
|
||||
from gdbgitdb import SaveGDBResults, get_builder_commit_id
|
||||
|
||||
from sumfiles import DejaResults, set_web_base
|
||||
import os.path
|
||||
|
|
Loading…
Reference in a new issue