Download List

Project Description

0release is a program to generate source and binary releases automatically. With minimal configuration, 0release will generate a source tarball release candidate, build it to create a binary archive, upload them to your Web server, check the uploads, and tag the release in GIT and update the version number. It can run unit-tests and custom actions, such as building documentation, etc. For Zero Install users, it can also upload a signed XML metadata file about the release, allowing these users to upgrade automatically. Releases are signed with your GPG key.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-22 17:49
0.12

When making a new release, you are now prompted to mark the previous release as "stable". The Git support has been updated for Git 1.7. 0release now checks that the local feed has been configured correctly before starting.
Tags: Minor feature enhancements

2009-08-16 02:50
0.11

0release can now be configured to use a different directory on the file server for each release. This is needed for use with sf.net's new file release system. Build slaves no longer require Python 2.5, as it's often useful to build on older machines. A bug was fixed where the release would fail if the feed didn't give the implementation path as '.'.
Tags: Minor feature enhancements

2009-05-05 02:20
0.10

Building binaries for multiple architectures during the release process is now supported. You supply a list of builders, which submit the release candidate source code to another machine, chroot, or virtual machine for building. The resulting binaries are collected and uploaded together at the end.
Tags: Major feature enhancements

Project Resources