Re: [U-Boot] PATCH 4/4] patman: Handle searching of patman config

2012-04-26 Thread Simon Glass
Hi Vikram, On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan wrote: > patman shouts when it couldn't find a $(HOME)/.config/patman file. > Also, it couldn't create patch files without the above config file. > Handle it in a sane way by creating a new one for the user. > > The title of this patch

[U-Boot] PATCH 4/4] patman: Handle searching of patman config

2012-04-25 Thread Vikram Narayanan
patman shouts when it couldn't find a $(HOME)/.config/patman file. Also, it couldn't create patch files without the above config file. Handle it in a sane way by creating a new one for the user. Signed-off-by: Vikram Narayanan Cc: Simon Glass --- tools/patman/settings.py | 26 +++