X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: Suggestion to integrate Mercurial with ca-certificates package. Date: Tue, 27 Dec 2011 07:42:03 -0500 Lines: 18 Message-ID: <08fjf79bqd71p6ogc7an0as5pdt5ccd09m@4ax.com> References: <84fwg6md5j DOT fsf AT bifit DOT com DOT ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > To fix issue I create: > > cygwin# mkdir /etc/mercurial > cygwin# cat </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