1.1 --- a/doc/release_steps.txt Mon Apr 07 21:07:38 2008 -0700
1.2 +++ b/doc/release_steps.txt Mon Apr 07 21:35:54 2008 -0700
1.3 @@ -9,6 +9,7 @@
1.4 (./waf --doxygen), and check in any necessary changes
1.5 2. ./waf configure; ./waf dist
1.6 - this will create a ns-3.0.x.tar.bz2 tarball
1.7 + - this will also create a ns-3.0.x-ref-traces.tar.bz2 tarball
1.8 3. test tarball on release platforms (waf check and maybe some other scripts)
1.9 4. once you are happy with the tarball, tag ns-3-dev with "release ns-3.0.X"
1.10 - hg tag "release ns-3.0.x"
1.11 @@ -29,8 +30,7 @@
1.12 - clone the ns-3-dev-ref-traces and place it on the repository as in step
1.13 5 but use the name ns-3.0.x-ref-traces
1.14 7. Create a reference traces tarball
1.15 - - cd regression
1.16 - - tar -cjf ns-3.0.x-ref-traces.tar.bz2 ns-3-dev-ref-traces/
1.17 + - again, run "./waf dist"
1.18 8. upload "ns-3.0.x.tar.bz2" to the /var/www/html/releases/ directory on
1.19 the www.nsnam.org server
1.20 - give it 644 file permissions, and user/group = apache