]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Move BuilderThread code to its own file
authorSimon Glass <sjg@chromium.org>
Sat, 9 Aug 2014 21:33:00 +0000 (15:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Aug 2014 14:34:14 +0000 (08:34 -0600)
commit190064b4daa30ce8efa7bcbee12ac05b780fb9c8
tree0e29e7e731da3b7166979d764d632ce746d74fd8
parentfea5858eb9067e326a0d30df1e8ce3af230541d4
buildman: Move BuilderThread code to its own file

The builder.py file is getting too long, so split out some code.

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