thomas: server cvs-kolab.sh,1.2,1.3

cvs at kolab.org cvs at kolab.org
Wed Sep 12 18:50:45 CEST 2007


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv5767

Modified Files:
	cvs-kolab.sh 
Log Message:
Specifiy gpg keyserver for automatic key download


Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cvs-kolab.sh	27 Aug 2007 16:44:42 -0000	1.2
+++ cvs-kolab.sh	12 Sep 2007 16:50:43 -0000	1.3
@@ -43,11 +43,11 @@
 
     echo "Downloading Kolab-Server-2.2-Beta-1 sources..."
 
-    wget -q -r -l1 -nd --no-parent http://ftp.belnet.be/packages/kolab/server/beta/kolab-server-2.2-beta-1/sources/ || die "FAiled to download the sources!"
+    wget -q -r -l1 -nd --no-parent http://ftp.belnet.be/packages/kolab/server/beta/kolab-server-2.2-beta-1/sources/ || die "Failed to download the sources!"
 
     echo "Verifying source authenticity ..."
 
-    gpg -q --recv-key 5816791A || die "Failed to retrieve signature key!"
+    gpg -q --keyserver hkp://subkeys.pgp.net --recv-key 5816791A || die "Failed to retrieve signature key!"
     gpg -q --verify MD5SUMS || die "Invalid signature on the MD5SUMS file!"
     md5sum --status -c MD5SUMS || die "The md5 hashes do not match. You should try to download the packages again."
     cvs -q -d :pserver:anonymous at intevation.de:/home/kroupware/jail/kolabrepository  co server/install-kolab.sh || die "Failed to retrieve the updated installer."
@@ -212,4 +212,4 @@
     clean
 fi
 
-update
\ No newline at end of file
+update





More information about the commits mailing list