[Kimchi-devel] [PATCH v2 0/4] Issue 557 - Package Update Improvements - Part II

Jose Ricardo Ziviani joserz at linux.vnet.ibm.com
Sun Oct 4 20:44:36 UTC 2015


v2:
 - rebased to master

This patchset implements a simple monitor for package update. When the
host tab is selected, it verifies whether a package manager is already
running in the system. If so, the software update progress window, in
the host tab, will display the contents of the package manager logfile.

Thus, the user will know the progress of a package update even if it was
not started up by Kimchi (or if wokd was restarted for any reason).


Jose Ricardo Ziviani (4):
  Add functions for package manager monitoring
  Implement the package manager monitor backend
  Implement the package manager monitor frontend
  Update the documentation

 src/wok/plugins/kimchi/control/host.py          |   1 +
 src/wok/plugins/kimchi/docs/API.md              |   2 +
 src/wok/plugins/kimchi/i18n.py                  |   1 +
 src/wok/plugins/kimchi/model/host.py            |  10 ++
 src/wok/plugins/kimchi/swupdate.py              | 137 ++++++++++++++++++++++++
 src/wok/plugins/kimchi/ui/js/src/kimchi.api.js  |  39 +++++++
 src/wok/plugins/kimchi/ui/js/src/kimchi.host.js |  29 +++++
 src/wok/plugins/kimchi/ui/pages/i18n.json.tmpl  |   2 +
 8 files changed, 221 insertions(+)

-- 
1.9.1




More information about the Kimchi-devel mailing list