[Kimchi-devel] [PATCH] [Wok 0/6] Bug fix #175: Do not generate nginx configuration file on the fly
Ramon Medeiros
ramonn at linux.vnet.ibm.com
Thu Nov 10 11:13:37 UTC 2016
Reviewed-By: Ramon Medeiros <ramonn at br.ibm.com>
On 11/10/2016 12:25 AM, 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
>
--
Ramon Nunes Medeiros
Kimchi Developer
Linux Technology Center Brazil
IBM Systems & Technology Group
Phone : +55 19 2132 7878
ramonn at br.ibm.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/kimchi-devel/attachments/20161110/a101731c/attachment.html>
More information about the Kimchi-devel
mailing list