Commit 9ad8441
committed
cmd-diff: fix rpm diffing in a build-with-buildah world
In the build-with-buildah world there is no ostree-commit-object
so there is no lightweight (i.e. partial import) way to do a db diff.
We have to do a full import here unless we somehow start storing RPM
NEVRAs in a label or annotation.
Also, we need to pass the version (id) to `db diff` because the
commit checksum in the metadata doesn't seem to work when diffing
a build-with-buildah image.1 parent cb3ea70 commit 9ad8441
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments