public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] trouble with patman
@ 2016-02-11 12:48 Hannes Schmelzer
  2016-02-12 15:52 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Hannes Schmelzer @ 2016-02-11 12:48 UTC (permalink / raw)
  To: u-boot

hi,

i created some commit which i want to post into the mailing list usind 
patman.py.

I get following error, where i've no idea about the root cause ...

~/work/u-boot $ tools/patman/patman.py -n
Cleaned 1 patches
Traceback (most recent call last):
   File "tools/patman/patman.py", line 158, in <module>
     options.add_maintainers)
   File "/home/schmelzerh/work/u-boot/tools/patman/series.py", line 222, 
in MakeCcFile
     raise_on_error=raise_on_error)
   File "/home/schmelzerh/work/u-boot/tools/patman/gitutil.py", line 
321, in BuildEmailList
     raw += LookupEmail(item, alias, raise_on_error=raise_on_error)
   File "/home/schmelzerh/work/u-boot/tools/patman/gitutil.py", line 
495, in LookupEmail
     raise ValueError, msg
ValueError: Alias 'gpio' not found


any suggestions ?

many thanks and best regards,
Hannes

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

* [U-Boot] trouble with patman
  2016-02-11 12:48 [U-Boot] trouble with patman Hannes Schmelzer
@ 2016-02-12 15:52 ` Simon Glass
  2016-02-15  6:39   ` Hannes Schmelzer
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2016-02-12 15:52 UTC (permalink / raw)
  To: u-boot

Hi Hannes,

On 11 February 2016 at 05:48, Hannes Schmelzer <hannes@schmelzer.or.at> wrote:
> hi,
>
> i created some commit which i want to post into the mailing list usind
> patman.py.
>
> I get following error, where i've no idea about the root cause ...
>
> ~/work/u-boot $ tools/patman/patman.py -n
> Cleaned 1 patches
> Traceback (most recent call last):
>   File "tools/patman/patman.py", line 158, in <module>
>     options.add_maintainers)
>   File "/home/schmelzerh/work/u-boot/tools/patman/series.py", line 222, in
> MakeCcFile
>     raise_on_error=raise_on_error)
>   File "/home/schmelzerh/work/u-boot/tools/patman/gitutil.py", line 321, in
> BuildEmailList
>     raw += LookupEmail(item, alias, raise_on_error=raise_on_error)
>   File "/home/schmelzerh/work/u-boot/tools/patman/gitutil.py", line 495, in
> LookupEmail
>     raise ValueError, msg
> ValueError: Alias 'gpio' not found

Do you have a gpio: tag in your patch subject? If so, patman will try
to email the patch to the 'gpio' alias. You can use -t to ignore
invalid aliases.

>
>
> any suggestions ?
>
> many thanks and best regards,
> Hannes

Regards,
Simon

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

* [U-Boot] trouble with patman
  2016-02-12 15:52 ` Simon Glass
@ 2016-02-15  6:39   ` Hannes Schmelzer
  0 siblings, 0 replies; 3+ messages in thread
From: Hannes Schmelzer @ 2016-02-15  6:39 UTC (permalink / raw)
  To: u-boot



On 12.02.2016 16:52, Simon Glass wrote:
> Hi Hannes,
Hi Simon,
>
> On 11 February 2016 at 05:48, Hannes Schmelzer <hannes@schmelzer.or.at> wrote:
>> hi,
>>
>> i created some commit which i want to post into the mailing list usind
>> patman.py.
>>
>> I get following error, where i've no idea about the root cause ...
>>
>> ~/work/u-boot $ tools/patman/patman.py -n
>> Cleaned 1 patches
>> Traceback (most recent call last):
>>    File "tools/patman/patman.py", line 158, in <module>
>>      options.add_maintainers)
>>    File "/home/schmelzerh/work/u-boot/tools/patman/series.py", line 222, in
>> MakeCcFile
>>      raise_on_error=raise_on_error)
>>    File "/home/schmelzerh/work/u-boot/tools/patman/gitutil.py", line 321, in
>> BuildEmailList
>>      raw += LookupEmail(item, alias, raise_on_error=raise_on_error)
>>    File "/home/schmelzerh/work/u-boot/tools/patman/gitutil.py", line 495, in
>> LookupEmail
>>      raise ValueError, msg
>> ValueError: Alias 'gpio' not found
> Do you have a gpio: tag in your patch subject? If so, patman will try
> to email the patch to the 'gpio' alias. You can use -t to ignore
> invalid aliases.
Yes ... that works for me.
>
>> any suggestions ?
>>
>> many thanks and best regards,
>> Hannes
> Regards,
> Simonif
many thanks and best regards,
Hannes

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

end of thread, other threads:[~2016-02-15  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 12:48 [U-Boot] trouble with patman Hannes Schmelzer
2016-02-12 15:52 ` Simon Glass
2016-02-15  6:39   ` Hannes Schmelzer

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