summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-08 20:34:51 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-08 20:34:51 +0000
commit24638b34542df8e6b5c2852bc815a4cfd1d68ca2 (patch)
tree8d6ab844766d5b8e2a560eab4d314550d3aaf235 /build-release
parent527ef960bacd75d1a0978781494de7a904e8a38f (diff)
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.
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release7
1 files changed, 4 insertions, 3 deletions
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