kiwi-builder-image: Remove failure if package version mismatch #184
Reference in New Issue
Block a user
No description provided.
Delete Branch "nbelouin/Factory:fix-kiwibuilder-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove the automatic failure if repo package and base image are
mismatched.
This is needed to prevent automation from failing when updated base
image doesn't exists.
Signed-off-by: Nicolas Belouin nicolas.belouin@suse.com
lgtm
/cc @dirkmueller
Side note here, we plan on having something to automatically open PRs when new versions of "upstream" components get released, this one is a really great candidate for this and it would solve the issue of us running late on upgrades that lead to this "let it fail if we're late" solution that appears to also not be completely working.