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

check for checksum and handle appropriately #217

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

rickysarraf
Copy link
Owner

Note that checksum is not always available in the signature file. For example, for the --update operation, there's no checksum in the signature. Instead, that is handled separately via GPG Repository Singing.

The checksums are only present for the build package files, like the .deb files. That's because in Debian, we only sign the repository metadata and list all checksums and other important bits, as part of that metadata

Closes: #216
Thanks: Dan Whitman (Github:kyp44)

Note that checksum is not always available in the signature file. For
example, for the `--update` operation, there's no checksum in the
signature. Instead, that is handled separately via GPG Repository
Singing.

The checksums are only present for the build package files, like the
.deb files. That's because in Debian, we only sign the repository
metadata and list all checksums and other important bits, as part of
that metadata

Closes: #216
Thanks: Dan Whitman (Github:kyp44)
@rickysarraf rickysarraf self-assigned this Jun 20, 2023
@rickysarraf rickysarraf merged commit 421143c into master Jun 26, 2023
@rickysarraf rickysarraf deleted the wip/ritesh/fix-checksum.master branch June 26, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List index out of range exception (Ubuntu 20.04)
1 participant