Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Minversion value should be <= current version #96

@phmccarty

Description

@phmccarty

The swupd_create_update binary has a --minversion option, and its value can be any arbitrary integer. However, when minversion > current, and minversion is fixed for successive builds, every build N in the range current <= N <= minversion will be a full minversion bump. Hitting such a situation would most likely be unintentional, because the update stream would be a series of full rebuilds instead of delta updates.

It would be helpful for swupd_create_update to enforce that minversion <= current, because minversion > current is wasteful and not useful.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions