Closed
Bug 683725
Opened 14 years ago
Closed 13 years ago
release mail should be threadable
Categories
(Release Engineering :: Release Automation, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: massimo)
References
Details
(Whiteboard: [release][automation][simple])
Attachments
(4 files)
4.93 KB,
patch
|
catlee
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
1.73 KB,
patch
|
Details | Diff | Splinter Review | |
1.72 KB,
patch
|
catlee
:
review-
|
Details | Diff | Splinter Review |
1.73 KB,
patch
|
catlee
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
It would help readability if release mail set In-Reply-To or References to something consistent across a release, so that mail clients could thread it
Reporter | ||
Updated•14 years ago
|
Summary: release mail should be threaded → release mail should be threadable
Updated•14 years ago
|
Priority: -- → P5
Hardware: x86_64 → All
Whiteboard: [release][automation][simple]
Updated•14 years ago
|
Blocks: hg-automation
Reporter | ||
Comment 1•13 years ago
|
||
Mass move of bugs to Release Automation component.
Component: Release Engineering → Release Engineering: Automation (Release Automation)
Reporter | ||
Updated•13 years ago
|
No longer blocks: hg-automation
Assignee | ||
Comment 2•13 years ago
|
||
Patch for email threading
Attachment #672853 -
Flags: review?(catlee)
Updated•13 years ago
|
Attachment #672853 -
Attachment is patch: true
Updated•13 years ago
|
Attachment #672853 -
Flags: review?(catlee) → review+
Comment 3•13 years ago
|
||
Comment on attachment 672853 [details] [diff] [review]
patch for emeail threading
http://hg.mozilla.org/build/buildbotcustom/rev/dd4ab12fd027
Attachment #672853 -
Flags: checked-in+
Comment 4•13 years ago
|
||
This is live.
Comment 5•13 years ago
|
||
Comment on attachment 672853 [details] [diff] [review]
patch for emeail threading
Review of attachment 672853 [details] [diff] [review]:
-----------------------------------------------------------------
working well for today's release!
however, we have a minor problem where emails from production and staging are getting threaded together.
::: process/release.py
@@ +305,5 @@
> deliverables_builders = []
> xr_deliverables_builders = []
> post_deliverables_builders = []
> post_antivirus_builders = []
> + email_message_id = hashlib.md5("%(baseTag)s %(productName)s %(version)s %(buildNumber)s" %releaseConfig).hexdigest()
I think this should be %(messagePrefix)s instead of %(baseTag)s. baseTag refers to the hg tag, and messagePrefix is [release] or [staging-release]
Assignee | ||
Comment 6•13 years ago
|
||
Attachment #675128 -
Flags: review?(catlee)
Assignee | ||
Comment 8•13 years ago
|
||
Updated Message-Id to: <"unique-string"@mozilla.com>
Attachment #676601 -
Flags: review?(catlee)
Comment 9•13 years ago
|
||
Comment on attachment 676601 [details] [diff] [review]
updated message-id format
Review of attachment 676601 [details] [diff] [review]:
-----------------------------------------------------------------
::: process/release.py
@@ +297,5 @@
> return bool([p for p in platforms if substring in p])
>
> + def getMessageId():
> + md5 = hashlib.md5(getMessageTag())
> + for key in ("version", "buildNumber", "platform"):
"platform" should be "productName"
Attachment #676601 -
Flags: review?(catlee) → review-
Assignee | ||
Comment 10•13 years ago
|
||
Attachment #676622 -
Flags: review?(catlee)
Updated•13 years ago
|
Attachment #676622 -
Flags: review?(catlee) → review+
Updated•13 years ago
|
Attachment #676622 -
Flags: checked-in+
Updated•13 years ago
|
Assignee: nobody → mgervasini
Updated•13 years ago
|
Attachment #675128 -
Flags: review?(catlee)
Reporter | ||
Comment 11•13 years ago
|
||
In production.
Reporter | ||
Comment 12•13 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #11)
> In production.
Status: NEW → RESOLVED
Closed: 13 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
•