Importing the necessary function to retrieve the builder commit id

This commit is contained in:
Sergio Durigan Junior 2015-01-15 02:10:02 -05:00
parent 1519a40808
commit 7f7cbd7cc3

View file

@ -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