[Debburn-changes] r751 - cdrkit/trunk

Eduard Bloch blade at alioth.debian.org
Sat Apr 21 09:46:29 UTC 2007


Author: blade
Date: 2007-04-21 09:46:29 +0000 (Sat, 21 Apr 2007)
New Revision: 751

Modified:
   cdrkit/trunk/Makefile
Log:
Do svn update in the release target as well

Modified: cdrkit/trunk/Makefile
===================================================================
--- cdrkit/trunk/Makefile	2007-04-21 09:43:17 UTC (rev 750)
+++ cdrkit/trunk/Makefile	2007-04-21 09:46:29 UTC (rev 751)
@@ -31,6 +31,7 @@
 release:
 #	if test "$(shell svn status | grep -v -i make)" ; then echo Uncommited files found. Run \"svn status\" to display them. ; exit 1 ; fi
 	@if test -f ../$(DISTNAME).tar.gz ; then echo ../$(DISTNAME).tar.gz exists, not overwritting ; exit 1; fi
+	-svn up
 	rm -rf tmp
 	mkdir tmp
 	svn export . tmp/$(DISTNAME)




More information about the Debburn-changes mailing list