Statistics
| Branch: | Tag: | Revision:

root / devel / release @ 3be0f700

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
2ba14c2f 11/09/2010 03:40 pm Michael Hanselmann

devel/release: Use release-specific Makefile targets

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

3ff614e2 10/13/2010 02:14 pm Guido Trotter

Require aclocal 1.11.1 or above for devel/release

1.11.1 is the version in squeeze and lucid, and we know it works. We
also know that 1.10.1 in hardy and lenny doesn't, nor do 1.10 in etch
and 1.9.6 in dapper. We haven't tested any other version.

With older versions python.m4 is buggy, and results in the package being...

5548de18 01/13/2010 07:09 pm Michael Hanselmann

Small improvements for release script

- Print usage if no tree-ish (tag, branch or commit) was
specified.
- Use “gntrelease.XXXXXXXXXX” as temporary directory
template. This makes it easier to find all of them.
- Compute MD5 checksum. This doesn't cost a lot and...

2b32e20c 12/18/2009 05:56 pm Iustin Pop

Add a release script

Currently releases are done via the manual procedure on
http://code.google.com/p/ganeti/wiki/ReleaseProcess, but that is not
very reliable, and breaks for rc releases. The 1.2.9/2.0.5/2.1.0~rc2
releases were done with this new script that eases the process....