Closed
Bug 894532
Opened 12 years ago
Closed 10 years ago
dump_master.py: sort by name and add newlines
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sfink, Assigned: sfink)
References
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1954] )
Attachments
(1 file)
|
1.84 KB,
patch
|
Details | Diff | Splinter Review |
Diffing the output of dump_master.py doesn't work as well as it should:
<buildbotcustom.l10n.TriggerableL10n object> {'branch': 'releases/mozilla-aurora',
'builderNames': ['Firefox mozilla-aurora linux l10n nightly'],
puts the class name and the first key on the same line, and the entries are not sorted the same way between dumps.
| Assignee | ||
Comment 1•12 years ago
|
||
This adds a newline to this and similar cases by dumping them as a tuple, and sorts most of the various dumped objects.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
| Assignee | ||
Updated•12 years ago
|
Attachment #776577 -
Flags: review?(bugspam.Callek)
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1954]
| Assignee | ||
Comment 2•10 years ago
|
||
no longer doing buildbotty stuff. Also, I think this may have been independently implemented and landed?
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•10 years ago
|
Attachment #776577 -
Flags: review?(bugspam.Callek)
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•