[freeside-commits] freeside Makefile,1.191,1.192

Ivan,,, ivan at wavetail.420.am
Tue May 25 05:33:53 PDT 2010


Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv5334

Modified Files:
	Makefile 
Log Message:
fix the rel target

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -w -d -r1.191 -r1.192
--- Makefile	25 May 2010 12:16:05 -0000	1.191
+++ Makefile	25 May 2010 12:33:51 -0000	1.192
@@ -405,7 +405,7 @@
 	cvs commit -m "Updated for ${VERSION}" debian/changelog
 
 	# Make sure other people's changes are pulled in!
-	cvs update -d -P
+	cvs update -d -P || true #it exits 1...
 
 	# Tag the release
 	#cvs tag ${TAG}



More information about the freeside-commits mailing list