Create and publish an APT repository for the OpenFastTrace Debian package.
The repository should be generated by GitHub Actions and published as static content, including the package indexes, Release metadata, and an InRelease or Release.gpg signature. Use a dedicated repository signing key stored securely in GitHub Actions secrets, and publish the corresponding public key and its fingerprint.
Document the supported installation flow using a keyring file and the signed-by source option. The intended public repository URL is https://apt.itsallcode.org/openfasttrace, with suite stable and component main.
Acceptance criteria:
- apt update validates the repository signature without legacy apt-key usage.
- apt install openfasttrace installs the published package.
- The public key and installation instructions are available from the repository endpoint.
- Releases can be published automatically from the project workflow.
Create and publish an APT repository for the OpenFastTrace Debian package.
The repository should be generated by GitHub Actions and published as static content, including the package indexes, Release metadata, and an InRelease or Release.gpg signature. Use a dedicated repository signing key stored securely in GitHub Actions secrets, and publish the corresponding public key and its fingerprint.
Document the supported installation flow using a keyring file and the signed-by source option. The intended public repository URL is https://apt.itsallcode.org/openfasttrace, with suite stable and component main.
Acceptance criteria: