gunnar: server cvs-kolab.sh,1.4,1.5

cvs at kolab.org cvs at kolab.org
Thu Sep 13 06:25:40 CEST 2007


Author: gunnar

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

Modified Files:
	cvs-kolab.sh 
Log Message:
Error out if there are problems with CVS.

Index: cvs-kolab.sh
===================================================================
RCS file: /kolabrepository/server/cvs-kolab.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cvs-kolab.sh	12 Sep 2007 16:56:53 -0000	1.4
+++ cvs-kolab.sh	13 Sep 2007 04:25:38 -0000	1.5
@@ -83,7 +83,7 @@
 	cvs -q update -P -d
     fi
     chown -R "${KOLAB_DEV_USER}:" "/${KOLAB_DEV_USER}/CVS"
-    su "${KOLAB_DEV_USER}" -c make
+    su "${KOLAB_DEV_USER}" -c make || die "Not installing! Looks like the Kolab developers broke CVS. Bug them at https://www.intevation.de/roundup/kolab"
     cd "${KOLAB_PACKAGES}/source-original"
 
     if [ ! -e "${KOLAB_PACKAGES}/binary-${KOLAB_DEV_USER}" ]; then
@@ -122,7 +122,7 @@
     cd "/${KOLAB_DEV_USER}/CVS/server"
     cvs -q update -P -d
     chown -R "${KOLAB_DEV_USER}:" "/${KOLAB_DEV_USER}/CVS"
-    su "${KOLAB_DEV_USER}" -c make
+    su "${KOLAB_DEV_USER}" -c make || die "Not updating! Looks like the Kolab developers broke CVS. Bug them at https://www.intevation.de/roundup/kolab"
     cd "${KOLAB_PACKAGES}/source-original"
     ./install-kolab.sh -S -t "${KOLAB_DEV_USER}"
     rsync -avz "/${KOLAB_DEV_USER}/RPM/SDIST/" "${KOLAB_PACKAGES}/source-${KOLAB_DEV_USER}/"





More information about the commits mailing list