]> git.pld-linux.org Git - packages/amarok.git/blobdiff - branch.sh
- necessary file added
[packages/amarok.git] / branch.sh
index 1b65df3016ed8293856026b608f17185dd3a7319..dc29f3c69211499e199dcdf468ae560277138609 100644 (file)
--- a/branch.sh
+++ b/branch.sh
@@ -1,12 +1,20 @@
 #!/bin/sh
+# http://gitorious.org/amarok/history/commits/1.4
 set -x
 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 +24,5 @@ fi
 
 cd git
        git pull
-       git diff $tag > ../$pkg-branch.diff
+       git diff $tag | filter > ../$pkg-branch.diff
 cd ..
This page took 0.050914 seconds and 4 git commands to generate.