Brian Anderson a3c27ea3c6 mk: Update how the build deals with version labels.
Adds a new configure flag, --release-channel, which determines how the version
number should be augmented with a release label, as well as how the distribution
artifacts will be named. This is entirely for use by the build automation.

--release-channel can be either 'source', 'nightly', 'beta', or 'stable'.

Here's a summary of the affect of these values on version number and
artifact naming, respectively:

* source - '0.12.0-pre', 'rust-0.12.0-pre-...'
* nightly - '0.12.0-nightly', 'rust-nightly-...'
* beta - '0.12.0-beta', 'rust-beta-...'
* stable - '0.12.0', 'rust-0.12.0-...'

Per http://discuss.rust-lang.org/t/rfc-impending-changes-to-the-release-process/508/1
2014-09-15 16:25:20 -07:00
..
2014-09-11 16:21:32 -04:00
2014-07-14 12:27:07 -07:00
2013-10-29 16:22:08 -07:00
2014-09-14 14:42:45 -07:00
2014-02-02 10:59:14 -08:00
2014-09-10 17:11:25 -07:00
2014-02-14 19:17:50 -08:00