Files
unison/doc/release_steps.txt

35 lines
1.5 KiB
Plaintext
Raw Normal View History

2007-06-17 14:17:22 -07:00
Steps in doing an ns-3 release
2007-10-15 21:59:41 -07:00
0. check out a clean ns-3-dev somewhere
2007-06-17 14:17:22 -07:00
1. prepare the source files
- revise and check in AUTHORS, if needed
- revise and check in RELEASE_NOTES
- update and check in VERSION to the latest release number
2007-10-27 16:19:06 -07:00
- confirm that Doxygen builds cleanly and without warnings
(./waf --doxygen), and check in any necessary changes
2007-06-17 14:17:22 -07:00
2. make a new "architecture.pdf" document and place it in the doc/ directory
2007-10-15 21:59:41 -07:00
of the ns-3-dev working directory
3. ./waf configure; ./waf dist
- this will create a ns-3.0.x.tar.bz2 tarball
2007-08-15 22:50:31 -07:00
4. test tarball on release platforms (waf check and maybe some other scripts)
2007-10-15 21:59:41 -07:00
5. once you are happy with the tarball, tag ns-3-dev with "release ns-3.0.X"
- hg tag "release ns-3.0.x"
- hg push
2007-08-15 22:50:31 -07:00
6. clone the tagged ns-3-dev and place it on the repository
2007-10-15 21:59:41 -07:00
- ssh code.nsnam.org; sudo; su code;
- cp -r /home/code/repos/ns-3-dev /home/code/repos/ns-3.0.x
- cd /home/code/repos/ns-3.0.x/.hg and edit the hgrc appropriately
7. upload "ns-3.0.x.tar.bz2" to the /var/www/html/releases/ directory on
the www.nsnam.org server
2007-08-15 22:50:31 -07:00
8. update web page
2007-06-17 14:17:22 -07:00
- add link to news.html
2007-10-15 21:59:41 -07:00
- update getting_started.html
- update documents.html
- update roadmap on wiki
2007-06-17 14:17:22 -07:00
- build and update Doxygen directory on the server
2007-10-15 21:59:41 -07:00
-- ssh www.nsnam.org; sudo tcsh; su nsnam;
-- ~/bin/update-doxygen-release
2007-06-17 14:17:22 -07:00
- update and upload software architecture document (PDF, HTML)
2007-10-15 21:59:41 -07:00
-- note: HTML image generation is not currently automatic
2007-08-15 22:50:31 -07:00
9. announce to ns-developers, with summary of release notes