summaryrefslogtreecommitdiff
path: root/doc/source/format_project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/format_project.rst')
-rw-r--r--doc/source/format_project.rst36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst
index 3ee91e0f9..8cf2c0026 100644
--- a/doc/source/format_project.rst
+++ b/doc/source/format_project.rst
@@ -120,10 +120,6 @@ following to your ``project.conf``:
ref-storage: project.refs
-.. note::
-
- The ``ref-storage`` configuration is available since :ref:`format version 8 <project_format_version>`
-
.. _configurable_warnings:
@@ -145,10 +141,6 @@ Individual warnings can be configured as fatal by setting ``fatal-warnings`` to
BuildStream provides a collection of :class:`Core Warnings <buildstream.types.CoreWarnings>` which may be raised
by a variety of plugins. Other configurable warnings are plugin specific and should be noted within their individual documentation.
-.. note::
-
- The ``fatal-warnings`` configuration is available since :ref:`format version 14 <project_format_version>`
-
.. _project_source_aliases:
@@ -179,10 +171,6 @@ for more detail.
build-uid: 1003
build-gid: 1001
-.. note::
-
- The ``sandbox`` configuration is available since :ref:`format version 6 <project_format_version>`
-
.. _project_essentials_artifacts:
@@ -373,10 +361,6 @@ A default mirror to consult first can be defined via
:ref:`user config <config_default_mirror>`, or the command-line argument
:ref:`--default-mirror <invoking_bst>`.
-.. note::
-
- The ``mirrors`` field is available since :ref:`format version 11 <project_format_version>`
-
.. _project_plugins:
@@ -852,10 +836,6 @@ specific configuration data as shown below.
config:
checkout-submodules: False
-.. note::
-
- The ``sources`` override is available since :ref:`format version 1 <project_format_version>`
-
.. _project_shell:
@@ -867,10 +847,6 @@ environment for debugging and testing applications may need some help.
The ``shell`` section allows some customization of the shell environment.
-.. note::
-
- The ``shell`` section is available since :ref:`format version 1 <project_format_version>`
-
Interactive shell command
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -903,10 +879,6 @@ which is expressed as a dictionary very similar to the
:ref:`default environment <project_defaults_environment>`, except that it
supports host side environment variable expansion in values.
-.. note::
-
- The ``environment`` configuration is available since :ref:`format version 4 <project_format_version>`
-
For example, to share your host ``DISPLAY`` and ``DBUS_SESSION_BUS_ADDRESS``
environments with debugging shells for your project, specify the following:
@@ -939,10 +911,6 @@ it can integrate better with the host environment.
The ``host-files`` configuration allows one to specify files and
directories on the host to be bind mounted into the sandbox.
-.. note::
-
- The ``host-files`` configuration is available since :ref:`format version 4 <project_format_version>`
-
.. warning::
One should never mount directories where one expects to
@@ -1052,10 +1020,6 @@ currently limited to a single target element and due to this, they currently
do not use project default targets. However, they still use the workspace
element as default target when run from a workspace directory.
-.. note::
-
- The ``targets`` configuration is available since :ref:`format version 21 <project_format_version>`
-
.. _project_builtin_defaults: