[Debian-live-changes] r1410 - dists/trunk/live-helper/examples

Daniel Baumann daniel at alioth.debian.org
Wed May 9 06:08:54 UTC 2007


Author: daniel
Date: 2007-05-09 06:08:53 +0000 (Wed, 09 May 2007)
New Revision: 1410

Modified:
   dists/trunk/live-helper/examples/snapshot-build.sh
Log:


Modified: dists/trunk/live-helper/examples/snapshot-build.sh
===================================================================
--- dists/trunk/live-helper/examples/snapshot-build.sh	2007-05-09 06:08:43 UTC (rev 1409)
+++ dists/trunk/live-helper/examples/snapshot-build.sh	2007-05-09 06:08:53 UTC (rev 1410)
@@ -67,6 +67,7 @@
 
 		# Building package
 		cd "${BUILD}"/${PACKAGE}-${VERSION}~${REVISION}
+		find . -type d -name .svn | xargs rm -rf
 		dch --force-bad-version --newversion ${VERSION}~${REVISION} --distribution UNRELEASED Autobuild snapshot of SVN r${REVISION}.
 		dpkg-buildpackage -rfakeroot -sa -uc -us
 		cd "${OLDPWD}"




More information about the Debian-live-changes mailing list