Files
unison/doc/release_steps.txt

25 lines
1.0 KiB
Plaintext
Raw Normal View History

2007-06-17 14:17:22 -07:00
Steps in doing an ns-3 release
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
2. make a new "architecture.pdf" document and place it in the doc/ directory
2007-08-15 22:50:31 -07:00
3. cd ns-3-dev; ./waf configure; ./waf dist
4. test tarball on release platforms (waf check and maybe some other scripts)
5. tag ns-3-dev with "release ns-3.0.X"
2007-07-16 22:49:48 -07:00
- 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-07-16 22:49:48 -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
2007-08-15 22:50:31 -07:00
7. upload "ns-3.0.x.tar.bz2" to the releases/ directory on the server
8. update web page
2007-06-17 14:17:22 -07:00
- add link to news.html
- update download.html
- update roadmap.html
- build and update Doxygen directory on the server
- update and upload software architecture document (PDF, HTML)
2007-08-15 22:50:31 -07:00
9. announce to ns-developers, with summary of release notes