fix packdist.sh output links

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3038 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.38
Stefan Bühler 2015-09-15 11:52:38 +00:00
parent d8b5492f5a
commit 90a9322121
1 changed files with 6 additions and 3 deletions

View File

@ -106,6 +106,9 @@ tags:
- releases
---
{% excerpt %}
TODO
h2. Important changes
TODO
@ -262,7 +265,7 @@ EOF
h1. External references
* http://www.lighttpd.net/$(date +"%Y/%m/%d")/${version//./-}
* http://www.lighttpd.net/$(date +"%Y/%-m/%-d")/${version}
EOF
) > "Release-${version//./_}.page"
@ -276,8 +279,8 @@ echo
blog_post > $(date +"%Y-%m-%d")-"${version//./-}.textile"
cat $(date +"%Y-%m-%d")-"${version//./-}.textile"
blog_post > $(date +"%Y-%m-%d")-"${version}.textile"
cat $(date +"%Y-%m-%d")-"${version}.textile"
echo
echo -------