This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 02edee76ace [v3-1-test] Add Linux favour of installing dependencies
for release (#60368) (#60381)
02edee76ace is described below
commit 02edee76ace0987e6817ec0a7fae1af890995d0b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 12:33:41 2026 +0100
[v3-1-test] Add Linux favour of installing dependencies for release
(#60368) (#60381)
* Add Linux favour of installing dependencies for release
* Add Linux favour of installing dependencies for release for providers
* Convert instructions to one liner
---------
(cherry picked from commit 67c95c3f80a07ac42e4c39c3aac6c31cb36417f8)
Co-authored-by: Bugra Ozturk <[email protected]>
Co-authored-by: Jens Scheffler <[email protected]>
---
dev/README_RELEASE_AIRFLOWCTL.md | 8 ++++++++
dev/README_RELEASE_PROVIDERS.md | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index 2cf1c932855..e036159e721 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -126,11 +126,19 @@ the "dev/sign.sh" script (assuming you have the right PGP
key set-up for signing
generates corresponding .asc and .sha512 files for each file to sign.
note: sign script uses `libassuan` and `gnupg` if you don't have them
installed run:
+MacOS:
+
```shell script
brew install libassuan
brew install gnupg
```
+Linux (Debian/Ubuntu):
+
+```shell script
+sudo apt-get install libassuan-dev gnupg
+```
+
## Build and sign the source and convenience packages
* Cleanup dist folder:
diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index 8261ebdcf4d..93881270719 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -350,11 +350,19 @@ the "dev/sign.sh" script (assuming you have the right PGP
key set-up for signing
generates corresponding .asc and .sha512 files for each file to sign.
note: sign script uses `libassuan` and `gnupg` if you don't have them
installed run:
+MacOS:
+
```shell script
brew install libassuan
brew install gnupg
```
+Linux (Debian/Ubuntu):
+
+```shell script
+sudo apt-get install libassuan-dev gnupg
+```
+
## Build and sign the source and convenience packages
* Cleanup dist folder: