[Dehs-devel] r179 - trunk

Raphael Geissert geissert at alioth.debian.org
Fri Jan 15 05:49:34 UTC 2010


Author: geissert
Date: 2010-01-15 05:49:24 +0000 (Fri, 15 Jan 2010)
New Revision: 179

Modified:
   trunk/dehs.sh
Log:
remove the code that looks for a newer uscan.pl
devscripts has moved to git now and there's no easy way to perform this
check unless relying on gitweb or cloning the repository


Modified: trunk/dehs.sh
===================================================================
--- trunk/dehs.sh	2009-12-26 23:37:17 UTC (rev 178)
+++ trunk/dehs.sh	2010-01-15 05:49:24 UTC (rev 179)
@@ -72,18 +72,6 @@
     esac
 fi
 
-tmpdir="$(mktemp -d)"
-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
-		  echo "Local and remote $script differ" >&2
-	   fi
-	   rm -f "$tmpdir/$script"
-    fi
-done
-rm -rf "$tmpdir"
-
 for rt in $run_type; do
 	$WORKDIR/dehs_pg.php $rt >$WORKDIR/logs/stdout.log
 done




More information about the Dehs-devel mailing list