[Kimchi-devel] [PATCH] [Wok 0/6] Bug fix #175: Do not generate nginx configuration file on the fly

Lucio Correia luciojhc at linux.vnet.ibm.com
Thu Nov 10 12:26:40 UTC 2016


Reviewed-By: Lucio Correia <luciojhc at linux.vnet.ibm.com>

On 10/11/2016 00:25, Aline Manera wrote:
> Aline Manera (6):
>   Fix 'make check' issues
>   Remove log size information from Wok config
>   Add nginx.service as wokd.service dependency
>   Generate SSL self signed certificate on package post installation
>     script
>   Bug fix #175: Do not generate nginx configuration file on the fly
>   Remove nginx-specific parameters from wok.conf file
>
>  .gitignore                          |   1 -
>  IBM-license-blacklist               |   4 +-
>  Makefile.am                         |   7 +-
>  contrib/DEBIAN/control.in           |   1 +
>  contrib/DEBIAN/postinst             |   1 +
>  contrib/DEBIAN/postrm               |   1 +
>  contrib/Makefile.am                 |   2 +-
>  contrib/wok.spec.fedora.in          |  11 +--
>  contrib/wok.spec.suse.in            |  41 ++++++----
>  contrib/wokd.service.fedora         |  12 ---
>  contrib/wokd.service.systemd        |  14 ++++
>  docs/API/config.md                  |   4 +-
>  docs/wokd.8.in                      |  16 ++--
>  src/nginx/Makefile.am               |   7 +-
>  src/nginx/wok.conf                  |  82 ++++++++++++++++++++
>  src/nginx/wok.conf.in               |  75 ------------------
>  src/wok.conf.in                     |  23 +-----
>  src/wok/config.py.in                |  11 +--
>  src/wok/i18n.py                     |   2 -
>  src/wok/model/config.py             |   2 +-
>  src/wok/plugins/sample/po/update-po |   2 +-
>  src/wok/proxy.py                    | 147 ++++++++++--------------------------
>  src/wok/server.py                   |   6 +-
>  src/wok/sslcert.py                  |   2 +-
>  src/wokd.in                         |  18 +----
>  tests/test_api.py                   |  14 +---
>  tests/test_exception.py             |  52 +++----------
>  tests/test_plugin.py                |  12 +--
>  tests/test_server.py                |  15 +---
>  tests/test_server_root.py           |  17 ++---
>  tests/utils.py                      |  83 ++++----------------
>  31 files changed, 242 insertions(+), 443 deletions(-)
>  delete mode 100644 contrib/wokd.service.fedora
>  create mode 100644 contrib/wokd.service.systemd
>  create mode 100644 src/nginx/wok.conf
>  delete mode 100644 src/nginx/wok.conf.in
>


-- 
Lucio Correia
Software Engineer
IBM LTC Brazil




More information about the Kimchi-devel mailing list