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
8 changes: 8 additions & 0 deletions dev/README_RELEASE_AIRFLOWCTL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions dev/README_RELEASE_PROVIDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading