]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.utils: add git module
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 11 May 2016 13:19:06 +0000 (16:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:51 +0000 (16:08 +0100)
commit4eaf434f885afbda03fe67ab6e9ff291c7a9c77e
tree3b3a2b917eee320fa2b2368c9eeab1c23267e010
parentd5bbcdaf332b2a15382672d6a40b2d2b807b9dde
oeqa.utils: add git module

A new helper module for easier interaction with Git repositories.
Provides GitRepo class that represents one local Git repository clone.
The GitRepo class currently only has one method, run_cmd(), for running
arbitrary git commands in the repository. More specialized methods for
commonly used git operations can be added later.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/git.py [new file with mode: 0644]