You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Alex Herbert <al...@gmail.com> on 2022/10/28 16:38:24 UTC

[numbers] Erronous tag NUMBERS_1_0_B1_RC1

When preparing the 1.1 RC for [numbers] I pushed my tags using:

git push --tags

This seems to have pushed an old tag NUMBERS_1_0_B1_RC1 made by Matt
Juntunen a few days before the official beta RC1 tag. This is pointing
at a different commit from the tags used for the beta release:

commons-numbers-1.0-beta1-rc1
rel/commons-numbers-1.0-beta1-rc1

---
> git tag -v commons-numbers-1.0-beta1-rc1
object 3406c0980b4bc1071314bbb081dad2ef49cd68d3
type commit
tag commons-numbers-1.0-beta1-rc1
tagger Matt Juntunen <ma...@apache.org> 1585912799 -0400

1.0-beta1-rc1
gpg: Signature made Fri 03 Apr 2020 12:19:59 BST
gpg:                using RSA key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A
gpg:                issuer "mattjuntunen@apache.org"
gpg: Can't check signature: No public key

> git tag -v NUMBERS_1_0_B1_RC1
object 38730f37233053ec411312f5cc8afe9214bb7942
type commit
tag NUMBERS_1_0_B1_RC1
tagger Matt Juntunen <ma...@apache.org> 1585513554 -0400

RC1
gpg: Signature made Sun 29 Mar 2020 21:25:54 BST
gpg:                using RSA key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A
gpg:                issuer "mattjuntunen@apache.org"
gpg: Can't check signature: No public key
---

I suggest we remove this tag from the repository given it was not used
for any published release or release candidate.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [numbers] Erronous tag NUMBERS_1_0_B1_RC1

Posted by Alex Herbert <al...@gmail.com>.
On Sun, 30 Oct 2022 at 18:48, Gary D. Gregory <gg...@apache.org> wrote:
>
> There better never be RC tags under the rel/ prefix, that space is only for releases and lives forever.
>
> Gary

What I think has happened is that Matt created the tag during an early
cut of the beta RC1 release. I pulled the tag during development, and
the tag was then deleted by Matt from the master repo when he rerolled
the beta1 RC1 (with a different tag name). So I had a copy of it
locally which I then pushed back to the repo when I made the recent
release for 1.1.

The tags are now:

> git tag -l
NUMBERS_1_0_B1_RC1
commons-numbers-1.0-beta1-rc1
commons-numbers-1.0-rc1
commons-numbers-1.1-RC1
rel/commons-numbers-1.0
rel/commons-numbers-1.0-beta1

The two rc1 tags (1.0-beta1 and 1.0) match the official tags under the
rel directory. The NUMBERS_1_0_B1_RC1 is an error as it does not point
to an official release commit. I will delete this tag. If it has been
pulled by another committer it may be pushed back again in the future;
hopefully we can minimise this occurring by updating the release notes
on how to push a specific tag and not using 'git push --tags'.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [numbers] Erronous tag NUMBERS_1_0_B1_RC1

Posted by "Gary D. Gregory" <gg...@apache.org>.
There better never be RC tags under the rel/ prefix, that space is only for releases and lives forever.

Gary

On 2022/10/28 16:38:24 Alex Herbert wrote:
> When preparing the 1.1 RC for [numbers] I pushed my tags using:
> 
> git push --tags
> 
> This seems to have pushed an old tag NUMBERS_1_0_B1_RC1 made by Matt
> Juntunen a few days before the official beta RC1 tag. This is pointing
> at a different commit from the tags used for the beta release:
> 
> commons-numbers-1.0-beta1-rc1
> rel/commons-numbers-1.0-beta1-rc1
> 
> ---
> > git tag -v commons-numbers-1.0-beta1-rc1
> object 3406c0980b4bc1071314bbb081dad2ef49cd68d3
> type commit
> tag commons-numbers-1.0-beta1-rc1
> tagger Matt Juntunen <ma...@apache.org> 1585912799 -0400
> 
> 1.0-beta1-rc1
> gpg: Signature made Fri 03 Apr 2020 12:19:59 BST
> gpg:                using RSA key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A
> gpg:                issuer "mattjuntunen@apache.org"
> gpg: Can't check signature: No public key
> 
> > git tag -v NUMBERS_1_0_B1_RC1
> object 38730f37233053ec411312f5cc8afe9214bb7942
> type commit
> tag NUMBERS_1_0_B1_RC1
> tagger Matt Juntunen <ma...@apache.org> 1585513554 -0400
> 
> RC1
> gpg: Signature made Sun 29 Mar 2020 21:25:54 BST
> gpg:                using RSA key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A
> gpg:                issuer "mattjuntunen@apache.org"
> gpg: Can't check signature: No public key
> ---
> 
> I suggest we remove this tag from the repository given it was not used
> for any published release or release candidate.
> 
> Alex
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org