Skip to content

Commit

Permalink
Remove "got_revision" generated by Repo - it's totally useless.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSikora committed Dec 13, 2010
1 parent 541db34 commit 77fcfbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions slave/buildslave/commands/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,3 @@ def _doDownload(self, dummy):
return self._repoCmd(command, self._doDownload) # call again
return defer.succeed(0)

def parseGotRevision(self):
command = ['manifest', '-o', '-']
def _parse(res):
return sha.new(self.command.stdout).hexdigest()
return self._repoCmd(command, _parse, keepStdout=True)

0 comments on commit 77fcfbd

Please sign in to comment.