jscheffl commented on code in PR #60368: URL: https://github.com/apache/airflow/pull/60368#discussion_r2678754817
########## dev/README_RELEASE_PROVIDERS.md: ########## @@ -305,11 +305,20 @@ 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 +sudo apt-get install gnupg Review Comment: ```suggestion sudo apt-get install libassuan-dev gnupg ``` ########## dev/README_RELEASE_AIRFLOWCTL.md: ########## @@ -128,11 +128,20 @@ 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 +sudo apt-get install gnupg Review Comment: I am a lazy bon, can be a 1-liner in Linux :-D ```suggestion sudo apt-get install libassuan-dev gnupg ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
