Show
Ignore:
Timestamp:
2007-02-23 09:38:20 (22 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Tags:
mutt-1-5-14-rel
Message:

automatic post-release commit for mutt-1.5.14

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build-release

    r4733 r4913  
    2626# update the source 
    2727 
    28 cvs update 
     28#cvs update 
    2929 
    3030# Do automated security checks 
     
    5151# now, prepare the distribution tar balls 
    5252 
    53 automake 
    54 touch configure.in 
     53#automake 
     54#touch configure.in 
    5555make config.status 
    5656./config.status 
     
    6565# commit and tag the release 
    6666 
    67 cvs commit -m "automatic post-release commit for mutt-${VERSION}" 
    68 make commit-changelog  
    69 cvs tag ${TAG} 
     67#cvs commit -m "automatic post-release commit for mutt-${VERSION}" 
     68#make commit-changelog  
     69#cvs tag ${TAG} 
    7070 
    7171# build the diff between the two releases 
     
    9090done 
    9191 
     92exit 0 
     93 
    9294echo "Release built.  Please connect to the net and press <enter>" 
    9395echo "when on-line."