[packages/lighttpd] exclude files which change version

glen glen at pld-linux.org
Tue Aug 18 12:22:13 CEST 2015


commit fc34d5895d69c82836f608f8154a3d05429942d7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 18 13:07:35 2015 +0300

    exclude files which change version

 branch.sh | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/branch.sh b/branch.sh
index 63bad88..cdd909f 100755
--- a/branch.sh
+++ b/branch.sh
@@ -21,6 +21,12 @@ fi
 d=$-
 filter() {
 	set -$d
+	# Excluding files which change version or were not in dist tarball
+	filterdiff \
+		-x 'CMakeLists.txt' \
+		-x 'configure.ac' \
+		-x 'SConstruct' \
+		| \
 	# remove revno's for smaller diffs
 	sed -e 's,^\([-+]\{3\} .*\)\t(revision [0-9]\+)$,\1,'
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/abcb55517e5aec450579ace8de0d4c540973e3da



More information about the pld-cvs-commit mailing list