You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
swupd_create_update supports a "minversion" feature that forces regeneration of update content that last changed prior to a given version.
A variation of this feature would be to only regenerate content that last changed in a selected version. In other words, for build CURRENT_VERSION, instead of regenerating all content with last_change < MIN_VERSION, only regenerate content with last_change == MIN_VERSION. The regenerated content will have last_change CURRENT_VERSION, same as the "minversion" feature behavior.
The text was updated successfully, but these errors were encountered:
Yes, in case there is a bad release in the middle of an update stream of otherwise good releases, we could selectively rebuild files that last changed at that bad version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
swupd_create_update
supports a "minversion" feature that forces regeneration of update content that last changed prior to a given version.A variation of this feature would be to only regenerate content that last changed in a selected version. In other words, for build CURRENT_VERSION, instead of regenerating all content with last_change < MIN_VERSION, only regenerate content with last_change == MIN_VERSION. The regenerated content will have last_change CURRENT_VERSION, same as the "minversion" feature behavior.
The text was updated successfully, but these errors were encountered: