Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inline gpg signature for InRelease file. Debootstrap for example,…
… fetches InRelease file, splits the signature and content part from it and verifies the signature by using detached signature verification. The following command is used by debootstrap to check the signature: 'gpgv --status-fd 1 --verbose --keyring <path to keyring.gpg> --ignore-time-conflict Release.gpg Release' Note: The Release.gpg signature is the extracted signature from InRelease and Release is the signed content from InRelease and not the "normal" external Release.gpg signature / Release file provided from the repository.
- Loading branch information