Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign rpm and deb packages after building #302

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

Fobhep
Copy link
Contributor

@Fobhep Fobhep commented Jul 9, 2021

  • Please check if the PR fulfills these requirements
  • The commit messages are descriptive
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • An issue has been created for the pull requests. Some issues might require previous discussion.

Fixes #303

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature

  • What is the current behavior? (You can also link to an open issue here)
    Deb and Rpms are not signed

  • What is the new behavior (if this is a feature change)?
    Deb and Rpms are signed

  • Other information:
    In order to get it running we need the following repo secrets:

GPG_PRIVATE_KEY -> the armored export of the private gpg key
as described here: https://github.com/marketplace/actions/import-gpg

GPG_PASSPHRASE -> the pass phrase for the private pgp key

Furthermore we need in release/keys/public.key the matching public part - also armored exported

@Fobhep
Copy link
Contributor Author

Fobhep commented Jul 9, 2021

@purbon we could also consider adding the public key in the relases as an artifact 🤔

@Fobhep Fobhep changed the title build rpm with signature Sign rpm and deb packages after building Jul 9, 2021
@github-actions
Copy link

github-actions bot commented Aug 9, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@Fobhep
Copy link
Contributor Author

Fobhep commented Aug 9, 2021

@purbon repinging to prevent automatic closing :)

@github-actions github-actions bot closed this Aug 17, 2021
@purbon purbon reopened this Aug 17, 2021
@purbon
Copy link
Collaborator

purbon commented Aug 18, 2021

Nice, I really like it! and I appreciate a ton!

would this be ok to merge for your opinion?

Looking forward to get this in ;-)

@purbon
Copy link
Collaborator

purbon commented Aug 18, 2021

do you mind revert the delete of all files under release/* ? they are very useful for me locally to play with ;-)

@Fobhep Fobhep force-pushed the signed_builds branch 2 times, most recently from a91b010 to 103aee1 Compare August 19, 2021 09:06
@Fobhep Fobhep marked this pull request as ready for review August 19, 2021 09:10
@purbon
Copy link
Collaborator

purbon commented Aug 20, 2021

Awesome @Fobhep , looking really good! I appreciate a ton. As soon as I get time I will make sure to make a signed release using your contribution. Thanks again!

@purbon purbon merged commit 28af850 into kafka-ops:master Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sign debian and rpm releases
2 participants