[Pkg-freeipa-devel] [Git][freeipa-team/dogtag-pki][master] 2 commits: tests: Dump pkidestroy log on failure.

Timo Aaltonen gitlab at salsa.debian.org
Thu May 3 10:29:47 BST 2018


Timo Aaltonen pushed to branch master at FreeIPA packaging / dogtag-pki


Commits:
7ac89efb by Timo Aaltonen at 2018-02-09T16:29:03+02:00
tests: Dump pkidestroy log on failure.

Change-Id: I6d29d54acf972b86b0ffbcac46cd31f7202ada4f

- - - - -
60c59e56 by Timo Aaltonen at 2018-02-09T16:49:05+02:00
releasing package dogtag-pki version 10.5.5-1

Change-Id: I06ab7495316d03b731d21d316620afdaccbe01ac

- - - - -


2 changed files:

- debian/changelog
- debian/tests/pkispawn


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-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 at debian.org>  Mon, 05 Feb 2018 10:28:57 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Fri, 09 Feb 2018 16:29:06 +0200
 
 dogtag-pki (10.5.3-4) unstable; urgency=medium
 


=====================================
debian/tests/pkispawn
=====================================
--- a/debian/tests/pkispawn
+++ b/debian/tests/pkispawn
@@ -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



View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/compare/d7e078f0cf329146b82f6464632ea1142f2355a6...60c59e56ea0d43c698d986d157d45b96094b8800

---
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/compare/d7e078f0cf329146b82f6464632ea1142f2355a6...60c59e56ea0d43c698d986d157d45b96094b8800
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20180503/59ef14ad/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list