On Thu, Feb 6, 2014 at 7:40 PM, Benjamin Striegel
<[email protected]> wrote:
>> We can also attempt to package Rust with various of the most common
>> package managers: homebrew, macports, dpkg, rpm.
>
> It would be great to have these for the point releases, but do all of these
> allow for nightly builds?

Yes, they allow for nightly builds. The version number will come from
`git describe` and increment for eternity with every revision. Since
the version is always greater with each revision, the package manager
will consider them to be updates.

It's often trivial to create a nightly package too. For example, Arch
Linux has direct support for building packages with Bazaar, Mercurial,
Git and Subversion sources including support for branches and tags.
It's as simple as doing `source=('git://github.com/mozilla/rust.git')`
and giving a tag/branch after a hash if desired.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to