[Kimchi-devel] [PATCH] [Wok 0/2] Remove dhparams generation from build

Lucio Correia luciojhc at linux.vnet.ibm.com
Tue Jan 24 19:36:54 UTC 2017


This patch moves dhparams.pem file generation to package post-install and
server initialization when running on development mode (i.e. running from
source)

It also fix an issue on nginx configure reloading. If nginx was not up and
running, reload command failed, causing tests to break or forcing user to
restart nginx manually.

Lucio Correia (2):
  Generate dhparams in post-install and development mode
  Make sure nginx is running before reloading its config

 Makefile.am                |  2 --
 contrib/DEBIAN/control.in  |  1 -
 contrib/DEBIAN/postinst    |  3 +++
 contrib/wok.spec.fedora.in |  4 +++-
 contrib/wok.spec.suse.in   |  4 +++-
 src/Makefile.am            |  8 +-------
 src/wok/proxy.py           | 20 ++++++++++++++++----
 7 files changed, 26 insertions(+), 16 deletions(-)

-- 
2.7.4



More information about the Kimchi-devel mailing list