|
Bugzilla – Full Text Bug Listing |
| Summary: | kiwi-templates-Minimal: needs kiwi schemaversion update | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ana Guerrero <ana.guerrero> |
| Component: | Other | Assignee: | Fabian Vogt <fvogt> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | bwiedemann, dcermak, marcus.schaefer, marcus.schaefer, rbrown |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ana Guerrero
2024-04-02 14:29:39 UTC
You should be able to use kiwi to produce the new schema required ``` kiwi-ng image info --description /path/to/osc/checkout --print-xml ``` Does it have to be 8 or can it also be some 7.x for compatibility with kiwi in 15.x? For livecd-openSUSE I updated the schemaversion recently to test it with kiwi 10 and they worked with schemaversion="7.4" as well, but here the message says specifically "the lastest schema (at least 8)". It'd be nice if we can update to the last version, but whatever that works with https://build.opensuse.org/request/show/1162956 is fine for now. > Does it have to be 8 or can it also be some 7.x for compatibility with kiwi in 15.x? It has to be >= 7.4 For kiwi v10 we set the entry level to schema version v74 > For livecd-openSUSE I updated the schemaversion recently to test it with kiwi 10 and they worked with schemaversion="7.4" as well, yep that's all fine JFI: There is also an open PR https://github.com/OSInside/kiwi/pull/2523 to allow the upgrade from older schemas in easier way for our users This is fixed now |