Commit 2578ad2
committed
testiso: stop checking the ostree commit in the aleph file
This doesn't work in the container-native path because the
ostree-commit in the aleph is from the encapsulation done as part of
`build-chunked-oci`, but the `ostree-commit` we embed in `meta.json` is
from the imported "merge commit".
I _think_ what we need is to tweak our osbuild manifests to use the
import path rather than unencapsulate path, and that should result in
the merge commit getting inserted in the aleph (but also that would be
one less dependency on even having `ostree-commit` in `meta.json` in the
first place).
Anyway, I think just checking the version string is good enough for our
purposes here.1 parent 7ebb4b8 commit 2578ad2
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
833 | 832 | | |
834 | 833 | | |
835 | 834 | | |
836 | | - | |
| 835 | + | |
837 | 836 | | |
838 | 837 | | |
839 | 838 | | |
| |||
0 commit comments