summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-02-23 17:38:20 +0000
committerBrendan Cully <brendan@kublai.com>2007-02-23 17:38:20 +0000
commit00de112cee1bc4f2d41c52b65ba3c6e1f159c457 (patch)
tree7366b0d655c915f16ea7695128e8723534f4d7fe /build-release
parent6e5050c9066671066680ba0c7f3962815e4b08f2 (diff)
automatic post-release commit for mutt-1.5.14mutt-1-5-14-rel
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release14
1 files changed, 8 insertions, 6 deletions
diff --git a/build-release b/build-release
index 41a38750..0fd8455f 100755
--- a/build-release
+++ b/build-release
@@ -25,7 +25,7 @@ devel="devel/" # comment out for the stable branch
# update the source
-cvs update
+#cvs update
# Do automated security checks
@@ -50,8 +50,8 @@ make update-changelog
# now, prepare the distribution tar balls
-automake
-touch configure.in
+#automake
+#touch configure.in
make config.status
./config.status
make update-doc
@@ -64,9 +64,9 @@ make dist
# commit and tag the release
-cvs commit -m "automatic post-release commit for mutt-${VERSION}"
-make commit-changelog
-cvs tag ${TAG}
+#cvs commit -m "automatic post-release commit for mutt-${VERSION}"
+#make commit-changelog
+#cvs tag ${TAG}
# build the diff between the two releases
@@ -89,6 +89,8 @@ for f in $DISTFILES; do
chmod 644 $f.asc
done
+exit 0
+
echo "Release built. Please connect to the net and press <enter>"
echo "when on-line."