[gst-devel] Unable to tag
Edward Hervey
bilboed at gmail.com
Sat May 2 10:34:07 CEST 2009
On Mon, 2009-04-27 at 13:49 +0200, Peter Kjellerstedt wrote:
> > -----Original Message-----
> > From: Felipe Contreras [mailto:felipe.contreras at gmail.com]
> > Sent: den 27 april 2009 02:03
> > To: gstreamer-devel at lists.sourceforge.net
> > Cc: Edward Hervey
> > Subject: [gst-devel] Unable to tag
> >
> > Hi,
> >
> > I'm trying to tag gst-openmax and the update hook seems to be blocking
> > it.
> >
> > git push fd v0.10.0.5
> > Total 0 (delta 0), reused 0 (delta 0)
> > *** The un-annotated tag, v0.10.0.5, is not allowed in this repository
> > *** Use 'git tag [ -a | -s ]' for tags you want to propagate.
> > error: hooks/update exited with error code 1
> > error: hook declined to update refs/tags/v0.10.0.5
> > To ssh://felipec@git.freedesktop.org/git/gstreamer/gst-openmax
> > ! [remote rejected] v0.10.0.5 -> v0.10.0.5 (hook declined)
> >
> > I logged to annarchy.fd.org to see if I could fix the problem, it
> > seems all the permissions are strange:
> > -rw-rwsr-- 1 bilboed gstreamer 42 2009-01-30 23:52 description
> > -rw-rwsr-- 1 bilboed gstreamer 2.0K 2009-01-30 23:50 hooks/update
interesting... this is what I see on kemper.fdo:
-rw-rwxr-- 1 bilboed gstreamer 42 2009-01-30
23:52 /git/gstreamer/gst-openmax.git/description
-rw-rwxr-- 1 bilboed gstreamer 1985 2009-01-30
23:50 /git/gstreamer/gst-openmax.git/hooks/update
and on annarchy.fdo:
-rw-rwxr-- 1 bilboed gstreamer 42 2009-01-30
23:52 /git/gstreamer/gst-openmax.git/description
-rw-rwxr-- 1 bilboed gstreamer 1985 2009-01-30
23:50 /git/gstreamer/gst-openmax.git/hooks/update
seems fine to me apart from the execution bit being set for the
gstreamer group (that would be /git/gstreamer/gst-openmax.git/ on both
machines btw).
As for the tagging ... I can't even see which commit should be tagged
(I'm looking for one that sets configure.ac (or some other file) to
0.10.0.5).
anyway... I removed the execution bit from hooks/update. Do as you
please.
Edward
> >
> > Why would the description have setguid mode? And why am I not able to
> > edit any file even though I'm on the 'gstreamer' group?
> >
> > --
> > Felipe Contreras
>
> I do not know anything about the files or their permissions,
> but regarding un-annotated tags I personally find it a very
> good idea to block them. One of the major problems we have
> with our own CVS repository is the lack of information
> regarding tags, who set the tag and why. So IMHO annotated
> tags is the only way to go. Then again, I am not the
> repository owner for GStreamer...
>
> //Peter
>
More information about the gstreamer-devel
mailing list