From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Petermaier Date: Wed, 04 Feb 2015 08:50:04 +0100 Subject: [U-Boot] [PATCH v2] intern: Add copy scripts and target specific helpers In-Reply-To: <54D1CB53.80509@denx.de> References: <1422965980-3545-1-git-send-email-oe5hpm@oevsv.at> <1422965980-3545-24-git-send-email-oe5hpm@oevsv.at> <54D0C346.6080008@denx.de> <54D1CB53.80509@denx.de> Message-ID: <54D1CF2C.6070402@petermaier.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015-02-04 08:33, Heiko Schocher wrote: > Hello Hannes, >> >> 1st) >> patman prints out some errors, looks like for me that something is wrong >> with the first line of my commit message - but no idea what. >> >> " >> Traceback (most recent call last): >> File "tools/patman/patman", line 149, in >> options.add_maintainers) >> File "/home/petermaierh/work/u-boot/tools/patman/series.py", line >> 227, >> in MakeCcFile >> raise_on_error=raise_on_error) >> File "/home/petermaierh/work/u-boot/tools/patman/gitutil.py", line >> 321, >> in BuildEmailList >> raw += LookupEmail(item, alias, raise_on_error=raise_on_error) >> File "/home/petermaierh/work/u-boot/tools/patman/gitutil.py", line >> 490, >> in LookupEmail >> raise ValueError, msg >> ValueError: Alias 'drivers/video/am335x-fb' not found >> " >> maybe you've or somebody else has an idea how to fix this ? > > I am not really a python coder ... and I do not see such an error, > if I create a commit with changes in "drivers/video/am335x-fb.c" > I got not this error ... my first thought it was the > "drivers/video/am335x-fb:" in your subject line... but I used the same > subject for a test commit ... please try another subject line: > "drivers, video, am335x: ..." ? > > How does your patman config file looks like? I've tried to add --no-tags Don't process subject tags as aliaes to cmdline, this works ... so it is definitely a problem with the subject line of the commit. > >> 2nd) >> How to achieve "not breaking threading" ? How the right "in-reply-to" is >> added to git-send-email ? from where comes this information. >> I've seen at my last V2 that i don't have reached the goal. > > Hmm... I am not sure, maybe this is a ToDo? Simon? Could you > help here? An idea is to use the -r IN_REPLY_TO in the commandline, the value may be taken from patchwork, here is a messageid like <1422966166-3973-21-git-send-email-oe5hpm@oevsv.at> displayed. > > Thanks! > > bye, > Heiko best regards, Hannes >> >> many thanks and best regards, >> Hannes >> >> Heiko Schocher schrieb am 03.02.2015 13:47:02: >> >>> From: Heiko Schocher >>> To: Hannes Petermaier >>> Cc: Hannes Petermaier , u-boot at lists.denx.de, U-Boot >> >> bounces at lists.denx.de> >>> Date: 03.02.2015 13:47 >>> Subject: Re: [U-Boot] [PATCH v2] intern: Add copy scripts and target >> specific helpers >>> >>> Hello Hannes, >>> >>> Am 03.02.2015 13:37, schrieb Hannes Petermaier: >>>> Hi all, >>>> >>>> please ignore this "internal" patch. >>>> This is was an accident. >>> >>> Maybe it is worth to look into patman, see: >>> u-boot:/tools/patman/README ? >>> >>> bye, >>> Heiko >>>> >>>> best regards, >>>> Hannes >>>> >>>> _______________________________________________ >>>> U-Boot mailing list >>>> U-Boot at lists.denx.de >>>> http://lists.denx.de/mailman/listinfo/u-boot >>>> >>> >>> -- >>> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk >>> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany >> >> >> >