Closed
Bug 810995
Opened 12 years ago
Closed 12 years ago
Remove hgweb link from "thank you for your try submission" email
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
1.39 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
The try submission emails look like:
{
Thanks for your try submission (http://hg.mozilla.org/try/pushloghtml?changeset=909200e6d543). It's the best!
Watch https://tbpl.mozilla.org/?tree=Try&rev=909200e6d543 for your results to come in.
Builds and logs will be available at http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/emorley@mozilla.com-909200e6d543.
This directory won't be created until the first builds are uploaded, so please be patient.
}
Roughly 50% of the time, I end up using the first link in the email, even though it isn't what I want, due to the wrapping & the links looking pretty similar.
For Try pushes, 99.9% of people will just be wanting to see the TBPL results (and the hgweb links are available on TBPL anyway), so to reduce confusion we should just remove the hgweb link.
With a few misc cleanups, I propose something like:
{
Thank you for your try submission. It's the best!
Watch TBPL for your results to come in:
https://tbpl.mozilla.org/?tree=Try&rev=909200e6d543
Once completed, builds and logs will be available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/emorley@mozilla.com-909200e6d543
}
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #680686 -
Flags: review?(bhearsum)
Comment 2•12 years ago
|
||
Comment on attachment 680686 [details] [diff] [review]
Patch v1
Review of attachment 680686 [details] [diff] [review]:
-----------------------------------------------------------------
Yup, sounds good to me.
Attachment #680686 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Thank you for the review :-)
https://hg.mozilla.org/build/buildbotcustom/rev/cffc8d2e27ab
Assignee | ||
Comment 4•12 years ago
|
||
In production :-)
eg:
{
Thank you for your try submission. It's the best!
Results will be displayed on TBPL as they come in:
https://tbpl.mozilla.org/?tree=Try&rev=7a214a0f3464
Once completed, builds and logs will be available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/emorley@mozilla.com-7a214a0f3464
}
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•