Discussion:
git tag for 0.27?
Joel Krauska
2011-02-02 18:43:39 UTC
Permalink
I am building for ubuntu, so I needed source.

I did a clone using git.
git clone git://git.fedorahosted.org/func.git

But it's not clear to me which revision this is..

There's no 0.27 tag.

$ git tag -l
v0.0.12
v0.13.1
v0.13.3
v0.14-2
v0.16
v0.18
v0.20
v0.21
v0.23
v0.24
v0.24.9
v0.25


And the current source tarball is 0.27?

The CHANGES file only lists up to 0.25.

Help?

--Joel
seth vidal
2011-02-02 21:01:41 UTC
Permalink
Post by Joel Krauska
I am building for ubuntu, so I needed source.
I did a clone using git.
git clone git://git.fedorahosted.org/func.git
But it's not clear to me which revision this is..
There's no 0.27 tag.
$ git tag -l
v0.0.12
v0.13.1
v0.13.3
v0.14-2
v0.16
v0.18
v0.20
v0.21
v0.23
v0.24
v0.24.9
v0.25
And the current source tarball is 0.27?
The CHANGES file only lists up to 0.25.
Help?
when I started doing the releases of func I apparently failed to tag
them properly.

I'll see what I can do to fix this up.

thx
-sv

Loading...