
On 14/10/2015 08:36, chandra@linux.vnet.ibm.com wrote:
From: chandrureddy <chandra@linux.vnet.ibm.com>
--- src/wok/plugins/gingerbase/disks.py | 197 +++++++++++ src/wok/plugins/gingerbase/i18n.py | 95 +++++ src/wok/plugins/gingerbase/repositories.py | 535 +++++++++++++++++++++++++++++ src/wok/plugins/gingerbase/swupdate.py | 277 +++++++++++++++ src/wok/plugins/gingerbase/yumparser.py | 354 +++++++++++++++++++ src/wok/plugins/kimchi/disks.py | 196 ----------- src/wok/plugins/kimchi/repositories.py | 533 ---------------------------- src/wok/plugins/kimchi/swupdate.py | 274 --------------- src/wok/plugins/kimchi/yumparser.py | 353 ------------------- 9 files changed, 1458 insertions(+), 1356 deletions(-) create mode 100644 src/wok/plugins/gingerbase/disks.py create mode 100644 src/wok/plugins/gingerbase/i18n.py create mode 100644 src/wok/plugins/gingerbase/repositories.py create mode 100644 src/wok/plugins/gingerbase/swupdate.py create mode 100644 src/wok/plugins/gingerbase/yumparser.py delete mode 100644 src/wok/plugins/kimchi/disks.py delete mode 100644 src/wok/plugins/kimchi/repositories.py delete mode 100644 src/wok/plugins/kimchi/swupdate.py delete mode 100644 src/wok/plugins/kimchi/yumparser.py
diff --git a/src/wok/plugins/gingerbase/disks.py b/src/wok/plugins/gingerbase/disks.py new file mode 100644 index 0000000..e8e5f7c --- /dev/null +++ b/src/wok/plugins/gingerbase/disks.py @@ -0,0 +1,197 @@ +# +# Project Ginger Base +# +# Copyright IBM, Corp. 2013-2015 +# +# Code derived from Project Kimchi
Add a blank line here, please
+# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +