[vlc-devel] Tagging start of 1.2.0 development
Rafaël Carré
rafael.carre at gmail.com
Wed Nov 3 06:05:06 CET 2010
On Tue, 02 Nov 2010 11:07:32 +0100
Rémi Denis-Courmont <remi at remlab.net> wrote:
>
> On Tue, 2 Nov 2010 10:13:32 +0100, Rafaël Carré
> <rafael.carre at gmail.com> wrote:
> >> Are you sure that git will select the right tag in this case?
> >
> > Yes but I need to verify why
> >
> > In fact I noticed 1.1.0-pre1 was the same commit because git
> > describe showed the same number of commits (the 2310) when testing
> > it (and it showed 1.2.0-dev)
>
> Would seem more logical to tag the commit that changed the
> configure.ac version to 1.2.0-git, than 1.0.0-pre1.
Yep (it's the commit following 1.1.0-pre1)
% cat .git/refs/tags/1.2.0-git
7a1c0b8000c02fc0211345d027ad583d9dfa1174
% git push --tags
Counting objects: 1, done.
Writing objects: 100% (1/1), 181 bytes, done.
Total 1 (delta 0), reused 0 (delta 0)
Receiving 0000000000000000000000000000000000000000 7a1c0b8000c02fc0211345d027ad583d9dfa1174 refs/tags/1.2.0-git
Pushing non 1.1 tags in the main vlc repo is forbidden (edit vlc.git/hooks/pre-receive to update filter rule)
error: hooks/pre-receive exited with error code 1
To git at git.videolan.org:vlc.git
! [remote rejected] 1.2.0-git -> 1.2.0-git (pre-receive hook declined)
error: failed to push some refs to 'git at git.videolan.org:vlc.git'
%
--
Rafaël Carré
More information about the vlc-devel
mailing list