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, extracts the signature part from it and verifies this signature by hashing the Release file. 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 not the "normal" external Release.gpg signature provided from the repository.
- Loading branch information