SUSE-Enceladus / keg

Kiwi Entwicklungs-Gerät (tool to produce kiwi image descriptions)
GNU General Public License v3.0
8 stars 6 forks source link

Obs service convert params #97

Closed jgleissner closed 2 years ago

jgleissner commented 2 years ago

Convert flag parameters 'disable-version-bump', --disable-changelog-update', '--disable-revisions-update', and '--force' to string type parameters. OBS src service cannot handle flags. Add parameter '--image-version' to set image version directly.

jgleissner commented 2 years ago

Unfortunately a couple of unit tests fail because kiwi has changed upstream and now the expected and the actual schema version are different. I've fixed this in the minikeg branch already, so may not be worth it fixing it again in this branch.

jgleissner commented 2 years ago

@aosthof This will make generating image descriptions with a manual version bump easier. Just add <param name="image-version">1.0.0</param> to the _service file before running the src service. Since that is a one-off, don't commit the changed _service file.