Changeset 1506:ac999cf43752 for build-release
- Timestamp:
- 2000-02-08 12:34:51 (9 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
build-release (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build-release
r1430 r1506 48 48 # build them 49 49 50 make us-dist50 # make us-dist 51 51 make dist 52 52 mv mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz 53 mv mutt-${VERSION}-us.tar.gz mutt-${VERSION}.tar.gz53 # mv mutt-${VERSION}-us.tar.gz mutt-${VERSION}.tar.gz 54 54 55 55 # commit and tag the release … … 65 65 # sign the various files 66 66 67 DISTFILES="mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" 67 # DISTFILES="mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" 68 DISTFILES="mutt-${VERSION}i.tar.gz diff-${OVERSION}i-${VERSION}i.gz" 68 69 69 70 for f in $DISTFILES; do
