This allows for kiwi descriptions that are compatible across multiple targets to be easily used without needless modifications.
Additionally, it allows for custom values when preparing milestone releases without needlessly modifying the descriptions.
Fixes: #4183
I stacked this on top of @adamwill's #4181 since otherwise it can't build...
2 new commits added
kiwi: Add support for overriding version and releasever
Fix a typo in the kiwi image type attribute override patch
FYI: @dcavalca, @salimma, @adamwill, @kevin
FYI @lsedlar, this needs to be plumbed into pungi too. :sweat_smile:
FYI: @tdawson, @rcallicotte
FYI: @davdunc
rebased onto faf3d937f4bb4f95f26c1c6c3db5acf32ca4d35c
flake8 is failing:
./plugins/builder/kiwi.py:238:100: E501 line too long (103 > 99 characters)
I believe I've fixed it now.
oof, now there are conflicts...
yep, too many changes to kiwi plugin. But everything else is merged now, so it should be final rebase.
rebased onto e18e4006cc2fc91e2639313a9c1aa98e1363befe
Rebased now.
Commit 7ce96c9e fixes this pull-request
Pull-Request has been merged by tkopecek
This allows for kiwi descriptions that are compatible across
multiple targets to be easily used without needless modifications.
Additionally, it allows for custom values when preparing milestone
releases without needlessly modifying the descriptions.
Fixes: #4183