From 1491b63a3780fbbc6599e93ac71c54ef268f74f5 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sat, 20 Aug 2005 19:05:02 +0000 Subject: a new box git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@591 152afb58-edef-0310-8abb-c4023f1b3aa9 --- distribute.sh.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'distribute.sh.in') diff --git a/distribute.sh.in b/distribute.sh.in index 693536a4..b8cfb711 100644 --- a/distribute.sh.in +++ b/distribute.sh.in @@ -3,7 +3,7 @@ PACKAGE=@PACKAGE_TARNAME@ VERSION=@VERSION@ NAME=@PACKAGE_TARNAME@-@VERSION@ -DISTDIR="/home/weigon/wwwroot/servers/www.lighttpd.net/pages/download/" +DISTDIR="/home/jan/wwwroot/servers/www.lighttpd.net/pages/download/" FILES="/usr/src/packages/RPMS/i586/${NAME}-1.i586.rpm \ /usr/src/packages/SRPMS/${NAME}-1.src.rpm \ ${NAME}.tar.gz \ @@ -41,7 +41,7 @@ Changes ${NEWS} Download -- ${NAME}-1.i586.rpm [built on SuSE 9.0] +- ${NAME}-1.i586.rpm [built on Fedora Core 4] ${DLNAME}-1.i586.rpm MD5: ${MD5RPM} - ${NAME}-1.src.rpm @@ -63,7 +63,7 @@ ${NEWS} EOF -rst2html.py NEWS > NEWS.html +rst2html NEWS > NEWS.html for i in ${DISTDIR}; do cp -u ${FILES} $i @@ -74,5 +74,4 @@ cd ~/wwwroot/servers/www.lighttpd.net/ make put cd ${curdir} -kmail -s "ANNOUNCE: ${NAME}" --msg `pwd`/release-news.${VERSION}-mail.txt lighttpd-announce@lists.kneschke.de -- cgit v1.2.1