Skip to content
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
24 changes: 11 additions & 13 deletions airflow-core/docs/installation/installing-from-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,17 @@ Released packages
You can choose different version of Airflow by selecting a different version from the drop-down at
the top-left of the page.

The ``source``, ``sdist`` and ``whl`` packages released are the "official" sources of installation that you
can use if you want to verify the origin of the packages and want to verify checksums and signatures of
the packages. The packages are available via the
`Official Apache Software Foundation Downloads <https://dlcdn.apache.org/>`_

As of version 2.8 Airflow follows PEP 517/518 and uses ``pyproject.toml`` file to define build dependencies
and build process and it requires relatively modern versions of packaging tools to get Airflow built from
local sources or ``sdist`` packages, as PEP 517 compliant build hooks are used to determine dynamic build
dependencies. In case of ``pip``, it means that at least version 22.1.0 is needed (released at the beginning of
2022) to build or install Airflow from sources. This does not affect the ability of installing Airflow from
released wheel packages.

The |version| downloads of Airflow® are available at:
The Source packages are official packages of the Apache Software Foundation - and the ones that you can
use is you want to build the packages yourself from the source code and be sure that the provenance of
the packages is verified and matches the source code from the repository and you can verify the
checksums and signatures of the packages.

The ``sdist`` and ``whl`` packages released are the convenience packages - of installation also installed from
the same sources and you can still verify the origin of the packages and want to verify checksums and
signatures of the packages. The packages are available via the Official Apache Software Foundations Downloads
`Official Apache Software Foundations Downloads <https://dlcdn.apache.org/>`_

The ``|version|`` downloads of Airflow® are available at:

.. jinja:: official_download_page

Expand Down
13 changes: 9 additions & 4 deletions airflow-ctl/docs/installation/installing-from-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,17 @@ Released packages
You can choose different version of Airflow by selecting a different version from the drop-down at
the top-left of the page.

The ``source``, ``sdist`` and ``whl`` packages released are the "official" sources of installation that you
can use if you want to verify the origin of the packages and want to verify checksums and signatures of
the packages. The packages are available via the
The Source packages are official packages of the Apache Software Foundation - and the ones that you can
use is you want to build the packages yourself from the source code and be sure that the provenance of
the packages is verified and matches the source code from the repository and you can verify the
checksums and signatures of the packages.

The ``sdist`` and ``whl`` packages released are the convenience packages - of installation also installed from
the same sources and you can still verify the origin of the packages and want to verify checksums and
signatures of the packages. The packages are available via the Official Apache Software Foundations Downloads
`Official Apache Software Foundations Downloads <https://dlcdn.apache.org/>`_

The {{ airflowctl_version }} downloads of Airflow Ctl are available at:
The ``|version|`` downloads of Airflow Ctl are available at:

.. jinja:: official_download_page

Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/doc/09_release_management_tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Installing providers
""""""""""""""""""""

In some cases we want to just see if the providers generated can be installed with Airflow without
verifying them. This happens automatically on CI for sdist packages but you can also run it manually if you
verifying them. This happens automatically on CI for ``sdist`` packages but you can also run it manually if you
just prepared providers and they are present in ``dist`` folder.

.. code-block:: bash
Expand Down
Loading