[Kimchi-devel] [PATCH 02/17] Ginger Base : base plugin files
Chandra Shehkhar Reddy Potula
chandra at linux.vnet.ibm.com
Fri Sep 11 08:19:37 UTC 2015
On 09/10/2015 07:12 PM, Aline Manera wrote:
>
>
> On 01/09/2015 14:55, chandra at linux.vnet.ibm.com wrote:
>> From: chandrureddy <chandra at linux.vnet.ibm.com>
>>
>> ---
>> plugins/gingerbase/Makefile.am | 151 +++++++++++
>> plugins/gingerbase/VERSION | 1 +
>> plugins/gingerbase/__init__.py | 21 ++
>> plugins/gingerbase/autogen.sh | 21 ++
>> plugins/gingerbase/config.py.in | 47 ++++
>> plugins/gingerbase/configure.ac | 116 ++++++++
>> plugins/gingerbase/disks.py | 196 ++++++++++++++
>> plugins/gingerbase/gingerbase.conf | 40 +++
>> plugins/gingerbase/gingerbase.py | 70 +++++
>> plugins/gingerbase/i18n.py | 96 +++++++
>> plugins/gingerbase/lscpu.py | 122 +++++++++
>> plugins/gingerbase/mockmodel.py | 298 +++++++++++++++++++++
>> plugins/gingerbase/repositories.py | 529
>> +++++++++++++++++++++++++++++++++++++
>> plugins/gingerbase/swupdate.py | 263 ++++++++++++++++++
>> plugins/gingerbase/yumparser.py | 283 ++++++++++++++++++++
>> plugins/kimchi/disks.py | 196 --------------
>> plugins/kimchi/repositories.py | 529
>> -------------------------------------
>> plugins/kimchi/swupdate.py | 263 ------------------
>> plugins/kimchi/yumparser.py | 283 --------------------
>> 19 files changed, 2254 insertions(+), 1271 deletions(-)
>> create mode 100644 plugins/gingerbase/Makefile.am
>> create mode 100644 plugins/gingerbase/VERSION
>> create mode 100644 plugins/gingerbase/__init__.py
>> create mode 100755 plugins/gingerbase/autogen.sh
>> create mode 100644 plugins/gingerbase/config.py.in
>> create mode 100644 plugins/gingerbase/configure.ac
>> create mode 100644 plugins/gingerbase/disks.py
>> create mode 100644 plugins/gingerbase/gingerbase.conf
>> create mode 100644 plugins/gingerbase/gingerbase.py
>> create mode 100644 plugins/gingerbase/i18n.py
>> create mode 100644 plugins/gingerbase/lscpu.py
>> create mode 100644 plugins/gingerbase/mockmodel.py
>> create mode 100644 plugins/gingerbase/repositories.py
>> create mode 100644 plugins/gingerbase/swupdate.py
>> create mode 100644 plugins/gingerbase/yumparser.py
>> delete mode 100644 plugins/kimchi/disks.py
>> delete mode 100644 plugins/kimchi/repositories.py
>> delete mode 100644 plugins/kimchi/swupdate.py
>> delete mode 100644 plugins/kimchi/yumparser.py
>>
>
> You can use "git mv" to move files to other directory. That way the
> review is very simple! I don't need to check every file if they are
> just moved
In fact I used git mv command to move files like disks.py,
repositories.py, swupdate.py and yumparser.py files from kimchi folder
to gingerbase.
More information about the Kimchi-devel
mailing list