move msger.run to utils.runner module and more apis
authorJF Ding <Jian-feng.Ding@intel.com>
Mon, 5 Sep 2011 09:03:55 +0000 (18:03 +0900)
committerJF Ding <Jian-feng.Ding@intel.com>
Mon, 5 Sep 2011 09:03:55 +0000 (18:03 +0900)
commit49aa9aa6520e601feebc24525693119ec256949e
tree8a1e39967d4bf9ce7134910f96baf3c9351dab30
parenta76137f44880e8949ad40c3fb5f00c810d53565c
move msger.run to utils.runner module and more apis

in new separate module mic/utils/runner.py, three new apis
provided:
    runner.show (similar with msger.run)
    runner.quiet
    runner.outs
    and a more generic runner.runtool
13 files changed:
mic/chroot.py
mic/imager/baseimager.py
mic/imager/fs.py
mic/imager/livecd.py
mic/imager/liveusb.py
mic/imager/raw.py
mic/kickstart/__init__.py
mic/msger.py
mic/utils/fs_related.py
mic/utils/rpmmisc.py
mic/utils/runner.py [new file with mode: 0644]
plugins/imager/raw_plugin.py
tools/mic