Skip to content

Sign Packages

Jason Plum requested to merge sign-packages-deb into master

Update https://gitlab.com/gitlab-org/omnibus-gitlab now that we have merged https://gitlab.com/gitlab-org/omnibus/merge_requests/7

This adds:

  • Signing of RPMs (rpm --addsign)
  • Signing of DEBs (debsigs format)
  • Necessary changes to get the GnuPG keys in place for signing.

Relations:

TODO

  • Merge this
  • Implement new keypair
    • Generate new keypair
    • Upload to appropriate bucket
    • Change/add values for GPG_PASSPHRASE and SECRET_AWS_*
    • Upload pubkeys to PackageCloud repositories
    • Write documentation for users to enable the checking of package signatures
  • Activate in production branches
Edited by Jason Plum

Merge request reports