[Thuban-commits] r2740 - in trunk/thuban: . Doc/technotes Thuban
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 14 00:17:34 CET 2007
Author: bernhard
Date: 2007-03-14 00:17:33 +0100 (Wed, 14 Mar 2007)
New Revision: 2740
Modified:
trunk/thuban/ChangeLog
trunk/thuban/Doc/technotes/release_process.txt
trunk/thuban/Thuban/version.py
trunk/thuban/setup.py
Log:
* Doc/technotes/release_process.txt: Improved with SVN instructions,
uploading and setting back the version numbers again.
* Thuban/version.py, setup.py: Changing version to "svn" after
release.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2007-03-13 23:08:30 UTC (rev 2739)
+++ trunk/thuban/ChangeLog 2007-03-13 23:17:33 UTC (rev 2740)
@@ -1,3 +1,11 @@
+2007-03-14 Bernhard Reiter <bernhard at intevation.de>
+
+ * Doc/technotes/release_process.txt: Improved with SVN instructions,
+ uploading and setting back the version numbers again.
+
+ * Thuban/version.py, setup.py: Changing version to "svn" after
+ release.
+
2007-03-14 Didrik Pinte <dpinte at itae.be>
* Thuban/UI/classgen.py: bugfix - Close button now really closes the
Modified: trunk/thuban/Doc/technotes/release_process.txt
===================================================================
--- trunk/thuban/Doc/technotes/release_process.txt 2007-03-13 23:08:30 UTC (rev 2739)
+++ trunk/thuban/Doc/technotes/release_process.txt 2007-03-13 23:17:33 UTC (rev 2740)
@@ -32,11 +32,16 @@
could be e.g. the addition of a new top-level directory such as
Extensions
- - Produce Source-Archives Thuban-N.N.N.tar.gz and Thuban-N.N.N.zip
+ - Produce Source-Archives Thuban-N.N.N.tar.bz2 and Thuban-N.N.N.zip
python setup.py sdist
+ - Sign Source-Archives
+
+ gpg2 --detach-sign Thuban-N.N.N.tar.bz2
+ gpg2 --detach-sign Thuban-N.N.N.zip
+
Old:- Build a binary for W2000: Thuban-N.N.N-1.exe
On a Windows system with Inno Setup installed, unpack the source
@@ -59,12 +64,16 @@
python setup.py data_dist
-Old:- Tag the tested sources for CVS:
+ - Tag the tested sources within SVN:
- cvs tag THUBAN_N_N_N
+ svn copy svn+ssh://youruserid@scm.wald.intevation.org/thuban/trunk/thuban svn+ssh://youruserid@scm.wald.intevation.org/thuban/tags/thuban-N-N-N-release
+ Afterwards, adjust the version numbers in SVN again.
-Old:- Place packages on ftp server at ftp://intevation.de/thuban/
+ - Uploaded packages in the Files section on Wald.
+
+ http://wald.intevation.org/frs/?group_id=6
+
Old:- Update http://thuban.intevation.org/download.html accordingly
- Update/Extend http://thuban.intevation.org/screenshots.html
Modified: trunk/thuban/Thuban/version.py
===================================================================
--- trunk/thuban/Thuban/version.py 2007-03-13 23:08:30 UTC (rev 2739)
+++ trunk/thuban/Thuban/version.py 2007-03-13 23:17:33 UTC (rev 2740)
@@ -39,7 +39,7 @@
#
thuban_branch = "1.2"
-thuban_release = "0"
+thuban_release = "svn"
Modified: trunk/thuban/setup.py
===================================================================
--- trunk/thuban/setup.py 2007-03-13 23:08:30 UTC (rev 2739)
+++ trunk/thuban/setup.py 2007-03-13 23:17:33 UTC (rev 2740)
@@ -1166,7 +1166,7 @@
"""
setup(name = "Thuban",
- version = "1.2.0",
+ version = "1.2.0+svn",
description = "Geographic data viewer",
long_description = long_description,
license = "GPL",
More information about the Thuban-commits
mailing list