[Pkg-freeipa-devel] [Git][freeipa-team/certmonger][master] 2 commits: postinst: Don't fail if certmaster CA isn't found.

Timo Aaltonen gitlab at salsa.debian.org
Mon Nov 2 10:37:48 GMT 2020



Timo Aaltonen pushed to branch master at FreeIPA packaging / certmonger


Commits:
63db118e by Timo Aaltonen at 2020-11-02T12:36:38+02:00
postinst: Don't fail if certmaster CA isn't found.

- - - - -
06f56fa9 by Timo Aaltonen at 2020-11-02T12:36:46+02:00
releasing package certmonger version 0.79.13-2

- - - - -


2 changed files:

- debian/certmonger.postinst
- debian/changelog


Changes:

=====================================
debian/certmonger.postinst
=====================================
@@ -25,7 +25,7 @@ case "$1" in
 	    invoke-rc.d dbus force-reload || true
 	fi
 
-	getcert remove-ca -c certmaster 2>&1
+	getcert remove-ca -c certmaster 2>&1 || true
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+certmonger (0.79.13-2) unstable; urgency=medium
+
+  * postinst: Don't fail if certmaster CA isn't found.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Mon, 02 Nov 2020 12:36:41 +0200
+
 certmonger (0.79.13-1) unstable; urgency=medium
 
   * New upstream release.



View it on GitLab: https://salsa.debian.org/freeipa-team/certmonger/-/compare/07d5d0daffe313c474855306391666ad4590f484...06f56fa9c90711e1960bf8ddfede63523a91a0b5

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/certmonger/-/compare/07d5d0daffe313c474855306391666ad4590f484...06f56fa9c90711e1960bf8ddfede63523a91a0b5
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/20201102/68c20511/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list