Closed
Bug 494367
Opened 17 years ago
Closed 17 years ago
Maemo l10n repacks busted with echo None
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
References
Details
(Whiteboard: [fennec l10n][l10n])
Attachments
(2 files)
|
2.09 KB,
patch
|
coop
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
|
1.03 KB,
patch
|
coop
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
The l10n maemo builds are currently hung with a SetProperties echo None, which waits for stdin.
That's the step right after "clean old builds", I think it's the echo tree one, and the tree property isn't set on the maemo builds.
Coop?
| Assignee | ||
Comment 1•17 years ago
|
||
KaiRo mentions on IRC that
self.tinderboxPrint('toolkit_revision',WithProperties('%(toolkit_revision)s'))
in the fennec repack is likely going to break, too. That should be a
self.tinderboxPrint('gecko_revision',WithProperties('%(gecko_revision)s'))
Sorry, that one is a bug in my initial comment in bug 488099.
Depends on: 488099
| Assignee | ||
Comment 2•17 years ago
|
||
Coop, I just hacked up a fix for mobile2, the same patch should apply to staging more or less, I guess.
Assignee: nobody → l10n
Attachment #379127 -
Flags: review?(ccooper)
| Assignee | ||
Comment 3•17 years ago
|
||
This changes the print to gecko_revision, which matches what we hand out in http://hg.mozilla.org/mobile-browser/file/default/locales/Makefile.in#l93
Attachment #379128 -
Flags: review?(ccooper)
| Assignee | ||
Updated•17 years ago
|
Whiteboard: [fennec l10n][l10n]
Updated•17 years ago
|
Attachment #379128 -
Flags: review?(ccooper) → review+
Updated•17 years ago
|
Attachment #379127 -
Flags: review?(ccooper) → review+
Comment 4•17 years ago
|
||
Comment on attachment 379128 [details] [diff] [review]
print gecko instead of toolkit
changeset: 311:dcc31f2ad425
Attachment #379128 -
Flags: checked‑in+
Comment 5•17 years ago
|
||
Comment on attachment 379127 [details] [diff] [review]
map what we did for fx to fennec to have the tree in mobile_config.py
changeset: 1163:9edebdbbb8ee
Attachment #379127 -
Flags: checked‑in+
Comment 6•17 years ago
|
||
FYI, I'm holding off on a reconfig until later today post-freeze (hopefully).
Comment 7•17 years ago
|
||
I lied, reconfig just happened so we don't lose any more slaves.
Comment 8•17 years ago
|
||
This is upstream bug http://buildbot.net/trac/ticket/569, and only happens when the slaves are using twisted 2.4.0.
Comment 9•17 years ago
|
||
This change seems to have taken.
Do we want to change the default from None to "notset" or an empty string to be more robust here?
| Assignee | ||
Comment 10•17 years ago
|
||
(In reply to comment #9)
> Do we want to change the default from None to "notset" or an empty string to be
> more robust here?
Yeah, I think so.
Comment 11•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•