947
edits
(note buildbotcustom PYTHONPATH issue) |
(note workaround for fileURL patch) |
||
Line 34: | Line 34: | ||
exceptions.IndexError: tuple index out of range | exceptions.IndexError: tuple index out of range | ||
The patch at http://k0s.org/mozilla/hg/buildbotcustom/.hg/patches/rev/71b8c045d03a reveals <tt>build.source.changes</tt> is in fact an empty tuple. This is from ''force build'' | The patch at http://k0s.org/mozilla/hg/buildbotcustom/.hg/patches/rev/71b8c045d03a reveals <tt>build.source.changes</tt> is in fact an empty tuple. This is from ''force build'' through the web. | ||
This may be worked around by using a static URL for the tarball when there is not a change source. See http://k0s.org/mozilla/hg/buildbotcustom/.hg/patches/rev/1eea0e4dc4cd for a quick patch. Ideally, the patch would construct the URL needed dynamically, but its a WIP. | |||
edits