Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start work on global conf extra info section #3215

Merged
merged 1 commit into from
May 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion reference/config_files/global_conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,18 @@ effect because it's the first one evaluated, and after that, Conan is overriding
general one, so it deserves to pay special attention to the order.


Information about built-in confs
================================

This section provides extra information about specific confs.

Networking confs
----------------

.. _reference_config_files_global_conf_ssl_certificates:

Configuration of client certificates
------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Conan supports client TLS certificates. You can configure the path to your existing *Cacert* file and/or your client
certificate (and the key) using the following configuration variables:
Expand All @@ -265,3 +273,17 @@ For instance:
.. seealso::

* :ref:`Managing configuration in your recipes (self.conf_info) <conan_conanfile_model_conf_info>`


UX confs
--------

Skip warnings
~~~~~~~~~~~~~

There are several warnings that Conan outputs in certain cases which can be omitted via the ``core:skip_warnings`` conf,
by adding the warning tag to its value.

Those warnings are:

- ``deprecated``: Messages for deprecated features such as legacy generators