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

Lucio Correia luciojhc at linux.vnet.ibm.com
Wed Jan 25 20:46:53 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.

V2:
 - Review comments
 - Updated copyright

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    | 16 ++++++++++++++--
 contrib/wok.spec.fedora.in |  8 ++++++--
 contrib/wok.spec.suse.in   |  8 ++++++--
 src/Makefile.am            | 10 ++--------
 src/wok/proxy.py           | 23 +++++++++++++++++------
 7 files changed, 45 insertions(+), 23 deletions(-)

-- 
2.7.4



More information about the Kimchi-devel mailing list