Differences between revisions 5 and 6
Revision 5 as of 2011-02-03 12:22:50
Size: 1246
Comment:
Revision 6 as of 2011-02-03 17:34:45
Size: 1250
Editor: mpm
Comment: unbreak link
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * Install Source:contrib/mergetools.hgrc so merge tools work  * Install [[Source:contrib/mergetools.hgrc]] so merge tools work

Packaging

Guidelines for making Mercurial binary packages.

/!\ This page is intended for developers.

1. Things to note

  • Don't enable any extensions by default

  • Install contrib/mergetools.hgrc so merge tools work

  • Consider packaging the hgweb scripts and relevant items from contrib/
  • Run the test suite on your platform
  • List your package on the Downloads page
  • Keep up with our time-based releases

2. SSL support

Packagers are encouraged to integrate as well as possible with the platforms existing PKI, for example by distributing a hgrc.d/cacert.rc with configuration of web.cacerts. If the platform doesn't have a suitable CA list you might want to distribute your own - for example the one from cURL/Mozilla. See CACertificates.

3. Make nightly builds available

Nightly builds help users give quick feedback on bugfixes. These should generally be made from the tip of the stable branch.

4. Stay in touch

Announcements of releases and code freezes are made on the Mercurial-packaging list.

5. See also


CategoryProject

Packaging (last edited 2017-05-02 23:04:09 by NathanGoldbaum)