Skip to content

Commit

Permalink
comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hborkhuis committed Apr 24, 2012
1 parent 840e40a commit c6c4abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/buildbot/status/build.py
Expand Up @@ -93,7 +93,6 @@ def getSourceStamps(self, absolute=False):
if not absolute or not self.properties.has_key('got_revision'):
return self.sources
# the got_revision must be stored per sourcestamp (or in the sourcestamp)
#return [ss.getAbsoluteSourceStamp(self.properties['got_revision']) for ss in self.sources]
return [ss.getAbsoluteSourceStamp(ss.revision) for ss in self.sources]

def getReason(self):
Expand Down

0 comments on commit c6c4abe

Please sign in to comment.