Closed
Bug 1121032
Opened 10 years ago
Closed 9 years ago
disable "Shipped!" button when it wouldn't be accepted anyways
Categories
(Release Engineering :: Applications: Shipit, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: Sylvestre)
Details
Attachments
(2 files)
2.56 KB,
patch
|
bhearsum
:
review+
Sylvestre
:
checked-in+
|
Details | Diff | Splinter Review |
843 bytes,
patch
|
bhearsum
:
feedback+
|
Details | Diff | Splinter Review |
Eg, if Firefox-35.0-build3 is shipped already, we shouldn't have the button for Firefox-35.0-build1 or build2.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sledru
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8548975 -
Flags: review?(bhearsum)
Reporter | ||
Updated•10 years ago
|
Attachment #8548975 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8548975 [details] [diff] [review]
0001-Bug-1121032-Do-not-display-the-button-Shipped-if-we-.patch
http://git.mozilla.org/?p=build/release-kickoff.git;a=commitdiff;h=c7f959f5eed87c280a26886183481bd347fcb1b0
Attachment #8548975 -
Flags: checked-in+
Comment 3•10 years ago
|
||
It looks this got pushed into production at some point, because we have "Other build shipped" on https://ship-it.mozilla.org/releases.html#ReviewedRunning now. But there might be some fallout.
If you filter on 36.0b1 you'll see this:
Release Status Actual "Shipped?" Expected "Shipped?'
Firefox-36.0b1-build2 Post Release Other build shipped Shipped + 'Not shipped' button
Fennec-36.0b1-build1 Post Release Other build shipped Shipped + 'Not shipped' button
Firefox-36.0b1-build1 Post Release Other build shipped Other build shipped
Assignee | ||
Comment 4•10 years ago
|
||
Indeed. Seems broken :/
The thing is that Status == "Post Release" while I was expecting "postrelease".
I am not sure why... (I am using sqlite)
Ben, does it ring a bell?
Flags: needinfo?(bhearsum)
Reporter | ||
Comment 5•10 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #4)
> Indeed. Seems broken :/
> The thing is that Status == "Post Release" while I was expecting
> "postrelease".
> I am not sure why... (I am using sqlite)
>
> Ben, does it ring a bell?
"postrelease" looks to be the short version that's stored in the database. "Post Release" is the pretty version that gets displayed: http://git.mozilla.org/?p=build/release-kickoff.git;a=blob;f=kickoff/views/status.py;h=859357f0730ee46055fae4915c31b4ee3d9db324;hb=HEAD#l88
Flags: needinfo?(bhearsum)
Assignee | ||
Comment 6•10 years ago
|
||
I am not sure why but with sqlite, I had postrelease, with MySQL, I get "Post Release".
I don't think you will be happy with my lazy workaround. Maybe you have a better idea.
Attachment #8551382 -
Flags: feedback?(bhearsum)
Reporter | ||
Updated•10 years ago
|
Attachment #8551382 -
Flags: feedback?(bhearsum) → feedback+
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Looks fine now.
Updated•9 years ago
|
Component: Release Automation → Ship It
QA Contact: bhearsum → rail
Comment 9•9 years ago
|
||
I think this is fixed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Applications: ShipIt (backend) → Applications: ShipIt
You need to log in
before you can comment on or make changes to this bug.
Description
•