Commit 9b9ccd9
CKI Backport Bot
[redhat] scripts: sort dumped keys in uki_create_json.py
JIRA: https://issues.redhat.com/browse/RHEL-91668
commit 1abe0b0e2c15654556a506a6cd82d887673436ac
Author: Patrick Talbert <ptalbert@redhat.com>
Date: Fri Apr 4 16:24:22 2025 +0200
[redhat] scripts: sort dumped keys in uki_create_json.py
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>
Signed-off-by: CKI Backport Bot <cki-ci-bot+cki-gitlab-backport-bot@redhat.com>1 parent 3162dd5 commit 9b9ccd9
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