SOURCES: lighttpd-branch.sh - for 1.4.19 diffs

glen glen at pld-linux.org
Thu Apr 10 20:53:41 CEST 2008


Author: glen                         Date: Thu Apr 10 18:53:41 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for 1.4.19 diffs

---- Files affected:
SOURCES:
   lighttpd-branch.sh (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-branch.sh
diff -u SOURCES/lighttpd-branch.sh:1.2 SOURCES/lighttpd-branch.sh:1.3
--- SOURCES/lighttpd-branch.sh:1.2	Wed Jan 16 16:59:39 2008
+++ SOURCES/lighttpd-branch.sh	Thu Apr 10 20:53:36 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 svn=svn://svn.lighttpd.net/lighttpd
-tag=lighttpd-1.4.18
+tag=lighttpd-1.4.19
 branch=lighttpd-1.4.x
 
 old=$svn/tags/$tag
@@ -9,6 +9,6 @@
 echo "Running diff: $old -> $new"
 LC_ALL=C svn diff --old=$old --new=$new > lighttpd-branch.diff
 
-echo "exclude files which change version"
-filterdiff -x 'configure.in' -x 'SConstruct' lighttpd-branch.diff > lighttpd-branch.diff.tmp
+echo "Excluding files which change version (configure.in, SConstruct)"
+filterdiff -x 'configure.in' lighttpd-branch.diff > lighttpd-branch.diff.tmp
 mv -f lighttpd-branch.diff.tmp lighttpd-branch.diff
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-branch.sh?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list