]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- build branch diff
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Aug 2009 12:46:28 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    branch.sh -> 1.1

branch.sh [new file with mode: 0644]

diff --git a/branch.sh b/branch.sh
new file mode 100644 (file)
index 0000000..1b65df3
--- /dev/null
+++ b/branch.sh
@@ -0,0 +1,20 @@
+#!/bin/sh
+set -x
+pkg=amarok
+branch=1.4
+tag=fdfafa156c9cda88ed3c045445548e4ca2b129bd
+#tag=8cdcf9d8b634763b515c419805e98e9aa9107224
+#tag=be0564032fc09a9ad6e5e3f22447e3582473904d
+url=git://gitorious.org/amarok/history.git
+
+if [ ! -d git ]; then
+       git clone $url git
+       cd $pkg
+               git checkout -b $branch origin/$branch
+       cd ..
+fi
+
+cd git
+       git pull
+       git diff $tag > ../$pkg-branch.diff
+cd ..
This page took 0.085819 seconds and 4 git commands to generate.