Re: Monotone 1.2 release candidate
Lapo Luchini <[email protected]> Thu, 25 Dec 2025 13:18:33 +0100
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2025-12-25 13:07, Michael Raskin via developer discussion for monotone wrote: >> % mtn hea >> mtn: branch 'net.venge.monotone.lapo.botan2' is currently merged: >> 6ba7278b3d29ed139975347df6b88be344c53b67 [email protected] 2025-12-23 09:26:24 > > What is the recommended server to pull this from? (mtn/git/tarball, no > problem with either, hopefully the official release will have a tarball > for package bootstrapping) A tarball will be generated as soon as we finalize the release, yes. Right now you can bootstrap from github: https://github.com/lapo-luchini/monotone/tree/lapo.botan2 Or if you have a working mtn already you can: (you probably know most of this, but just for completeness sakeā¦) $ mtn -d mtn db init $ mtn -d mtn sy 'mtn://monotone.ca/monotone?net.venge.monotone{,.*}' $ mtn -d mtn co -b net.venge.monotone.lapo.botan2 monotone-1.2dev And then in either case build with: $ cd monotone-1.2dev $ autoreconf $ ./configure $ make -j8 -- Lapo Luchini [email protected]