]> git.pld-linux.org Git - packages/vim.git/commitdiff
- fetch patches readme
authorElan Ruusamäe <glen@delfi.ee>
Thu, 27 Dec 2012 10:52:07 +0000 (12:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 27 Dec 2012 10:52:07 +0000 (12:52 +0200)
update-source.sh

index adad465d8ca4b80b389f38ad6eca3655e77ada84..63062b6d93464f93484e6d934998e44b73856240 100755 (executable)
@@ -38,6 +38,8 @@ if [ "$1" ]; then
 else
        echo "Fetching latest patches list..."
        wget -nv $sources -O sources
+       # also update patches README
+       wget -nv $baseurl/README -O README.patches
        ver=$(tail -n1 sources | awk '{print $NF}')
 fi
 
This page took 0.041836 seconds and 4 git commands to generate.