[pisa-src] r2931 - trunk/debian/pisa-co-client.postinst

  • From: David Martin <David.Martin@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 18 Mar 2012 16:02:54 +0100

Author: martin
Date: Sun Mar 18 16:02:53 2012
New Revision: 2931

Log:
Debian: Get a certificate after pisa-co-client package installation.

This commit adds a postinst script to the debian package which simply is
a link to our cronjob which in itself simply executes our
get_community_cert.sh script. This is necessary as we do want to have a
valid certificate as soon as possible after installation and we do not
want to wait for the cronjob which may take up to an hour until it is
triggered.

Added:
   trunk/debian/pisa-co-client.postinst   (contents, props changed)

Added: trunk/debian/pisa-co-client.postinst
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/debian/pisa-co-client.postinst        Sun Mar 18 16:02:53 2012        
(r2931)
@@ -0,0 +1 @@
+link pisa-co-client.cron.hourly
\ No newline at end of file
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2931 - trunk/debian/pisa-co-client.postinst - David Martin