[PATCH] 894 Refactored deployment system variables.
by Endi Sukma Dewata
To improve reusability the deployment system variables have been
converted from global variables in pkiconfig.py into attributes in
PKIDeployer.
Pushed to master under trivial rule.
--
Endi S. Dewata
8 years
[PATCH] 893 Refactored deployment timestamp variables.
by Endi Sukma Dewata
To improve reusability the deployment timestamp variables have been
converted from global variables in pkiconfig.py into attributes in
PKIDeployer.
Pushed to master under trivial rule.
--
Endi S. Dewata
8 years
[PATCH] 891 Refactored PKIDeployer.
by Endi Sukma Dewata
To improve reusability the PKIDeployer class has been moved from
the pkihelper.py into the top level pki.server.deployment module.
--
Endi S. Dewata
8 years
[PATCH] 887 Refactored master & slots dictionaries creation.
by 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. Dewata
8 years
[PATCH] Refactored pki_copytree().
by 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
8 years