Closed
Bug 492985
Opened 17 years ago
Closed 17 years ago
No c-c L10n builds since 05/11/09
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect)
Mozilla Messaging Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wladow, Assigned: gozer)
Details
Attachments
(1 file)
|
406 bytes,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
Our L10n builds are missing from Thunderbird and Sunbird tinderboxen since 05/11/09. The latest L10n builds delivered to FTP's nightly folder have the same timestamp.
Updated•17 years ago
|
Assignee: nobody → gozer
Severity: major → critical
Component: Build Config → Server Operations
Product: Thunderbird → Mozilla Messaging
QA Contact: build-config → server-ops
Version: Trunk → other
| Assignee | ||
Comment 1•17 years ago
|
||
looks like a side effect of bug 487493. Small, simple fix in place, let's see if it works.
| Assignee | ||
Comment 2•17 years ago
|
||
The exception thrown was:
File "[python-home]/twisted/internet/defer.py", line 229, in callback
self._startRunCallbacks(result)
File "[python-home]/twisted/internet/defer.py", line 294, in _startRunCallbacks
self._runCallbacks()
File "[python-home]/twisted/internet/defer.py", line 307, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "[python-home]/buildbot/process/builder.py", line 766, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
--- <exception caught here> ---
File "[python-home]/buildbot/process/base.py", line 351, in startBuild
self.setupBuild(expectations) # create .steps
File "[python-home]/buildbot/process/base.py", line 406, in setupBuild
step.setBuild(self)
File "[python-home]/buildbotcustom/steps/l10n.py", line 18, in setBuild
build.setProperty('locales', self.locales)
<type 'exceptions.TypeError'>: setProperty() takes exactly 4 arguments (3 given)
| Assignee | ||
Comment 3•17 years ago
|
||
Not sure why regular mozilla stuff isn't hit by this, but the fix is simple enough.
Attachment #377505 -
Flags: review?(bhearsum)
Updated•17 years ago
|
Attachment #377505 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 4•17 years ago
|
||
Locally applied the change and reconfigured buildbot. Also triggered a l10n repack of everything, and so far, looks like it's building.
Updated•17 years ago
|
Attachment #377505 -
Attachment description: fix buildbotcustom.steps.l10n.setBuild use of build.setProperty → [checked in] fix buildbotcustom.steps.l10n.setBuild use of build.setProperty
Comment 5•17 years ago
|
||
Comment on attachment 377505 [details] [diff] [review]
[checked in] fix buildbotcustom.steps.l10n.setBuild use of build.setProperty
changeset: 287:3e6f132a4541
| Assignee | ||
Comment 6•17 years ago
|
||
Looks like it worked, I see plenty of l10n builds here:
<http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-trunk-l10n/?C=M;O=D>
and
<http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central-l10n/?C=M;O=D>
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•