Skip to content
Commits on Source (2)
dogtag-pki (10.5.5-1) UNRELEASED; urgency=medium
dogtag-pki (10.5.5-1) unstable; urgency=medium
* New upstream release.
* tests: Add some debugging info, and force the hostname if it isn't
......@@ -7,7 +7,7 @@ dogtag-pki (10.5.5-1) UNRELEASED; urgency=medium
* tools.install: Updated.
* tests: Remove installed instances.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 05 Feb 2018 10:28:57 +0200
-- Timo Aaltonen <tjaalton@debian.org> Fri, 09 Feb 2018 16:29:06 +0200
dogtag-pki (10.5.3-4) unstable; urgency=medium
......
......@@ -41,21 +41,21 @@ pkispawn -s TKS -f debian/tests/deploy.cfg && TKS_INSTALL=1
pkispawn -s TPS -f debian/tests/deploy.cfg && TPS_INSTALL=1
if [ $TPS_INSTALL = "1" ]; then
pkidestroy -i pki-tomcat -s TPS
pkidestroy -i pki-tomcat -s TPS || cat /var/log/pki-tps-destroy.*.log
fi
if [ $TKS_INSTALL = "1" ]; then
pkidestroy -i pki-tomcat -s TKS
pkidestroy -i pki-tomcat -s TKS || cat /var/log/pki-tks-destroy.*.log
fi
if [ $OCSP_INSTALL = "1" ]; then
pkidestroy -i pki-tomcat -s OCSP
pkidestroy -i pki-tomcat -s OCSP || cat /var/log/pki-ocsp-destroy.*.log
fi
if [ $KRA_INSTALL = "1" ]; then
pkidestroy -i pki-tomcat -s KRA
pkidestroy -i pki-tomcat -s KRA || cat /var/log/pki-kra-destroy.*.log
fi
if [ $CA_INSTALL = "1" ]; then
pkidestroy -i pki-tomcat -s CA
pkidestroy -i pki-tomcat -s CA || cat /var/log/pki-ca-destroy.*.log
fi