]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Cache the CC list from MakeCcFile() for use in ShowActions()
authorDoug Anderson <dianders@chromium.org>
Mon, 3 Dec 2012 14:40:42 +0000 (14:40 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 31 Jan 2013 23:23:39 +0000 (15:23 -0800)
commitd94566a1115d35f87db793d2daaa79823528937c
tree26cba53979275ad5e15661c8540ac188ed081a88
parentd96ef37df78eac5c636866d8f226991a5d96e6bb
patman: Cache the CC list from MakeCcFile() for use in ShowActions()

Currently we go through and generate the CC list for patches twice.
This gets slow when (in a future CL) we add a call to
get_maintainer.pl on Linux.  Instead of doing things twice, just cache
the CC list when it is first generated.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/patman.py
tools/patman/series.py