[Buildbot-devel] buildbot/github post-receive URL timestamp problem
Matthew Morse
matt at apple.com
Mon Jul 18 18:29:19 UTC 2011
I was away for a few days, so only now got around to filing the bug:
Ticket #2054
I'm new to filing bugs on this system, so let me know if you need more information.
Thanks,
- Matt
On Jul 14, 2011, at 6:02 PM PDT, Dustin J. Mitchell wrote:
>> ...but module buildbot.status.web.hooks.github is looking for something in the format:
>>
>> "timestamp":"1970-01-01T00:00:00+00:00"
>>
>> Here's the code (http://buildbot.net/buildbot/docs/0.8.3/reference/buildbot.status.web.hooks.github-pysrc.html):
>>
>> 59 def convertTime(myTestTimestamp):
>> 60 #"1970-01-01T00:00:00+00:00"
>> 61 matcher = re.compile(r'(\d\d\d\d)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)([-+])(\d\d):(\d\d)')
>> 62 result = matcher.match(myTestTimestamp)
>> 63 (year, month, day, hour, minute, second, offsetsign, houroffset, minoffset) = \
>> 64 result.groups()
>>
>> Any suggestions?
>
> Can you file a bug? Thanks!
>
> Dustin
More information about the devel
mailing list