[packages/lighttpd] use master branch for diff

glen glen at pld-linux.org
Thu Sep 1 23:12:27 CEST 2016


commit c2a07b277bdf12fa7c4f10538c88b689d907d49c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Sep 2 00:12:06 2016 +0300

    use master branch for diff

 branch.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/branch.sh b/branch.sh
index 18b1adf..669da04 100755
--- a/branch.sh
+++ b/branch.sh
@@ -3,8 +3,8 @@ set -e
 svn=svn://svn.lighttpd.net/lighttpd
 url=https://git.lighttpd.net/lighttpd/lighttpd1.4.git
 package=lighttpd
-tag=lighttpd-1.4.40
-branch=personal/gstrauss/master
+tag=lighttpd-1.4.41
+branch=master
 out=$package-branch.diff
 repo=$package.git
 
@@ -37,7 +37,7 @@ if [ ! -d $repo ]; then
 fi
 
 cd $repo
-	git fetch origin +$branch:$branch +refs/tags/$tag:refs/tags/$tag
+	git fetch origin +$branch:refs/remotes/origin/$branch +refs/tags/$tag:refs/tags/$tag
 	git log -p --reverse $tag..$branch | filter > ../$out.tmp
 cd ..
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list