gunnar: server cvs-kolab.sh,1.17,1.18

cvs at kolab.org cvs at kolab.org
Fri Nov 30 06:44:49 CET 2007


Author: gunnar

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

Modified Files:
	cvs-kolab.sh 
Log Message:
Fixed some syntax problems from the beta2 release run. Let's see if this script makes beta3 nice and easy.

Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cvs-kolab.sh	25 Oct 2007 16:13:45 -0000	1.17
+++ cvs-kolab.sh	30 Nov 2007 05:44:47 -0000	1.18
@@ -188,17 +188,18 @@
     "/${KOLAB_REL_USER}/bin/openpkg" index -r . -o 00INDEX.rdf -i .
     cd ..
     cp RELEASE/install-kolab.sh .
-    cat << EOF > 00INDEX.rdf                                                                                                 
-<?xml version="1.0" encoding="iso-8859-1"?>                                                                                  
- <rdf:RDF                                                                                                                    
-      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"                                                                
-      xmlns="http://www.openpkg.org/xml-rdf-index/0.9">                                                                      
-   <Repository rdf:resource="OpenPKG-CURRENT/">                                                                              
-     <Repository rdf:resource="OpenPKG-CURRENT/Source/" href="ftp://ftp.openpkg.org/current/SRC/00INDEX.rdf.bz2"/>           
-     <Repository rdf:resource="RELEASE/" href="RELEASE/00INDEX.rdf"/>                                                        
-   </Repository>                                                                                                             
-</rdf:RDF>                                                                                                                   
-EOF                                                                                                                          
+    cat << __EOF > 00INDEX.rdf
+<?xml version="1.0" encoding="iso-8859-1"?>
+ <rdf:RDF
+      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+      xmlns="http://www.openpkg.org/xml-rdf-index/0.9">
+   <Repository rdf:resource="OpenPKG-CURRENT/">
+     <Repository rdf:resource="OpenPKG-CURRENT/Source/" href="ftp://ftp.openpkg.org/current/SRC/00INDEX.rdf.bz2"/>
+     <Repository rdf:resource="RELEASE/" href="RELEASE/00INDEX.rdf"/>
+   </Repository>
+</rdf:RDF>
+__EOF
+
     ./install-kolab.sh -t "${KOLAB_REL_USER}" -I 23414 -F -H > kolab-build.log2 2>&1
     cp /"${KOLAB_REL_USER}"/RPM/PKG/*.src.rpm RELEASE/
     cd RELEASE





More information about the commits mailing list