This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Suggestion to integrate Mercurial with ca-certificates package.


> To fix issue I create:
> 
>   cygwin# mkdir /etc/mercurial
>   cygwin# cat <<EOF >/etc/mercurial/hgrc
>   [web]
>   cacerts = /usr/ssl/certs/ca-bundle.crt
>   EOF
> 
> Note that if cacerts point to non-existing file you get error from Mercurial:
> 
>   cygwin# hg identify https://bitbucket.org/django/django || echo ERROR
>   abort: could not find web.cacerts: /a/usr/ssl/certs/ca-bundle.crt
>   ERROR
> 
> May be Debian solution with '/etc/mercurial/hgrc.d' sufficient to avoid this
> problem.

Or, just make mercurial depend on ca-certificates.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]