[Buildbot-devel] bug in buildbot.changes.gitpoller ? doesn't set revision on Change objects
Matisse Enzer
menzer at apple.com
Wed Aug 11 01:07:00 UTC 2010
Sorry for popping in like this but we want to use the new buildbot.changes.gitpoller and found that when it creates new Change objects it is not setting the revision:
--- gitpoller.py.dist 2010-08-09 18:09:40.000000000 -0700
+++ gitpoller.py.new 2010-08-10 17:32:00.000000000 -0700
@@ -196,6 +196,7 @@
commit_timestamp = None # use current time
c = changes.Change(who = self._get_commit_name(rev),
+ revision = rev,
files = self._get_commit_files(rev),
comments = self._get_commit_comments(rev),
when = commit_timestamp,
More information about the devel
mailing list