Hello,
I updated my local wine-staging repository today.
There is a release commit for v7.0-rc5 but the tags stops at v7.0-rc4.
Can you check that?
Regards.
Hi Olivier
I know the initial push didn’t push the tag but it was added later see https://github.com/wine-staging/wine-staging/releases/tag/v7.0-rc5
On Wed, Jan 12, 2022 at 11:42 AM Olivier F. R. Dierick < o.dierick@piezo-forte.be> wrote:
Hello,
I updated my local wine-staging repository today.
There is a release commit for v7.0-rc5 but the tags stops at v7.0-rc4.
Can you check that?
Regards.
Olivier F. R. Dierick o.dierick@piezo-forte.be
Le mercredi 12 janvier 2022 à 11:52 -0500, Dean Greer a écrit :
Hi Olivier
I know the initial push didn’t push the tag but it was added later see https://github.com/wine-staging/wine-staging/releases/tag/v7.0-rc5
On Wed, Jan 12, 2022 at 11:42 AM Olivier F. R. Dierick <o.dierick@pie zo-forte.be> wrote:
Hello,
I updated my local wine-staging repository today.
There is a release commit for v7.0-rc5 but the tags stops at v7.0- rc4.
Can you check that?
Regards.
Hello,
Thanks for the hint.
I guess my 'git fetch' - 'git rebase origin' routine doesn't pick-up tags that are added on their own. I'll add 'git fetch -t'.
Regards.
On 1/12/22 11:02, Olivier F. R. Dierick wrote:
Le mercredi 12 janvier 2022 à 11:52 -0500, Dean Greer a écrit :
Hi Olivier
I know the initial push didn’t push the tag but it was added later see https://github.com/wine-staging/wine-staging/releases/tag/v7.0-rc5
On Wed, Jan 12, 2022 at 11:42 AM Olivier F. R. Dierick <o.dierick@pie zo-forte.be> wrote:
Hello,
I updated my local wine-staging repository today.
There is a release commit for v7.0-rc5 but the tags stops at v7.0- rc4.
Can you check that?
Regards.
Hello,
Thanks for the hint.
I guess my 'git fetch' - 'git rebase origin' routine doesn't pick-up tags that are added on their own. I'll add 'git fetch -t'.
Yes, that one was accidentally omitted when we pushed the first time. Sorry for the inconvenience.
Le mercredi 12 janvier 2022 à 17:42 +0100, Olivier F. R. Dierick a écrit :
Hello,
I updated my local wine-staging repository today.
There is a release commit for v7.0-rc5 but the tags stops at v7.0- rc4.
Can you check that?
Regards.
Hello,
Nevermind.
I used 'git fetch -t' and it pulled v5.12.1 and v7.0-rc5 tags.
I usually do 'git fetch' and 'git rebase origin' and it pulls everything. It seems that those tags were different somehow.
Regards.