Versions Compared

Key

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

...

and then rsync it up people.apache.org

0.5 Release process

The above steps performed by Aidan have been bundled up and provided as a release script.

Located in trunk/qpid/bin the release.sh script should make the RM's job easier.

No Format

$ ./release.sh --help
Usage: release.sh <svn-path> <svn-revision> <version> [options]

Options: Default : --prepare -all --sign
--help  |-h : Show this help
--prepare   : Download speficied tree from svn
--clean-all : Remove build artefacts and downloaded svn tree
--clean     : Remove built artefacts
--all   |-a : Generate all artefacts
--source|-e : Generate the source artefact
--cpp   |-c : Generate the CPP artefacts
--dotnet|-d : Generate the dotnet artefacts
--java  |-j : Generate the java artefacts
--ruby  |-r : Generate the ruby artefacts
--python|-p : Generate the python artefacts
--source|-e : Generate the source artefact
--sign  |-s : Sign generated artefacts
--upload|-u : Upload the artifacts directory to people.apache.org as qpid-$VER

--------------------------------------------------------------------------------

...