[Dehs-devel] r163 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Fri Oct 31 01:07:17 UTC 2008


Author: atomo64-guest
Date: 2008-10-31 01:07:17 +0000 (Fri, 31 Oct 2008)
New Revision: 163

Modified:
   trunk/dehs.sh
Log:
Stop keeping track of debcheckout as we are not going to use it until DEHS2


Modified: trunk/dehs.sh
===================================================================
--- trunk/dehs.sh	2008-10-26 20:29:42 UTC (rev 162)
+++ trunk/dehs.sh	2008-10-31 01:07:17 UTC (rev 163)
@@ -73,7 +73,7 @@
 fi
 
 tmpdir="$(mktemp -d)"
-for script in uscan.pl debcheckout.pl; do
+for script in uscan.pl; do
     if TZ= svn export svn://svn/devscripts/trunk/scripts/$script "$tmpdir/$script">/dev/null; then
 	   sed -i "s/###VERSION###/DEHS-SVN/g" "$tmpdir/$script"
 	   if ! diff -uwB "$tmpdir/$script" "$WORKDIR/$script"; then




More information about the Dehs-devel mailing list