Closed
Bug 547095
Opened 16 years ago
Closed 16 years ago
Try-server email body is missing nickname for WinMo & Maemo builds
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: rail)
Details
Attachments
(1 file)
637 bytes,
patch
|
coop
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
The TryServer auto-emails for WinMo & Maemo are missing a string at the end of the first sentence -- they say e.g.:
> SUBJECT: Try Server: success on WinMo try hg build
> BODY: Your Try Server build (try-6b4ff24cfebb) was successfully completed on .
> SUBJECT: Your Try Server build (try-6b4ff24cfebb) was successfully completed on .
> BODY: Your Try Server build (try-6b4ff24cfebb) failed to complete on .
Should say "on winmo" and "on maemo" there.
Compare to this correct email:
> Try Server: success on WINNT 5.2 try hg build
> Your Try Server build (try-6b4ff24cfebb) was successfully completed on win32.
NOTE: it looks like we have two distinct nicknames for the same platform, and we use one in the subject line and one in the email body. (e.g. "WINNT 5.2" vs "win32" above. also: "OS X 10.5.2" vs "mac", and "Linux" vs "linux") I'm guessing we're just missing the latter nickname on WinMo & Maemo.
Reporter | ||
Updated•16 years ago
|
Summary: Tryserver emails don't have "nickname" for WinMo & Maemo → Try-server email body is missing nickname for WinMo & Maemo builds
Comment 1•16 years ago
|
||
(In reply to comment #0)
> NOTE: it looks like we have two distinct nicknames for the same platform, and
> we use one in the subject line and one in the email body. (e.g. "WINNT 5.2" vs
> "win32" above. also: "OS X 10.5.2" vs "mac", and "Linux" vs "linux") I'm
> guessing we're just missing the latter nickname on WinMo & Maemo.
Good call:
http://hg.mozilla.org/build/buildbotcustom/file/996d58ea54a5/status/generators.py#l20
Assignee: nobody → ccooper
Priority: -- → P3
Assignee | ||
Comment 2•16 years ago
|
||
Coop,
Please review the following patch.
Assignee: ccooper → raliiev
Attachment #428882 -
Flags: review?(ccooper)
Comment 3•16 years ago
|
||
Comment on attachment 428882 [details] [diff] [review]
Proposed fix
Looks good. I'll get this landed shortly.
Attachment #428882 -
Flags: review?(ccooper) → review+
Comment 4•16 years ago
|
||
Comment on attachment 428882 [details] [diff] [review]
Proposed fix
http://hg.mozilla.org/build/buildbotcustom/rev/6f1209994e4e
Now we just have to schedule some tryserver downtime to reconfig.
Rail: can you talk to Armen (since he's on buildduty this week) about scheduling the downtime? Thanks.
Attachment #428882 -
Flags: checked-in+
Comment 5•16 years ago
|
||
I will reconfigure it in the morning 6AM PST.
Try might go down and therefore I shall send an announcement.
Comment 6•16 years ago
|
||
Done. No problems.
Rail all yours to close it or do whatever you need to do.
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 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
•