Develop and Download Open Source Software

Browse CVS Repository

Contents of /samurai-graph/samurai-graph/HowToRelease.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.20 - (show annotations) (download)
Mon Aug 15 07:27:37 2005 UTC (18 years, 7 months ago) by orrisroot
Branch: MAIN
Changes since 1.19: +3 -5 lines
File MIME type: text/plain
updated how to release document.

1 Memorandum of How To Release.
2
3 1. update change logs.
4 - update product.xml in web resources 'web/htdocs/product.xml'.
5 - run synchronization script.
6 % cd src/changelog
7 % ./make.sh (make.bat)
8
9 2. update version number.
10
11 - src/resources/samurai-graph.properties
12 samurai-graph.version=1.0.0;
13
14 - installer/win32/samurai-graph-win32-inst.nsi
15 !define SG_VER_MAJOR "0"
16 !define SG_VER_MINOR "1"
17 !define SG_VER_MICRO "2"
18
19 - installer/mac/build.sh
20 VERSION=0.1.2
21
22 - installer/win32/resources/vector/README.txt
23 Samurai Graph 0.5.1
24 samurai-graph-w051.zip
25 samurai-graph-w051
26 samurai-graph-win32-0.5.1.exe
27
28 - installer/unix/resources/vector/README.txt
29 Samurai Graph 0.5.2
30 samurai-graph-u052.tar.gz
31 samurai-graph-u052
32
33 3. commit version updated sources.
34 % cvs commit
35
36 4. add tag to CVS repository.
37 % cvs tag RELEASE_0_1_2
38
39 5. rebuild binaries.
40 % ./build.sh rebuild
41
42 6. create os specific installer
43 Windows:
44 run NSIS 2.0 compiler.
45 - installer/win32/samurai-graph-wiwn32-inst.nsi
46 MacOS X:
47 create disk image distribution file
48 % cd installer/mac
49 % ./build.sh build

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26