summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/git.py
Commit message (Collapse)AuthorAgeFilesLines
* oeqa.utils: add git moduleMarkus Lehtonen2016-07-011-0/+38
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. (From OE-Core rev: 4eaf434f885afbda03fe67ab6e9ff291c7a9c77e) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>