Dear coreboot folks,
Just a quick question, if there the 24.12 tag was renewed back in December(?).
$ LANG= git fetch --tags From ssh://review.coreboot.org:29418/coreboot ! [rejected] 24.12 -> 24.12 (would clobber existing tag)
I don’t think, I manually added a tag, but I can’t say for certain, what I did several months ago.
Kind regards,
Paul
[1]: https://doc.coreboot.org/releases/coreboot-24.12-relnotes.html
hi Paul,
the initial 24.12 tag was not an annotated one, so it was removed and re-created "properly." The tagged commit hash is unchanged.
regards, Matt
On Mon, Mar 31, 2025, 9:04 AM Paul Menzel pmenzel@molgen.mpg.de wrote:
Dear coreboot folks,
Just a quick question, if there the 24.12 tag was renewed back in December(?).
$ LANG= git fetch --tags From ssh://review.coreboot.org:29418/coreboot ! [rejected] 24.12 -> 24.12 (would clobber
existing tag)
I don’t think, I manually added a tag, but I can’t say for certain, what I did several months ago.
Kind regards,
Paul
coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org
Hi Paul,
On Mon, Mar 31, 2025 at 1:55 PM Paul Menzel pmenzel@molgen.mpg.de wrote:
Dear coreboot folks,
Just a quick question, if there the 24.12 tag was renewed back in December(?).
$ LANG= git fetch --tags From ssh://review.coreboot.org:29418/coreboot ! [rejected] 24.12 -> 24.12 (would clobber
existing tag)
I don’t think, I manually added a tag, but I can’t say for certain, what I did several months ago.
Which commit does your local 24.12 tag point to?
Kind regards,
Paul
coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org
Best regards, Angel
Dear Angel,
Thank you for your reply.
Am 31.03.25 um 21:36 schrieb Angel Pons:
On Mon, Mar 31, 2025 at 1:55 PM Paul Menzel pmenzel@molgen.mpg.de wrote:
Dear coreboot folks,
Just a quick question, if there the 24.12 tag was renewed back in December(?).
$ LANG= git fetch --tags From ssh://review.coreboot.org:29418/coreboot ! [rejected] 24.12 -> 24.12 (would clobber
existing tag)
I don’t think, I manually added a tag, but I can’t say for certain, what I did several months ago.
Which commit does your local 24.12 tag point to?
Sorry, I should have mentioned it:
$ git log --oneline 24.12 -1 a1532790b9 (tag: 24.12) docs: Add 24.12 release notes
$ git log --oneline refs/tags/24.12 -1 # Is that the correct command? a1532790b9 (tag: 24.12) docs: Add 24.12 release notes
So, Matt’s explanation makes sense.
Kind regards,
Paul
Hi Paul, list
On Mon, Mar 31, 2025 at 8:21 PM Paul Menzel pmenzel@molgen.mpg.de wrote:
Dear Angel,
Thank you for your reply.
Am 31.03.25 um 21:36 schrieb Angel Pons:
On Mon, Mar 31, 2025 at 1:55 PM Paul Menzel pmenzel@molgen.mpg.de
wrote:
Dear coreboot folks,
Just a quick question, if there the 24.12 tag was renewed back in December(?).
$ LANG= git fetch --tags From ssh://review.coreboot.org:29418/coreboot ! [rejected] 24.12 -> 24.12 (would clobber
existing tag)
I don’t think, I manually added a tag, but I can’t say for certain, what I did several months ago.
Which commit does your local 24.12 tag point to?
Sorry, I should have mentioned it:
$ git log --oneline 24.12 -1 a1532790b9 (tag: 24.12) docs: Add 24.12 release notes $ git log --oneline refs/tags/24.12 -1 # Is that the correct command? a1532790b9 (tag: 24.12) docs: Add 24.12 release notes
So, Matt’s explanation makes sense.
Ah, I see. I just found Matt's email in the spam folder.
Kind regards,
Paul
Best regards, Angel