[Pki-devel] [PATCH] 888 Refactored user_config object in pkiconfig.py.

2016-12-20 Thread Endi Sukma Dewata
To improve reusability the user_config object has been converted from a global variable in pkiconfig.py into an attribute in PKIDeployer. Pushed to master under trivial rule. -- Endi S. Dewata >From 84e98cd37d0299e3070b88309e331f721dd8d058 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata"

[Pki-devel] [PATCH] 887 Refactored master & slots dictionaries creation.

2016-12-20 Thread Endi Sukma Dewata
To improve reusability the deployment tools have been modified such that the master and slots dictionary objects are created in PKIDeployer at the beginning of the program. The PKIConfigParser has been modified to use the same dictionary objects. Pushed to master under trivial rule. -- Endi S.

[Pki-devel] [PATCH] Refactored pki_copytree().

2016-12-20 Thread Endi Sukma Dewata
The pki_copytree() has been moved from pkihelper.py into pki/util.py such that it can be reused in non-deployment scenarios. Pushed to master under trivial rule. -- Endi S. Dewata >From 9822676b7f00cc7e78d42c50c2506a289ed9c1c6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata"