Skip to content

Commit

Permalink
Removed RPM signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pasztor committed Jan 6, 2021
1 parent 4957bcf commit 3bebcfe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ signs:
- '-c'
# HACK: the 'ids' parameter seems to not work on deb packages.
- if [[ "${artifact}" == *.deb ]]; then dpkg-sig -k [email protected] -s "builder" ${artifact}; fi
- id: sign-rpm-package
artifacts: all
cmd: /bin/bash
args:
- '-c'
# HACK: the 'ids' parameter seems to not work on deb packages.
- if [[ "${artifact}" == *.rpm ]]; then rpmsign -D '%__gpg_sign_cmd %{__gpg} gpg --no-verbose --no-armor --batch --pinentry-mode loopback --passphrase "" --no-secmem-warning -u 61C5350AEC91E2C9 -sbo %{__signature_filename} %{__plaintext_filename}' --key-id 61C5350AEC91E2C9 --addsign ${artifact}; fi
- id: sign-all
artifacts: all
dist: build
Expand Down

0 comments on commit 3bebcfe

Please sign in to comment.