Merge v0.2.1 release related commit into master (versioning of Heads changes from 0.2.0 to 0.2.1+number of commits since 0.2.1 in versioning info, filename etc)#2049
Merged
tlaurion merged 2 commits intolinuxboot:masterfrom Jan 28, 2026
Conversation
71add5c to
e225518
Compare
…igned merge commit — no net content change vs origin/master) Signed-off-by: Thierry Laurion <insurgo@riseup.net>
e225518 to
9a402a0
Compare
Collaborator
Author
Collaborator
|
I do not think it matters from our perspective. When we made a release, we used to make a tag on our own, in a downstream repo. So we do not rely on this old heads tag. |
macpijan
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@notgivenby found that for unknown reasons of me, 7f2eb15 which is commit of release 0.2.1 (see v0.2.0...v0.2.1) was never part of master.
For reference, this old commit goal was for recovery shell to extend pcrs, which is since then made in etc/functions:recovery.
Nothing new in that commit vs master.
This empty commit merges the missing commit (in git terms to track 0.2.1 into master) which is an empty commit (no file changes)
In my local branch I now see:
Where otherwise, origin/master shows:
Am I doing something stupid here?
Unfortunately, DCO fails because 7f2eb15 is not signoff, while signed (GPG signed) without signoff which DCO is complaining about here.
I can relax the check here but that is that.