forked from geopython/pywps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE.howto
62 lines (44 loc) · 1.47 KB
/
RELEASE.howto
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
SOURCE
======
1 - Make new branch/tag
svn copy svn+ssh://[email protected]/pywps/trunk version_name
Fix versions in the source
==========================
cd version_name
edit setup.py <- fix version
edit wps.py <- fix version
svn ci -m"Releasing new version of PyWPS: X.Y.X" .
Make the package
================
cd /tmp
svn export svn copy svn+ssh://[email protected]/pywps/branches/branch
tar czf branch.tgz branch
Upload file to file repository
==============================
http://wald.intevation.org/frs/?group_id=22
WEB PAGES
=========
1 - source/index.rst <- new version
2 - source/download/index.rst
Maling List
===========
PyWPS [VERSION]
###############
PyWPS Development team announces new stable version of
PyWPS[1] with number [VERSION]
Features of this version:
- [SHOULD COPY THIS FROM Changelog]
For download this version, please follow the
link below [2] or download PyWPS from subversion directly [3].
NOTE: [IF ANY]
What is PyWPS:
--------------
PyWPS (Python Web Processing Service) is implementation of Web
Processing Service standard from Open Geospatial Consortium (OGC(R)).
Processes can be written using GRASS GIS, but usage of other programs, like
R package, GDAL or PROJ tools, is possible as well.
Happy GISing!
PyWPS Development team
[1] http://pywps.wald.intevation.org
[2] http://wald.intevation.org/frs/download.php/[FIX THE LINK]
[3] svn checkout https://svn.wald.intevation.org/svn/pywps/tags/pywps-[FIX THE VERSION]