Mercurial > mxd2map
changeset 279:1853c9809404
* HowTo-Release.txt: More improvements (MD5sum-commands added)
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 06 Oct 2011 13:37:31 +0200 |
parents | c023b4978663 |
children | 5d57c4346a9b |
files | ChangeLog HowTo-Release.txt |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Oct 06 13:27:40 2011 +0200 +++ b/ChangeLog Thu Oct 06 13:37:31 2011 +0200 @@ -1,3 +1,7 @@ +2011-10-06 Stephan Holl <stephan.holl@intevation.de> + + * HowTo-Release.txt: More improvements (MD5sum-commands added) + 2011-10-06 Stephan Holl <stephan.holl@intevation.de> * contrib/installer/example: reworked the dir-layout to fit the
--- a/HowTo-Release.txt Thu Oct 06 13:27:40 2011 +0200 +++ b/HowTo-Release.txt Thu Oct 06 13:37:31 2011 +0200 @@ -12,6 +12,7 @@ 2. Create a source archive: $ export MXD2MAPVERSION=0.8 $ hg archive -t tgz -X website -X HowToRelease.txt -X testdata-frida MXD2map-$MXD2MAPVERSION.tar.gz + $ md5sum MXD2map-$MXD2MAPVERSION.tar.gz > MXD2map-$MXD2MAPVERSION.tar.gz.md5sum 3. Create PDF-file of Documentation: $ cd doku && make latexpdf @@ -40,12 +41,14 @@ $ cd contrib/installer $ makensis -DVERSION_DATE=`date +%d.%m.%Y` MXD2map-installer.nsi + $ md5sum MXD2map-$MXD2MAPVERSION.exe > MXD2map-$MXD2MAPVERSION.exe.md5sum 4.2 Tag the release in HG: $ hg tag -m "Tagged as release 'release-$MXD2MAPVERSION'" release-$MXD2MAPVERSION && hg push -4.3 Create new binary-release on Wald and upload MXD2map-$MXD2MAPVERSION.exe. +4.3 Create new binary-release on Wald and upload + MXD2map-$MXD2MAPVERSION.exe and corresponding MD5sum. 5. Update versions and URLs on the homepage (updates documentation as well!) [requires sphinx available in $PATH]