hgrc.d/cacerts.rc missing on amd64 (not i386) for saurcy+

Bug #1292231 reported by Jonas Finnemann Jensen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mercurial (Ubuntu)
New
Undecided
Unassigned

Bug Description

Compare hg on amd64:
 http://packages.ubuntu.com/saucy/amd64/mercurial/filelist

To hg on i386:
http://packages.ubuntu.com/saucy/i386/mercurial/filelist

You'll see that the files:
/etc/mercurial/hgrc.d/cacerts.rc
/etc/mercurial/hgrc.d/mergetools.rc

Are missing from amd64, this is only the case for saurcy and trusty.
Older packages has both these files in both i386 and amd64.

I believe /etc/mercurial/hgrc.d/cacerts.rc is particularly important, as hg doesn't check HTTPS certificates without it.
See, http://mercurial.selenic.com/wiki/CACertificates for details on ca-certs with hg.

Revision history for this message
Jonas Finnemann Jensen (jopsen) wrote :

For those running into this issue with hg, the workaround is:

$ sudo echo -e '[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt' > /etc/mercurial/hgrc.d/cacerts.rc;

Update:
It appears the files moved to mercurial-common for trusty (and debian sid).
http://packages.ubuntu.com/trusty/all/mercurial-common/filelist

But this is no the case for ubuntu saurcy (13.10).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.