Closed
Bug 1079641
Opened 10 years ago
Closed 10 years ago
Make diffs more useful by sorting first
Categories
(Release Engineering Graveyard :: Applications: Balrog (frontend), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(1 file)
791 bytes,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
json stored in python dicts is not so great for consistent ordering, which makes diffs noisy.
Assignee | ||
Comment 1•10 years ago
|
||
This gets me a diff of
"partials": {
"Firefox-31.0-build2": "firefox-31.0-33.0.partial.mar",
"Firefox-32.0.2-build1": "firefox-32.0.2-33.0.partial.mar",
- "Firefox-32.0.3-build1": "firefox-32.0.3-33.0.partial.mar"
+ "Firefox-32.0.3-build1": "firefox-32.0.3-33.0.partial.mar",
? ++
+ "Firefox-33.0b9-build1": "firefox-33.0b9-33.0.partial.mar"
}
},
for fixing up the Firefox 33.0 blob (see https://wiki.mozilla.org/Releases/Firefox_33.0/BuildNotes#Updates_for_beta). It's still a little strange, but doesn't have any spurious changes in it for appVersion.
Attachment #8501498 -
Flags: review?(bhearsum)
Updated•10 years ago
|
Attachment #8501498 -
Flags: review?(bhearsum) → review+
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/d380eb2bd6d9bed46fd1247282703112be6173d3
Bug 1079641, make diffs more useful by sorting first, r=bhearsum
Assignee | ||
Comment 3•10 years ago
|
||
Waiting for the next push to production. No great rush.
Comment 4•10 years ago
|
||
I think this is in production now?
Assignee | ||
Comment 5•10 years ago
|
||
Oh yes, thanks for the reminder.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•