Commit 66e8bd7
committed
[redhat] scripts: sort dumped keys in uki_create_json.py
JIRA: INTERNAL
The order of the keys in the json output may change causing unnecessary
churn in the dist-git diffs. Fix this by setting sort_keys=True in the
json.dump() call. Outside of locale sorting differences this should
provide a more stable experience.
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
(cherry picked from commit 4fcf24df7f4ed4a55c5e51f9f631f1ebb07c86f6)
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>1 parent df37740 commit 66e8bd7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments