Warning: This document describes an old release. Check here for the current version.

Making releases


Main tarballs (#)

Cutting a new release is mostly automated but there are still manual steps that must be taken.

  1. Test from a clean CVS checkout.

  2. Tag CVS with final tag, convention is now "nimbus-TP2_1", "nimbus-TP2_2", etc.

  3. $ cd vm/bin/lib/gt4.0/dist
  4. Edit the version number in this file:
    $ emacs/vi/nano build.properties
  5. $ ant create-dist
  6. $ scp -r result/* [email protected]:/www/workspace.globus.org/downloads/

A number of documentation tasks must be completed, see this section for information about those.


Cloud client (#)

Most cloud client releases do not need to happen in tandem with a service release because the protocol rarely changes.

Making a new cloud client release involves getting the "workspace/vm/cloud-client" tarball builder and reading its README.txt.

The cloud client has its own CHANGES.txt and README.txt files that need updating.

Transfer the final result to the usual place, "[email protected]:/www/workspace.globus.org/downloads/"

It's a good thing to help out and note on the download page which version of the cloud client is actually compatible with various clouds. Especially if there are no clouds that a new version is compatible with, this can happen right after a release of the service and cloud client.


Context broker and agent (#)

The context agent and broker are released more "manually", there is no release generation script they are just tarballs of your efforts. It's a good thing to remove the CVS directories.

$ cp -a context-agent nimbus-ctx-agent-2.3
$ find nimbus-ctx-agent-2.3 -name CVS -type d -print -exec rm -rf {} \;
$ tar cvzf nimbus-ctx-agent-2.3.tar.gz nimbus-ctx-agent-2.3