]> granicus.if.org Git - mutt/commitdiff
More minor build tweaks
authorBrendan Cully <brendan@kublai.com>
Fri, 6 Apr 2007 20:30:08 +0000 (13:30 -0700)
committerBrendan Cully <brendan@kublai.com>
Fri, 6 Apr 2007 20:30:08 +0000 (13:30 -0700)
build-release

index 7a46eb453922e8a444ef966883f8b1d45bf52ad2..3425e7d9e8212ac6261b2547482fac5c7393d6c0 100755 (executable)
@@ -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}