Mercurial > mxd2map
diff HowTo-Release.txt @ 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 | 58977f4b2cc5 |
children | 5e7e6d99f997 |
line wrap: on
line diff
--- 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]