source:
branches/Release2.0/doc/release-checklist.txt@
2390
Last change on this file since 2390 was 794, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.0 KB |
Line | |
---|---|
1 | Release 1.0 Notes |
2 | ================= |
3 | |
4 | 1) Build asap |
5 | - ssh zorro ( any debian linux machine with nfs write permissions ) |
6 | - make && make install |
7 | - updated /nfs/sources/INSTALL.log |
8 | |
9 | 2) installed docs by hand - no make targets yet |
10 | - cd doc |
11 | - ln -s cookbook.tex userguide.tex |
12 | - latex userguide |
13 | - makeindex userguide.idx |
14 | - latex userguide |
15 | - latex2html -local_icons userguide.tex |
16 | - dvipdf userguide.dvi |
17 | - cp -r userguide /nfs/wwwatdocs/computing/software/asap |
18 | - manually edit index.html and add userguide |
19 | - add refman doc |
20 | - cd /usr/local/lib/python2.3/site-packages |
21 | - epydoc --html --noframes --inheritance listed -u http://www.atnf.csiro.au/computing/software/asap -o /nfs/wwwatdocs/computing/software/asap/refman asap |
22 | - epydoc --pdf -o /tmp/refman_pdf asap |
23 | - cp /tmp/refman_pd/api.pdf /nfs/wwwatdocs/computing/software/asap/refman.pdf |
24 | |
25 | 3) cvs branching for release |
26 | - cvs -R tag ReleaseNNN |
27 | - cvs rtag -r ReleaseNNN -b ReleaseNNN-fixes asap |
28 | |
29 | 4) Check that asap is rdisted (/nfs/DEBIANlocal) to the sites |
Note:
See TracBrowser
for help on using the repository browser.