DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
...
Prior to an official vote, start a thread on the cloudstack-dev mailing list, specifically asking for comments on the project's readiness to cut a release.
...
Update your local git repo's master branch from the ASF repository:
| No Format |
|---|
git fetch origin |
Check out the release branch:
| No Format |
|---|
git checkout X.X.X |
...
origin |
...
Make sure your local copy exactly matches the remote repo:
| No Format |
|---|
git reset --hard HEAD git clean -qfxd git rebase origin/X.X.Xmaster |
Then run the source build script (Replacing the parameters: X.X.X=your official version number for the release; B.B=the branch (can be master) that the release is coming from; CCCC=the GPG Key to sign both the artifacts and the git tag with):
| No Format |
|---|
./performrelease.sh -v X.X.X -b B.B -c -t |
( optionally specifying your local directory layout - see performrelease.sh -h for details )
...
Wait 24 hours for the mirrors to catch up. Note that only a PMC member can move the artifact to the release location.
Update http://cloudstack.apache.org/downloads.html to point to the new release, and add the older release to the archive list.
...