image-info: do not include inputhash in the report
The algorithm from calculating changed in osbuild 24, thus breaking the testsuite. As the the inputhash is merely a implementation detail, there's no need to test it in the image tests. Nevertheless, the inputhash is also tested in the osbuild's testsuite. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
2b41190cf3
commit
6456fbe6a5
5 changed files with 16 additions and 27 deletions
|
|
@ -8561,11 +8561,9 @@
|
|||
"VERSION_ID": "8.3"
|
||||
},
|
||||
"ostree": {
|
||||
"refs": {
|
||||
"rhel/8/x86_64/edge": {
|
||||
"inputhash": "e255d15d889add2e2a1e8dc4fad9d73b61d5e2f2608f0713cf7f99a229cdaa49"
|
||||
}
|
||||
},
|
||||
"refs": [
|
||||
"rhel/8/x86_64/edge"
|
||||
],
|
||||
"repo": {
|
||||
"core.mode": "archive-z2"
|
||||
}
|
||||
|
|
@ -9053,4 +9051,4 @@
|
|||
"timezone": "UTC",
|
||||
"type": "ostree/commit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue