]> granicus.if.org Git - mutt/commitdiff
Don't build US releases. RedHat and Caldera don't object, Debian
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 8 Feb 2000 20:34:51 +0000 (20:34 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 8 Feb 2000 20:34:51 +0000 (20:34 +0000)
uses the international version anyways, and SuSE (1) sits in Germany
and (2) doesn't react.

build-release

index c9a5ef4b265a945e8c63642d0b4de853145ff8e9..0950600009ec1f2ebe74e1105644d8d6536b7808 100755 (executable)
@@ -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