Skip to content

Fixes to publishing of DEB packages to APT repo#124

Merged
joaopalet merged 2 commits intomainfrom
jp/test-pre-release-publish-apt
Mar 7, 2024
Merged

Fixes to publishing of DEB packages to APT repo#124
joaopalet merged 2 commits intomainfrom
jp/test-pre-release-publish-apt

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
@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