forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.osgeo.org/gdal/trunk@6550 f0d54148-0727-0410-94bb-9a71ac55c965
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,26 +25,24 @@ | |
|
||
5.5) Place Release notice in ChangeLog file. | ||
|
||
6) Tag the release set in CVS. | ||
6) Tag the release set in CVS: | ||
|
||
eg. | ||
% cvs tag -F gdal_1_1_6 | ||
|
||
6.5) Also tag the "autotest" tree as above. | ||
|
||
7) Create the source distributions using the mkgdaldist.sh script. The | ||
argument should be the version number (ie. 1.1.6). Hit enter when | ||
prompted for a CVS password. | ||
|
||
eg. | ||
% mkgdaldist.sh 1.1.6 | ||
|
||
8) Publish the resulting files. | ||
|
||
eg. | ||
% scp gdal-1.1.5.tar.gz gdal115.zip remotesensing.org:/ftp/remotesensing/pub/gdal | ||
|
||
8) Publish the resulting files on ftp.remotesensing.org/gdal, | ||
gdal.mapptools.org/dl and ftp.gdal.org/htdocs/dl. | ||
|
||
9) Announce release to the [email protected] and | ||
[email protected] mailing lists. | ||
9) Announce release to the [email protected], and [email protected]. | ||
|
||
10) Update the freshmeat.net entry for GDAL. | ||
|
||
|