[gst-devel] Unable to tag
Felipe Contreras
felipe.contreras at gmail.com
Sat May 2 12:06:42 CEST 2009
On Sat, May 2, 2009 at 11:34 AM, Edward Hervey <bilboed at gmail.com> wrote:
> 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
Yeah, that's because I asked in #freedesktop and some guy did 'chmod -s'.
> 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).
Yeah, the execution bit on the group is wrong on most files. But also
there's a setguid bit for some directories.
> 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).
Having a commit to bump the version is a thing of the past:
http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=2cbf95a93c0d689dc246040a1caee75f78293c8b
> anyway... I removed the execution bit from hooks/update. Do as you
> please.
Thanks.
Having to look at all this stuff made me realize the description is wrong:
Wrapper plugins for the OpenMAX framework
There are no "plugins" it's only one plug-in, it's for OpenMAX IL
which is not a framework, it's a standard API.
I tried to change it, but for some reason it's read-only even though
I'm on the gstreamer group.
Cheers.
--
Felipe Contreras
More information about the gstreamer-devel
mailing list