Skip to content

Commit a097bbb

Browse files
Stop GPG-signing binaries, since it consumes human time when releasing
1 parent dec223f commit a097bbb

3 files changed

Lines changed: 1 addition & 76 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 Vigil version `1.0.0` for Linux.
1313
2. **How to build Vigil, 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/vigil/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/vigil/releases) page on GitHub
16+
3. Publish a changelog and upload all the built archives on the [releases](https://github.com/valeriansaliou/vigil/releases) page on GitHub

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ _As an example of a status page running Crisp Status, check out [Enrich Status P
9292

9393
Vigil is built in Rust. To install it, either download a version from the [Vigil releases](https://github.com/valeriansaliou/vigil/releases) page, use `cargo install` or pull the source code from `master`.
9494

95-
👉 _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)._
96-
9795
**Install from packages:**
9896

9997
Vigil provides [pre-built packages](https://packagecloud.io/valeriansaliou/vigil) for Debian-based systems (Debian, Ubuntu, etc.).

scripts/sign_binaries.sh

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

0 commit comments

Comments
 (0)