hgrc.d/cacerts.rc missing on amd64 (not i386) for saurcy+
Bug #1292231 reported by
Jonas Finnemann Jensen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mercurial (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Compare hg on amd64:
http://
To hg on i386:
http://
You'll see that the files:
/etc/mercurial/
/etc/mercurial/
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/
See, http://
To post a comment you must log in.
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: packages. ubuntu. com/trusty/ all/mercurial- common/ filelist
It appears the files moved to mercurial-common for trusty (and debian sid).
http://
But this is no the case for ubuntu saurcy (13.10).