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

Paulo Ricardo Paz Vital pvital at linux.vnet.ibm.com
Thu Mar 20 17:43:50 UTC 2014


-- 
Reviewed-by: Paulo Vital <pvital at linux.vnet.ibm.com>


On Tue, 2014-03-18 at 14:04 -0300, Aline Manera wrote:
> 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(-)
> 




More information about the Kimchi-devel mailing list