Skip to content

Commit a22ebaa

Browse files
Stop GPG-signing binaries, since it consumes human time when releasing
1 parent 5d8e416 commit a22ebaa

3 files changed

Lines changed: 1 addition & 75 deletions

File tree

PACKAGING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ We consider here the packaging flow of Raider version `1.0.0` for Linux.
1313
2. **How to build Raider, package it and release it on Crates, GitHub, Docker Hub and Packagecloud (multiple architectures):**
1414
1. Tag the latest Git commit corresponding to the release with tag `v1.0.0`, and push the tag
1515
2. Wait for all release jobs to complete on the [actions](https://github.com/valeriansaliou/raider/actions) page on GitHub
16-
3. Download all release archives, and sign them locally using: `./scripts/sign_binaries.sh --version=1.0.0`
17-
4. Publish a changelog and upload all the built archives, as well as their signatures on the [releases](https://github.com/valeriansaliou/raider/releases) page on GitHub
16+
3. Publish a changelog and upload all the built archives on the [releases](https://github.com/valeriansaliou/raider/releases) page on GitHub

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ The best way to install Raider is to pull the latest release from the [Raider re
5353

5454
Make sure to pick the correct server architecture (eg. Intel 32 bits).
5555

56-
👉 _Each release binary comes with an `.asc` signature file, which can be verified using [@valeriansaliou](https://github.com/valeriansaliou) GPG public key: [:key:valeriansaliou.gpg.pub.asc](https://valeriansaliou.name/files/keys/valeriansaliou.gpg.pub.asc)._
57-
5856
**Install from packages:**
5957

6058
Raider provides [pre-built packages](https://packagecloud.io/valeriansaliou/raider) for Debian-based systems (Debian, Ubuntu, etc.).

scripts/sign_binaries.sh

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)