コード例 #1
0
ファイル: steps.py プロジェクト: binoc-software/mozilla-cvs
    def startVC(self, branch, revision, patch):
        branch = self.getProperty('branch')
        if branch != 'PATCH_TRY' and branch != 'HG_TRY':
            self.repourl = self.baseURL + '/' + branch
        else:
            self.repourl = self.getProperty('mozillaRepoPath')

        Mercurial.startVC(self, None, revision, patch)
コード例 #2
0
    def startVC(self, branch, revision, patch):
        branch = self.getProperty('branch')
        if branch != 'PATCH_TRY' and branch != 'HG_TRY':
            self.repourl = self.baseURL + '/' + branch
        else:
            self.repourl = self.getProperty('mozillaRepoPath')

        Mercurial.startVC(self, None, revision, patch)
コード例 #3
0
ファイル: l10n.py プロジェクト: B-Rich/build-buildbotcustom
 def startVC(self, branch, revision, patch):
     # if we're running a main tree and locales in the same tree,
     # we get a "branch" parameter here which doesn't have the locale
     # information which is encoded in repoURL. Strip it.
     Mercurial.startVC(self, None, revision, patch)
コード例 #4
0
ファイル: l10n.py プロジェクト: B-Rich/build-buildbotcustom
 def startVC(self, branch, revision, patch):
     # strip out the "branch" which is fake... we always use a repourl
     Mercurial.startVC(self, None, revision, patch)
コード例 #5
0
ファイル: l10n.py プロジェクト: EkkiD/buildbotcustom
 def startVC(self, branch, revision, patch):
     # if we're running a main tree and locales in the same tree,
     # we get a "branch" parameter here which doesn't have the locale
     # information which is encoded in repoURL. Strip it.
     Mercurial.startVC(self, None, revision, patch)
コード例 #6
0
ファイル: l10n.py プロジェクト: EkkiD/buildbotcustom
 def startVC(self, branch, revision, patch):
     # strip out the "branch" which is fake... we always use a repourl
     Mercurial.startVC(self, None, revision, patch)