From: Thomas Roessler Date: Tue, 8 Feb 2000 20:34:51 +0000 (+0000) Subject: Don't build US releases. RedHat and Caldera don't object, Debian X-Git-Tag: mutt-1-1-3-rel~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24638b34542df8e6b5c2852bc815a4cfd1d68ca2;p=mutt Don't build US releases. RedHat and Caldera don't object, Debian uses the international version anyways, and SuSE (1) sits in Germany and (2) doesn't react. --- diff --git a/build-release b/build-release index c9a5ef4b..09506000 100755 --- a/build-release +++ b/build-release @@ -47,10 +47,10 @@ make update-doc # build them -make us-dist +# make us-dist make dist mv mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz -mv mutt-${VERSION}-us.tar.gz mutt-${VERSION}.tar.gz +# mv mutt-${VERSION}-us.tar.gz mutt-${VERSION}.tar.gz # commit and tag the release @@ -64,7 +64,8 @@ cvs rdiff -u -r ${OTAG} -r ${TAG} mutt | gzip -9 \ # sign the various files -DISTFILES="mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" +# DISTFILES="mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" +DISTFILES="mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" for f in $DISTFILES; do pgp -sb $f