[Kimchi-devel] [PATCH 00/10] Fixes on repository management feature

Aline Manera alinefm at linux.vnet.ibm.com
Tue Mar 18 17:04:05 UTC 2014


From: Aline Manera <alinefm at br.ibm.com>

This patch set also fixes the issue #336
(https://github.com/kimchi-project/kimchi/issues/336)

In addition to several fixes found in repositories.py

Aline Manera (10):
  bug fix: Expose repository management tool name
  bug fix: Reorganize repository information
  mockmodel: Move specific repository data under 'config'
  Update messages used in the repositories management feature
  bug fix: Raise exception comming from backend
  bug fix: Sort repositories
  bug fix: Let package manager tool create the repository ID
  bug fix: Do not store internal repository information
  Update test cases to reflect the repositories changes
  bug fix: Lock yum/apt operations

 docs/API.md                |   82 +++--
 po/en_US.po                |  186 ++++++++---
 po/kimchi.pot              |  177 ++++++++---
 po/pt_BR.po                |  186 ++++++++---
 po/zh_CN.po                |  186 ++++++++---
 src/kimchi/API.json        |  111 ++++---
 src/kimchi/config.py.in    |    3 +
 src/kimchi/control/host.py |    3 +-
 src/kimchi/i18n.py         |   36 ++-
 src/kimchi/mockmodel.py    |  145 ++++-----
 src/kimchi/model/config.py |    6 +-
 src/kimchi/model/host.py   |   30 +-
 src/kimchi/repositories.py |  730 +++++++++++++++++++-------------------------
 src/kimchi/swupdate.py     |    7 +
 tests/test_model.py        |  151 +++++----
 tests/test_rest.py         |   10 +-
 16 files changed, 1188 insertions(+), 861 deletions(-)

-- 
1.7.10.4




More information about the Kimchi-devel mailing list