947
edits
(add section for recommendations and give one) |
(add current stumbling block, a download error) |
||
Line 6: | Line 6: | ||
* reworked patch from bug 516984 so that it would cleanly apply: https://bugzilla.mozilla.org/attachment.cgi?id=434790 ''(March 24, 2010)'' | * reworked patch from bug 516984 so that it would cleanly apply: https://bugzilla.mozilla.org/attachment.cgi?id=434790 ''(March 24, 2010)'' | ||
== Outstanding Issues == | |||
* Mozmill build fails on download: | |||
Traceback (most recent call last): | |||
File "/home/jhammel/mozilla/src/buildbot/buildbot/buildbot/process/buildstep.py", line 689, in startStep | |||
d.addCallback(self._startStep_2) | |||
File "/home/jhammel/mozilla/src/buildbot/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 190, in addCallback | |||
callbackKeywords=kw) | |||
File "/home/jhammel/mozilla/src/buildbot/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 181, in addCallbacks | |||
self._runCallbacks() | |||
File "/home/jhammel/mozilla/src/buildbot/lib/python2.6/site-packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 323, in _runCallbacks | |||
self.result = callback(self.result, *args, **kw) | |||
--- <exception caught here> --- | |||
File "/home/jhammel/mozilla/src/buildbot/buildbot/buildbot/process/buildstep.py", line 712, in _startStep_2 | |||
skip = self.start() | |||
File "/home/jhammel/mozilla/src/buildbot/buildbotcustom/buildbotcustom/steps/misc.py", line 385, in start | |||
url = self.url_fn(self.build) | |||
File "/home/jhammel/mozilla/src/buildbot/buildbotcustom/buildbotcustom/process/factory.py", line 6623, in get_fileURL | |||
fileURL = build.source.changes[-1].files[0] | |||
exceptions.IndexError: tuple index out of range | |||
edits