]> git.sur5r.net Git - u-boot/commit
patman: Allow commands to raise on error, or not
authorSimon Glass <sjg@chromium.org>
Sat, 15 Dec 2012 10:42:05 +0000 (10:42 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Apr 2013 21:04:33 +0000 (14:04 -0700)
commitdc191505b903220a8581303efef0a1ead0e06532
tree3d2592eb91de9c254757800be9cea7330a36540a
parenta10fd93cbc2ddf1da1f8b6d915f4bc3276ff7731
patman: Allow commands to raise on error, or not

Make raise_on_error a parameter so that we can control which commands
raise and which do not. If we get an error reading the alias file, just
continue.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/command.py
tools/patman/gitutil.py