Changeset 431b5b17


Ignore:
Timestamp:
06/17/2013 10:21:02 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4b6689d0
Parents:
6a056c63
Message:

Mercurial: optionally configure CA certs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11303 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r6a056c63 r431b5b17  
    123123  </sect2>
    124124
     125  <sect2 role="configuration">
     126    <title>Configuring Mercurial</title>
     127
     128    <sect3 id="mercurial-config">
     129      <title>Config Files</title>
     130
     131      <para>
     132        <filename>/etc/mercurial/hgrc</filename>
     133      </para>
     134
     135      <indexterm zone="mercurial mercurial-config">
     136        <primary sortas="e-etc-mercurial-hgrc">/etc/mercurial/hgrc</primary>
     137      </indexterm>
     138
     139      <para>
     140        If you have installed the <xref linkend="cacerts"/> and you want
     141        <application>Mercurial</application> to use them, as the
     142        <systemitem class="username">root</systemitem> user:
     143      </para>
     144
     145<screen role="root"><userinput>install -v -d -m755 /etc/mercurial &amp;&amp;
     146cat &gt; /etc/mercurial/hgrc &lt;&lt; "EOF"
     147<literal>[web]
     148cacerts = /etc/ssl/ca-bundle.crt</literal>
     149EOF</userinput></screen>
     150
     151    </sect3>
     152
     153  </sect2>
     154
    125155  <sect2 role="content">
    126156    <title>Contents</title>
     
    134164        <seg>hg</seg>
    135165        <seg>none</seg>
    136         <seg>/usr/lib/python2.7/site-packages/hgext and
     166        <seg>/etc/mercurial, /usr/lib/python2.7/site-packages/hgext and
    137167        /usr/lib/python2.7/site-packages/mercurial</seg>
    138168      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.