Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
>svn checkout https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.0.5-incubating-rc3
...
>cd apache-empire-db-2.0.5-incubating-rc3
>./release.sh
...
Distribution build completed in target/dist

...

Now upload the generated files + rat report to your apache personal directory.

Code Block
>cd target
>scp rat.txt people.apache.org:~/public_html/empire-db
>cd dist
>scp * people.apache.org:~/public_html/empire-db

...