Changeset 80

Show
Ignore:
Timestamp:
03/02/2005 06:37:16 PM (3 years ago)
Author:
jan
Message:

don't put download URLs in release-text for the web

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/distribute.sh.in

    r30 r80  
    55 
    66DISTDIR="/home/weigon/wwwroot/servers/www.lighttpd.net/pages/download/"  
    7 FILES="content-3 content-4 content-5 \ 
    8         /usr/src/packages/RPMS/i586/${NAME}-1.i586.rpm \ 
     7FILES="/usr/src/packages/RPMS/i586/${NAME}-1.i586.rpm \ 
    98        /usr/src/packages/SRPMS/${NAME}-1.src.rpm \ 
    109        ${NAME}.tar.gz \ 
     
    3534DLNAME="${DLURL}/${NAME}" 
    3635 
    37 cat > release-news.${VERSION} <<EOF 
    38 !${PACKAGE} ${VERSION} - ${DATE} 
    39 - *Changes* 
    40 ++QUOTED++ 
    41 <pre>${NEWS} 
    42 </pre><br /> 
    43 --QUOTED-- 
    44 - *Download* 
    45 - (${NAME}-1.i586.rpm|${NAME}-1.i586.rpm) [built on SuSE 9.0] 
    46   MD5: ${MD5RPM} 
    47 - (${NAME}-1.src.rpm|${NAME}-1.src.rpm) 
    48   MD5: ${MD5SRPM} 
    49 - (${NAME}.tar.gz|${NAME}.tar.gz) 
    50   MD5: ${MD5TGZ} (${NAME}.tar.gz.sig|signature) 
    51  
    52 EOF 
    53  
    54 cat > release-news.${VERSION}.txt <<EOF 
     36cat > release-news.${VERSION}-mail.txt <<EOF 
    5537${PACKAGE} ${VERSION} - ${DATE} 
    5638 
     
    7355EOF 
    7456 
     57cat > release-news.${VERSION}.txt <<EOF 
     58${PACKAGE} ${VERSION} - ${DATE} 
     59 
     60Changes 
     61------- 
     62${NEWS} 
     63 
     64EOF 
     65 
    7566rst2html.py NEWS > NEWS.html 
    76  
    77 cat content-4.foot | sed "/^\!${PACKAGE} ${VERSION}/,/^$/d" > content-4.foot.new 
    78 cat release-news.${VERSION} content-4.foot.new > content-4.foot 
    79 rm content-4.foot.new 
    80 cat content-4.head content-4.foot > content-4 
    8167 
    8268for i in ${DISTDIR}; do 
     
    8975cd ${curdir} 
    9076 
    91 kmail -s "ANNOUNCE: ${NAME}" --msg `pwd`/release-news.${VERSION}.txt lighttpd-announce@lists.kneschke.de 
     77kmail -s "ANNOUNCE: ${NAME}" --msg `pwd`/release-news.${VERSION}-mail.txt lighttpd-announce@lists.kneschke.de 
    9278