From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Schmelzer Date: Mon, 15 Feb 2016 07:39:41 +0100 Subject: [U-Boot] trouble with patman In-Reply-To: References: <56BC8325.1040308@schmelzer.or.at> Message-ID: <56C172AD.90405@schmelzer.or.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12.02.2016 16:52, Simon Glass wrote: > Hi Hannes, Hi Simon, > > On 11 February 2016 at 05:48, Hannes Schmelzer 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 >> 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