thomas: server obmtool.conf,1.256.2.2,1.256.2.3

cvs at kolab.org cvs at kolab.org
Mon Sep 3 18:30:16 CEST 2007


Author: thomas

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

Modified Files:
      Tag: kolab_2_1_branch
	obmtool.conf 
Log Message:
Set obmtool.conf URL and location defaults to behave like in releases.


Index: obmtool.conf
===================================================================
RCS file: /kolabrepository/server/Attic/obmtool.conf,v
retrieving revision 1.256.2.2
retrieving revision 1.256.2.3
diff -u -d -r1.256.2.2 -r1.256.2.3
--- obmtool.conf	21 Aug 2007 17:07:38 -0000	1.256.2.2
+++ obmtool.conf	3 Sep 2007 16:30:14 -0000	1.256.2.3
@@ -11,7 +11,7 @@
 %common
     @hasfeature TAGFMT || exit              # require obmtool to support TAGFMT
     TMPDIR=/var/tmp                            # large tmp with 300MB space
-    URL="ftp://ftp.klaralvdalens-datakonsult.se/pub/kolab/server/current/2.1" # used for non-ftp://ftp.openpkg.org/ packages
+    URL="" # used for non-ftp://ftp.openpkg.org/ packages
     USERNAME=""
     for opt in $cmdargs ; do
         arg=`echo "${opt}" | sed -e 's;^[^=]*=*;;'`
@@ -26,9 +26,9 @@
     echo "---- boot/build ${NODE} %${CMD} ----"
     kolab_version="2.1.0+cvs";
     PREFIX=/${CMD};
-    loc='' # '' (empty) for ftp.openpkg.org, '=' for URL, './' for CWD or absolute path
-    plusloc='+'
-    altloc='='
+    loc='./' # '' (empty) for ftp.openpkg.org, '=' for URL, './' for CWD or absolute path
+    plusloc='./'
+    altloc='./'
     with_genuine=no
 
     # Check for presence of libgcrypt development files in the host system





More information about the commits mailing list