On
4/29/2016 11:12 AM, Endi Sukma Dewata wrote:
Previously the finalization scriptlet was
always executed in each
pkispawn execution. In multi-step installations (e.g. external
CA,
standalone, or installation/configuration-only mode) some of the
code in the scriptlet such as enabling systemd service,
restarting
the service, and purging client database will be redundant.
Now the scriptlet has been modified to execute only in the final
step of the installation. The code that archives the deployment
and manifest files has been moved into pkispawn to ensure that
it
is always executed in each pkispawn execution.
For clarity the method that displays the installation summary
has
been broken up into separate methods for standalone step 1,
installation-only mode, and configuration-only/full
installation.
New patch attached fixing a pylint issue.
_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel
ACK