public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ignore Documentation/DocBook/media/
@ 2011-03-16 14:22 Michael Jones
  2011-03-17 11:07 ` Laurent Pinchart
  2011-03-24 15:34 ` Michael Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Jones @ 2011-03-16 14:22 UTC (permalink / raw)
  To: Linux Media Mailing List

>From 81a09633855b88d19f013d7e559e0c4f602ba711 Mon Sep 17 00:00:00 2001
From: Michael Jones <michael.jones@matrix-vision.de>
Date: Thu, 10 Mar 2011 16:16:38 +0100
Subject: [PATCH] ignore Documentation/DocBook/media/

It is created and populated by 'make htmldocs'


Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
---
 Documentation/DocBook/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Documentation/DocBook/.gitignore b/Documentation/DocBook/.gitignore
index c6def35..679034c 100644
--- a/Documentation/DocBook/.gitignore
+++ b/Documentation/DocBook/.gitignore
@@ -8,3 +8,4 @@
 *.dvi
 *.log
 *.out
+media/
-- 
1.7.4.1


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ignore Documentation/DocBook/media/
  2011-03-16 14:22 [PATCH] ignore Documentation/DocBook/media/ Michael Jones
@ 2011-03-17 11:07 ` Laurent Pinchart
  2011-03-24 15:34 ` Michael Jones
  1 sibling, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2011-03-17 11:07 UTC (permalink / raw)
  To: Michael Jones; +Cc: Linux Media Mailing List

Hi Michael,

Thanks for the patch.

On Wednesday 16 March 2011 15:22:53 Michael Jones wrote:
> From 81a09633855b88d19f013d7e559e0c4f602ba711 Mon Sep 17 00:00:00 2001
> From: Michael Jones <michael.jones@matrix-vision.de>
> Date: Thu, 10 Mar 2011 16:16:38 +0100
> Subject: [PATCH] ignore Documentation/DocBook/media/
> 
> It is created and populated by 'make htmldocs'
> 
> 
> Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  Documentation/DocBook/.gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/DocBook/.gitignore
> b/Documentation/DocBook/.gitignore index c6def35..679034c 100644
> --- a/Documentation/DocBook/.gitignore
> +++ b/Documentation/DocBook/.gitignore
> @@ -8,3 +8,4 @@
>  *.dvi
>  *.log
>  *.out
> +media/

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ignore Documentation/DocBook/media/
  2011-03-16 14:22 [PATCH] ignore Documentation/DocBook/media/ Michael Jones
  2011-03-17 11:07 ` Laurent Pinchart
@ 2011-03-24 15:34 ` Michael Jones
  2011-03-24 17:29   ` Mauro Carvalho Chehab
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Jones @ 2011-03-24 15:34 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: mchehab, Laurent Pinchart

On 03/16/2011 03:22 PM, Michael Jones wrote:
>>From 81a09633855b88d19f013d7e559e0c4f602ba711 Mon Sep 17 00:00:00 2001
> From: Michael Jones <michael.jones@matrix-vision.de>
> Date: Thu, 10 Mar 2011 16:16:38 +0100
> Subject: [PATCH] ignore Documentation/DocBook/media/
> 
> It is created and populated by 'make htmldocs'
> 
> 
> Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
> ---
>  Documentation/DocBook/.gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/DocBook/.gitignore b/Documentation/DocBook/.gitignore
> index c6def35..679034c 100644
> --- a/Documentation/DocBook/.gitignore
> +++ b/Documentation/DocBook/.gitignore
> @@ -8,3 +8,4 @@
>  *.dvi
>  *.log
>  *.out
> +media/

In general, where do patches on this list land?  On
http://linuxtv.org/wiki/index.php/Developer_Section
the link to "Current git log" is broken.  The link to 'Git V4L-DVB
development repository' is v4l-dvb.git which is suspiciously inactive:
2.6.37-rc8, from 2 months ago.  Judging by the activity level, I guess
that patches from this mailing list currently land in branch
'staging/for_v2.6.39' of 'http://git.linuxtv.org/media_tree.git'?

And what's the destiny of this patch in particular?  It doesn't seem to
have even been picked up by patchwork.

thanks,
Michael

MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ignore Documentation/DocBook/media/
  2011-03-24 15:34 ` Michael Jones
@ 2011-03-24 17:29   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2011-03-24 17:29 UTC (permalink / raw)
  To: Michael Jones; +Cc: Linux Media Mailing List, Laurent Pinchart

Em 24-03-2011 12:34, Michael Jones escreveu:
> On 03/16/2011 03:22 PM, Michael Jones wrote:
>> >From 81a09633855b88d19f013d7e559e0c4f602ba711 Mon Sep 17 00:00:00 2001
>> From: Michael Jones <michael.jones@matrix-vision.de>
>> Date: Thu, 10 Mar 2011 16:16:38 +0100
>> Subject: [PATCH] ignore Documentation/DocBook/media/
>>
>> It is created and populated by 'make htmldocs'
>>
>>
>> Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
>> ---
>>  Documentation/DocBook/.gitignore |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/Documentation/DocBook/.gitignore b/Documentation/DocBook/.gitignore
>> index c6def35..679034c 100644
>> --- a/Documentation/DocBook/.gitignore
>> +++ b/Documentation/DocBook/.gitignore
>> @@ -8,3 +8,4 @@
>>  *.dvi
>>  *.log
>>  *.out
>> +media/
> 
> In general, where do patches on this list land?  On
> http://linuxtv.org/wiki/index.php/Developer_Section
> the link to "Current git log" is broken.  The link to 'Git V4L-DVB
> development repository' is v4l-dvb.git which is suspiciously inactive:
> 2.6.37-rc8, from 2 months ago.  Judging by the activity level, I guess
> that patches from this mailing list currently land in branch
> 'staging/for_v2.6.39' of 'http://git.linuxtv.org/media_tree.git'?

Yes, that's true (and, probably on next week, it will be at the branch
staging/for_v2.6.40 of the same git tree).

If you see anything pointing to the wrong place, please help us fixing it,
by editing our wiki or sending us patches.

> And what's the destiny of this patch in particular?  It doesn't seem to
> have even been picked up by patchwork.

Patchwork is subscribed at the linux-media ML. So, every email sent to the
ML are analyzed and, if it looks like a patch, it will catch it.

If your patch weren't caught, then one of the following things happened:
	1) Patch was broken. Some emailers love to break patches by mangling
	   whitespaces/tabs;
	2) The patch is not inlined, but, instead, it is on a mime message,
and the patch has a wrong mime type (the right type is text/x-patch). If the
attachment type is text/plain, patchwork will try to get a patch there using
some euristics. If the mime type is application/binary (as some really bad
non-Linux emailers do), the patch will be silently discarded, as patchwork
doesn't know how to handle a binary blob;
	3) Some bug at patchwork;
	4)The email were not received by patchwork.kernel.org.

Your patch seems correct, so it is probably (3) or (4). One of the common issues
for (3) is python bad habit of aborting scripts if they contain a character
upper than 127 and the codeset is wrong. 

Just try to re-send it to the ML and see if Patchwork will catch.

Cheers,
Mauro

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ignore Documentation/DocBook/media/
@ 2011-03-25  8:25 Michael Jones
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Jones @ 2011-03-25  8:25 UTC (permalink / raw)
  To: linux-media; +Cc: Laurent Pinchart

It only contains generated files

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---

Re-sending this because patchwork didn't catch it the first time.

 Documentation/DocBook/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Documentation/DocBook/.gitignore b/Documentation/DocBook/.gitignore
index c6def35..679034c 100644
--- a/Documentation/DocBook/.gitignore
+++ b/Documentation/DocBook/.gitignore
@@ -8,3 +8,4 @@
 *.dvi
 *.log
 *.out
+media/
-- 
1.7.4.1


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-25  8:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 14:22 [PATCH] ignore Documentation/DocBook/media/ Michael Jones
2011-03-17 11:07 ` Laurent Pinchart
2011-03-24 15:34 ` Michael Jones
2011-03-24 17:29   ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2011-03-25  8:25 Michael Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox