Closed
Bug 453229
Opened 16 years ago
Closed 16 years ago
enable TinderboxMailNotifier to use WithProperties for the parameter "tree"
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: coop)
References
Details
Attachments
(1 file)
When we have a build object that has a build property that determines the locale being repackaged. We want to report with one TinderboxMailNotifier to the main product page and we also want to report to locale specific page
c['status'].append(tinderbox.TinderboxMailNotifier(
tree=Mozilla-l10n
c['status'].append(tinderbox.TinderboxMailNotifier(
tree=WithProperties("Mozilla-l10n-%(locale)s"),
builders=['linux_l10n_nightly','win32_l10n_nightly','macosx_l10n_nightly'],
The patch has already been reviewed by bhearsum in bug 445254
checkin-needed
Reporter | ||
Comment 1•16 years ago
|
||
(In reply to comment #61)
> I suggest opening a new bug on the tinderbox changes, with proper deps. Is
> there an upstream bug for this?
I don't think there is an upstream bug
Reporter | ||
Updated•16 years ago
|
Assignee: armenzg → ccooper
Assignee | ||
Updated•16 years ago
|
Priority: -- → P2
Assignee | ||
Updated•16 years ago
|
Attachment #336407 -
Attachment description: tools/buildbot/status/tinderbox.py - It enables WithProperties for the parameter "tree" → [checked in] tools/buildbot/status/tinderbox.py - It enables WithProperties for the parameter "tree"
Assignee | ||
Comment 2•16 years ago
|
||
The patch is checked in to CVS trunk now, and the staging- and production-1.9 masters have both been updated and restarted to pick up the change.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•