Status: Untriaged
Owner: ----
CC:
ebl...@chromium.org,
kr...@chromium.org,
josa...@chromium.org,
or...@chromium.org
Labels: Type-Bug pri-1 Area-RelEng
New issue 30964 by
d...@chromium.org: genindex failing to generate
chromeos-images index page
http://code.google.com/p/chromium-os/issues/detail?id=30964
Traceback (most recent call last):
File "/usr/local/google/crostools/genindex.py", line 648, in <module>
main()
File "/usr/local/google/crostools/genindex.py", line 639, in main
fastpath=options.cache))
File "/usr/local/google/crostools/genindex.py", line 489, in
ProcessListIntoVersionDict
board, entry, fastpath)
File "/usr/local/google/crostools/genindex.py", line 297, in AddLinkEntry
image_entry[version][channel]['date'] = GetDate(file_path)
File "/usr/local/google/crostools/genindex.py", line 152, in GetDate
date_cache[full_path] = GsDate(full_path).replace('GMT', '')
File "/usr/local/google/crostools/genindex.py", line 141, in GsDate
return match.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
Nothing has changed in the code, so it looks like some new data format/type
is gumming up the works.
I've cleared .genindex_date.pickle and .milestone_cache.pickle but no
help. Needs further investigation.