Log which repo zuul references are created on
Change-Id: I2e0403ca52fded5ffe705cfa16358d3fa7141f0d
This commit is contained in:
@@ -168,7 +168,7 @@ class Repo(object):
|
||||
|
||||
def createZuulRef(self, ref, commit='HEAD'):
|
||||
repo = self.createRepoObject()
|
||||
self.log.debug("CreateZuulRef %s at %s" % (ref, commit))
|
||||
self.log.debug("CreateZuulRef %s at %s on %s" % (ref, commit, repo))
|
||||
ref = ZuulReference.create(repo, ref, commit)
|
||||
return ref.commit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user