[MXD2map-commits] r279:1853c9809404
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 6 13:37:44 CEST 2011
details: http://hg.intevation.org/geospatial/mxd2map/rev/1853c9809404
changeset: 279:1853c9809404
user: Stephan Holl <stephan.holl at intevation.de>
date: Thu Oct 06 13:37:31 2011 +0200
description:
* HowTo-Release.txt: More improvements (MD5sum-commands added)
diffstat:
ChangeLog | 4 ++++
HowTo-Release.txt | 5 ++++-
2 files changed, 8 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r c023b4978663 -r 1853c9809404 ChangeLog
--- 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 at intevation.de>
+
+ * HowTo-Release.txt: More improvements (MD5sum-commands added)
+
2011-10-06 Stephan Holl <stephan.holl at intevation.de>
* contrib/installer/example: reworked the dir-layout to fit the
diff -r c023b4978663 -r 1853c9809404 HowTo-Release.txt
--- 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]
More information about the MXD2map-commits
mailing list