Differences between revisions 4 and 5
Revision 4 as of 2011-01-07 18:49:43
Size: 1284
Editor: mpm
Comment:
Revision 5 as of 2011-02-03 12:22:50
Size: 1246
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 4: Line 3:
Line 12: Line 10:
Line 14: Line 11:
 * Install [[Source:contrib/mergetools.hgrc|contrib/mergetools.hgrc]] so merge tools work  * Install Source:contrib/mergetools.hgrc so merge tools work
Line 21: Line 18:

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.
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]].
Line 25: Line 21:
Line 29: Line 24:
Line 33: Line 27:

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)