summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-04-06 13:30:08 -0700
committerBrendan Cully <brendan@kublai.com>2007-04-06 13:30:08 -0700
commitd24a509a1dd11a5833bcd97707a3b862c586f1da (patch)
treea8d33e224cf8aaed5ca7f01690cb58341c1a813c /build-release
parent3e69f4696bda79d7d29f89a7648c78404a6a9b81 (diff)
More minor build tweaks
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release4
1 files changed, 1 insertions, 3 deletions
diff --git a/build-release b/build-release
index 7a46eb45..3425e7d9 100755
--- a/build-release
+++ b/build-release
@@ -40,8 +40,6 @@ hg update
# bump the version number, and calculate the tags
-rm -f VERSION
-cvs update VERSION
OVERSION="`cat VERSION`"
OTAG="mutt-`echo $OVERSION | tr . -`-rel"
@@ -71,7 +69,7 @@ make dist
# commit and tag the release
-#cvs commit -m "automatic post-release commit for mutt-${VERSION}"
+hg commit -m "automatic post-release commit for mutt-${VERSION}"
#make commit-changelog
hg tag ${TAG}