[Buildbot-devel] Missing git tag for release 0.8.10

Bjørn Forsman bjorn.forsman at gmail.com
Tue Dec 9 17:53:14 UTC 2014


On 9 December 2014 at 17:49, Mikhail Sobolev <mss at mawhrin.net> wrote:
> Hi Bjørn,
> On Tue, Dec 09, 2014 at 05:41:57PM +0100, Bjørn Forsman wrote:
>> I just subscribed to let you know that there is no tag for release
>> 0.8.10 in the git repo[1]. Please fix :-)
>>
>> [1]: https://github.com/buildbot/buildbot.git
> I can see the tag:
>
>     https://github.com/buildbot/buildbot/releases/tag/v0.8.10
>
> Please note leading 'v'.

Weird... why don't I see it locally then?

$ git clone https://github.com/buildbot/buildbot buildbot-tmp
$ cd buildbot-tmp/
$ git describe
v0.8.9-2062-g42c68ce
$ git describe --tags
v0.8.9-2062-g42c68ce

Ah... I see now:

$ git tag | grep 0.8.10
v0.8.10
v0.8.10-pre

I guess I was expecting the v0.8.10 tag to be visible/reachable from
the master branch, since v0.8.9 is.

Best regards,
Bjørn Forsman




More information about the devel mailing list