Changeset 4913:995102535833 for build-release
- Timestamp:
- 2007-02-23 09:38:20 (22 months ago)
- Branch:
- HEAD
- Tags:
- mutt-1-5-14-rel
- Files:
-
- 1 modified
-
build-release (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build-release
r4733 r4913 26 26 # update the source 27 27 28 cvs update28 #cvs update 29 29 30 30 # Do automated security checks … … 51 51 # now, prepare the distribution tar balls 52 52 53 automake54 touch configure.in53 #automake 54 #touch configure.in 55 55 make config.status 56 56 ./config.status … … 65 65 # commit and tag the release 66 66 67 cvs commit -m "automatic post-release commit for mutt-${VERSION}"68 make commit-changelog69 cvs tag ${TAG}67 #cvs commit -m "automatic post-release commit for mutt-${VERSION}" 68 #make commit-changelog 69 #cvs tag ${TAG} 70 70 71 71 # build the diff between the two releases … … 90 90 done 91 91 92 exit 0 93 92 94 echo "Release built. Please connect to the net and press <enter>" 93 95 echo "when on-line."
