]> git.pld-linux.org Git - packages/glibc.git/blobdiff - branch.sh
Revert "separate dynamic linker instead of just ldconfig"
[packages/glibc.git] / branch.sh
index 132f33712d7a2eacb56023fb29375d4019d052d6..b4e19b9e2da459d9a3fc2bcfd0a8886cdc72a4f1 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -2,8 +2,8 @@
 set -e
 url=git://sourceware.org/git/glibc.git
 package=glibc
-tag=glibc-2.24
-branch=release/2.24/master
+tag=glibc-2.33
+branch=release/2.33/master
 out=$package-git.patch
 repo=$package.git
 
@@ -17,7 +17,7 @@ if [ ! -d $repo ]; then
 fi
 
 cd $repo
-       git fetch
+       git fetch origin +$branch:$branch +refs/tags/$tag:refs/tags/$tag
        git log -p --reverse $tag..$branch | filter > ../$out.tmp
 cd ..
 
This page took 0.190239 seconds and 4 git commands to generate.