]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Move the command line code into its own file
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:10 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:27 +0000 (16:38 -0600)
commitd3d5c1233156215c3c793e77dce72f2fdfe745f1
tree60d12175791a21786672eb9997d95e99055d6550
parentddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4
buildman: Move the command line code into its own file

We want to be able to issue parser commands from within buildman for test
purposes. Move the parser code into its own file so we don't end up needing
the buildman and test modules to reference each other.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/buildman.py
tools/buildman/cmdline.py [new file with mode: 0644]