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

doc: configuration options update #1648

Merged
merged 7 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
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
11 changes: 9 additions & 2 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,18 @@ Changes to individual options
* Supported values are now extended to the following list: ``comps``, ``filelists``, ``other``, ``presto``, ``updateinfo``.


Newly introduced options
------------------------
Newly introduced configuration options
--------------------------------------
``allow_downgrade``
* New option used to enable or disable downgrade of dependencies when resolving transaction.

``skip_broken``, ``skip_unavailable``, ``strict``
* New options ``skip_broken``, ``skip_unavailable`` were added due to deprecation of ``strict`` option.
* See the :ref:`strict deprecation <strict_option_conf_changes_ref-label>` above.


Dropped configuration options
-----------------------------
``arch`` and ``basearch``
* It is no longer possible to change the detected architecute in configuration files.
* See the :manpage:`dnf5-forcearch(7)`, :ref:`Forcearch parameter <forcearch_misc_ref-label>` for overriding architecture.
107 changes: 0 additions & 107 deletions doc/dnf5.conf-todo.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ This section does not track any deprecated option. For such options see :ref:`De
[main] Options
==============

.. _arch_options-label:

``arch``

.. _autocheck_running_kernel_options-label:

``autocheck_running_kernel``
Expand All @@ -49,10 +45,6 @@ This section does not track any deprecated option. For such options see :ref:`De
.. NOTE::
YUM compatibility option

.. _basearch_options-label:

``basearch``

.. _logfilelevel_options-label:

``logfilelevel``
Expand All @@ -61,26 +53,14 @@ This section does not track any deprecated option. For such options see :ref:`De

``log_compress``

.. _transaction_history_dir_options-label:

``transaction_history_dir``

.. _transformdb_options-label:

``transformdb``

.. _recent_options-label:

``recent``

.. _reset_nice_options-label:

``reset_nice``

.. _system_cachedir_options-label:

``system_cachedir``

.. _debuglevel_options-label:

``debuglevel``
Expand All @@ -91,10 +71,6 @@ This section does not track any deprecated option. For such options see :ref:`De

Default: ``2``.

.. _debugdir_options-label:

``debugdir``

.. _diskspacecheck_options-label:

``diskspacecheck``
Expand Down Expand Up @@ -149,20 +125,6 @@ This section does not track any deprecated option. For such options see :ref:`De

Default: ``False``.

.. _use_host_config_options-label:

``use_host_config``

.. _config_file_age_options-label:

``config_file_age``

.. _allow_downgrade_options-label:

``allow_downgrade``

.. _bugtracker_url_options-label:

``bugtracker_url``

.. _history_record_options-label:
Expand All @@ -173,14 +135,6 @@ This section does not track any deprecated option. For such options see :ref:`De

``history_record_packages``

.. _skip_broken_options-label:

``skip_broken``

.. _skip_unavailable_options-label:

``skip_unavailable``

.. _history_list_view_options-label:

``history_list_view``
Expand All @@ -189,22 +143,6 @@ This section does not track any deprecated option. For such options see :ref:`De

``comment``

.. _downloadonly_options-label:

``downloadonly``

.. _build_cache_options-label:

``build_cache``

.. _exclude_from_weak_options-label:

``exclude_from_weak``

.. _exclude_from_weak_autodetect_options-label:

``exclude_from_weak_autodetect``

.. _releasever_options-label:

``releasever``
Expand All @@ -218,15 +156,6 @@ This section does not track any deprecated option. For such options see :ref:`De

Default: ``False``.

.. _module_stream_switch_options-label:

``module_stream_switch``
:ref:`boolean <boolean-label>`

If enabled, allows switching enabled streams of a module.

Default: ``False``.

.. _rpmverbosity_options-label:

``rpmverbosity``
Expand Down Expand Up @@ -302,50 +231,14 @@ This section does not track any deprecated option. For such options see :ref:`De
Repo Options
============

.. _baseurl_repo_options-label:

``baseurl``

.. _cost_repo_options-label:

``cost``

.. _gpgcheck_options-label:

``gpgcheck``

.. _gpgkey_repo_options-label:

``gpgkey``

.. _metalink_repo_options-label:

``metalink``

.. _metadata_timer_sync_options-label:

``metadata_timer_sync``

.. _mirrorlist_repo_options-label:

``mirrorlist``

.. _module_hotfixes_repo_options-label:

``module_hotfixes``

.. _name_repo_options-label:

``name``

.. _priority_repo_options-label:

``priority``

.. _type_repo_options-label:

``type``


Repo Variables
==============
Expand Down
Loading
Loading