Closed
Bug 1139339
Opened 10 years ago
Closed 10 years ago
Prefix the subject with [desktop] [mobile] on r-d
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Sylvestre, Assigned: Sylvestre)
Details
Attachments
(1 file)
2.45 KB,
patch
|
bhearsum
:
review+
Sylvestre
:
checked-in+
|
Details | Diff | Splinter Review |
The title says all
Attachment #8572554 -
Flags: review?(bhearsum)
Comment 1•10 years ago
|
||
Comment on attachment 8572554 [details] [diff] [review]
0001-Prefix-the-subject-with-Desktop-Mobile.patch
Review of attachment 8572554 [details] [diff] [review]:
-----------------------------------------------------------------
::: buildfarm/release/release-runner.py
@@ +236,5 @@
> + if "Fennec" in r["name"]:
> + subjectPrefix = "[mobile] "
> + if "Firefox" in r["name"]:
> + subjectPrefix = "[desktop] "
> +
Should be handling Thunderbird here too? Those mails go to thunderbird-drivers@mozilla.org so maybe it doesn't matter.
Attachment #8572554 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•10 years ago
|
||
I don't think so. Build emails for tb are only about tb, I don't think we should.
Thanks for the quick review!
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8572554 [details] [diff] [review]
0001-Prefix-the-subject-with-Desktop-Mobile.patch
https://hg.mozilla.org/build/tools/rev/49bd31856fb4
Attachment #8572554 -
Flags: checked-in+
Assignee | ||
Comment 4•10 years ago
|
||
That worked:
[desktop] Build of Firefox-36.0.1-build1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•