summaryrefslogtreecommitdiffstats
path: root/base/server/src/engine/pkiscriptlet.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized deployment tools.Endi S. Dewata2013-07-221-41/+0
| | | | | | | The pkispawn and pkidestroy scripts have been moved into sbin folder. The Python deployment library and the scriptlets were moved into pki.server.deployment and pki.server.deployment.scriptlets packages, respectively.
* Fixes for issues reported by pylint.Abhishek Koneru2013-07-101-1/+2
| | | | | Fixes for issues in other files. Ticket #316
* Fixes for issues reported by pylint.Abhishek Koneru2013-07-021-2/+2
| | | | | Fixes for issues in pkihelper.py. Ticket #316
* Remove the respawn logic in deploy scripts.Abhishek Koneru2013-04-091-6/+0
| | | | | | | | Remove all the declarations, definitions and invocations of respawn() method in the deploment scripts. Remove the -u update option in pkispawn script. Ticket #542
* Renamed base/deploy to base/server.Endi Sukma Dewata2013-04-091-0/+46
The base/deploy folder has been renamed to base/server to match the package name. The pki.conf has been moved into pki-base package. Ticket #553, #564