[lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env

Jesper Derehag jderehag at hotmail.com
Wed Apr 2 15:57:10 EDT 2014


Yes of course.
I simply forgot to add it. (My following patch on backporting to glibc 2.8 have it already).

> Date: Wed, 2 Apr 2014 16:34:56 +0000
> From: mathieu.desnoyers at efficios.com
> To: jderehag at hotmail.com
> CC: lttng-dev at lists.lttng.org
> Subject: Re: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env
> 
> For the next patches, please add a 
> 
> Signed-off-by: Name Lastname <email>
> 
> line at the end of the patch description to follow the
> LTTng project's use of developer's certificate of origin.
> 
> Please let me know if I can add your signed-off-by as:
> 
> Signed-off-by: Jesper Derehag <jderehag at hotmail.com>
> 
> to this patch so I can merge it.
> 
> If you wonder what it means, see:
> 
> http://elinux.org/Developer_Certificate_Of_Origin
> 
> Thanks!
> 
> Mathieu
> 
> ----- Original Message -----
> > From: jderehag at hotmail.com
> > To: lttng-dev at lists.lttng.org
> > Sent: Thursday, March 27, 2014 3:57:06 AM
> > Subject: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env
> > 
> > From: Jesper Derehag <jderehag at hotmail.com>
> > 
> > This modification calls the interpreter through env instead of
> > directly, which should be more portable for those distros which do not
> > install
> > python into /usr/bin/.
> > ---
> >  tools/lttng-gen-tp |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/tools/lttng-gen-tp b/tools/lttng-gen-tp
> > index c49e8a5..a3a01f2 100755
> > --- a/tools/lttng-gen-tp
> > +++ b/tools/lttng-gen-tp
> > @@ -1,4 +1,4 @@
> > -#!/usr/bin/python
> > +#!/usr/bin/env python
> >  #
> >  # Copyright (c)  2012 Yannick Brosseau <yannick.brosseau at gmail.com>
> >  #
> > --
> > 1.7.9.5
> > 
> > 
> > _______________________________________________
> > lttng-dev mailing list
> > lttng-dev at lists.lttng.org
> > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> > 
> 
> -- 
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20140402/8dcc55c1/attachment.html>


More information about the lttng-dev mailing list