Mercurial > mxd2map
comparison HowTo-Release.txt @ 269:7c8ae43bc465 release-0.9
* HowTo-Release.txt: Added some more hints for releses.
* doku/source/conf.py: Bumped version-number to 0.9
* website/development-de.htm4, website/development.htm4,
website/download-de.htm4, website/download.htm4,
website/header.m4: Updated links to version 0.9
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 08 Sep 2011 17:13:31 +0200 |
parents | 4ce2d28971e9 |
children | 58977f4b2cc5 |
comparison
equal
deleted
inserted
replaced
268:1725558a9ce8 | 269:7c8ae43bc465 |
---|---|
13 $ export MXD2MAPVERSION=0.8 | 13 $ export MXD2MAPVERSION=0.8 |
14 $ hg archive -t tgz -X website -X HowToRelease.txt -X testdata-frida MXD2map-$MXD2MAPVERSION.tar.gz | 14 $ hg archive -t tgz -X website -X HowToRelease.txt -X testdata-frida MXD2map-$MXD2MAPVERSION.tar.gz |
15 | 15 |
16 3. Create PDF-file of Documentation: | 16 3. Create PDF-file of Documentation: |
17 $ cd doku && make latexpdf | 17 $ cd doku && make latexpdf |
18 $ cp build/latex/MXD2map.pdf build/latex/MXD2map-$MXD2MAPVERSION.pdf | |
18 | 19 |
19 4. Create new source-release on 0.8 on wald and upload Documentation-PDF and MXD2map-0.8.tar.gz | 20 4. Create new source-release on 0.8 on wald and upload Documentation-PDF and MXD2map-0.8.tar.gz |
20 | 21 |
21 4.1 Create Windows-Binary Installer (needs Windows-NSIS-Version and complete build) | 22 4.1 Create Windows-Binary Installer (needs Windows-NSIS-Version and complete build) |
22 | 23 |
42 | 43 |
43 4.2 Tag the release in HG: | 44 4.2 Tag the release in HG: |
44 | 45 |
45 $ hg tag -m "Tagged as release 'release-$MXD2MAPVERSION'" && hg push | 46 $ hg tag -m "Tagged as release 'release-$MXD2MAPVERSION'" && hg push |
46 | 47 |
48 4.3 Create new binary-release on Wald and upload MXD2map-$MXD2MAPVERSION.exe. | |
49 | |
47 5. Update versions and URLs on the homepage (updates documentation as | 50 5. Update versions and URLs on the homepage (updates documentation as |
48 well!) [requires sphinx available in $PATH] | 51 well!) [requires sphinx available in $PATH] |
49 | 52 |
50 $ cd website && edit files | 53 $ cd website && edit header.m4, download-de.htm4, download.htm4 |
51 $ hg commit -m "Updated Website to version $MXD2MAPVERSION, added download-links" && hg push | 54 $ hg commit -m "Updated Website to version $MXD2MAPVERSION, added download-links" && hg push |
52 $ make online | 55 $ make online |
53 | 56 |
54 6. Announce the new release on the mailing lists. | 57 6. Announce the new release on the mailing lists. |