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

Fixes to publishing of DEB packages to APT repo #124

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

joaopalet
Copy link
Contributor

@joaopalet joaopalet commented Mar 6, 2024

  • Give GPG key fingerprint instead of key ID to Aptly for the signing of the release
    • Even though Aptly specifies in the docs that gpg-key expects a key ID, it actually expects a key fingerprint
  • Disable the key database daemon (keyboxd):
    • Since version 2.3.0 of gnupg all imported keys are stored in a SQLite database instead of using the specified keyring, and we need to import the key to a custom keyring to use them with Aptly
  • Rename Linux package name to stackit
  • Make APT distribution name consistent across all steps of the script
  • Removes rootDir from custom Aptly config file (as defaults to the default value)
  • Improve comment and job name of workflow

@joaopalet joaopalet force-pushed the jp/test-pre-release-publish-apt branch 2 times, most recently from 1b43105 to 0e2ddbb Compare March 7, 2024 11:44
@joaopalet joaopalet merged commit 59834bf into main Mar 7, 2024
2 checks passed
@joaopalet joaopalet deleted the jp/test-pre-release-publish-apt branch March 7, 2024 14:21
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.

2 participants