Closed
Bug 992224
Opened 11 years ago
Closed 11 years ago
Minor documentation improvements on the ship-it form
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(1 file, 1 obsolete file)
4.64 KB,
patch
|
bhearsum
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Various improvement in the release forms:
* In the input text, show a more recent version of Firefox (bikeshed)
* Fix the declaration. We are using a two columns declaration for Firefox (JSON is for android)
* Add the information about the changeset being tested in TBPL + add URL
The attached patch fixes them.
Updated•11 years ago
|
Attachment #8401873 -
Flags: review?(bhearsum)
Comment 1•11 years ago
|
||
Comment on attachment 8401873 [details] [diff] [review]
0001-Various-improve-in-the-release-forms.patch
Review of attachment 8401873 [details] [diff] [review]:
-----------------------------------------------------------------
::: kickoff/templates/includes/firefox_release.html
@@ +41,4 @@
> {% else %}
> {{ firefoxForm.mozillaRevision(placeholder='abcdef123456')|safe }}
> {% endif %}
> + <div class="help">If a relbranch is specified this field is disabled and ignored. The tip of the relbranch will be used instead. It is strongly recommended to select a changeset which has been fully built/tested on the TBPL tool (examples: <a href="https://tbpl.mozilla.org/?tree=Mozilla-Beta">Beta</a>, <a href="https://tbpl.mozilla.org/?tree=Mozilla-Release">Release</a> or <a href="https://tbpl.mozilla.org/?tree=Mozilla-Esr24">ESR24</a>)</div>
Any objection to leaving Esr24 out of this list? I think it'd be good to avoid adding something with a defined end of life like that (because we'll surely forget to update/remove it later, and it'll cause confusion). Looks fine otherwise.
Updated•11 years ago
|
Flags: needinfo?(sledru)
Assignee | ||
Comment 2•11 years ago
|
||
No worries, we can remove it :)
Do you want me to update the patch?
Flags: needinfo?(sledru)
Comment 3•11 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #2)
> No worries, we can remove it :)
> Do you want me to update the patch?
Yep, please do!
Assignee | ||
Comment 4•11 years ago
|
||
Updated version
Updated•11 years ago
|
Attachment #8401873 -
Flags: review?(bhearsum) → review+
Comment 5•11 years ago
|
||
Comment on attachment 8401873 [details] [diff] [review]
0001-Various-improve-in-the-release-forms.patch
Oops, wrong one.
Attachment #8401873 -
Flags: review+
Updated•11 years ago
|
Attachment #8402640 -
Flags: review+
Updated•11 years ago
|
Attachment #8401873 -
Attachment is obsolete: true
Updated•11 years ago
|
Attachment #8402640 -
Flags: checked-in+
Updated•11 years ago
|
Assignee: nobody → sledru
Comment 6•11 years ago
|
||
In production!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•