Author: glen                         Date: Tue Aug 25 15:05:12 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do some filtering

---- Files affected:
packages/amarok:
   branch.sh (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/amarok/branch.sh
diff -u packages/amarok/branch.sh:1.1 packages/amarok/branch.sh:1.2
--- packages/amarok/branch.sh:1.1       Tue Aug 25 14:46:28 2009
+++ packages/amarok/branch.sh   Tue Aug 25 17:05:06 2009
@@ -3,10 +3,17 @@
 pkg=amarok
 branch=1.4
 tag=fdfafa156c9cda88ed3c045445548e4ca2b129bd
-#tag=8cdcf9d8b634763b515c419805e98e9aa9107224
-#tag=be0564032fc09a9ad6e5e3f22447e3582473904d
 url=git://gitorious.org/amarok/history.git
 
+filter() {
+       set -x
+       # - was not present in tarball
+       # see release_scripts/RELEASE_HOWTO for more exceptions
+       filterdiff -x "a/src/engine/gst10/*" | \
+       cat
+}
+
+
 if [ ! -d git ]; then
        git clone $url git
        cd $pkg
@@ -16,5 +23,5 @@
 
 cd git
        git pull
-       git diff $tag > ../$pkg-branch.diff
+       git diff $tag | filter > ../$pkg-branch.diff
 cd ..
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to