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

Add SHA512 hashes #656

Closed
ryanolson opened this issue Oct 30, 2017 · 5 comments
Closed

Add SHA512 hashes #656

ryanolson opened this issue Oct 30, 2017 · 5 comments
Labels

Comments

@ryanolson
Copy link

https://github.com/smira/aptly/blob/2811ad02d5830cd31af7ae765a36765196095cb6/deb/remote.go#L394

Would it be possible to add SHA512 hashes? I'm looking to mirror a repo that I don't control that only publishes SHA512 hashes in the InRelease file.

@smira
Copy link
Contributor

smira commented Oct 31, 2017

@ryanolson should be relatively easy, I'll add that in!

flx42 added a commit to flx42/aptly that referenced this issue Oct 31, 2017
@smira
Copy link
Contributor

smira commented Nov 1, 2017

@ryanolson do you have sample of such repo? I would like to add system test

@flx42
Copy link
Contributor

flx42 commented Nov 1, 2017

I do, that's my repo:

curl -L https://nvidia.github.io/libnvidia-container/gpgkey | sudo apt-key add -
aptly mirror create -keyring=/etc/apt/trusted.gpg libnvidia-container https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 ./
aptly mirror update -keyring=/etc/apt/trusted.gpg libnvidia-container

smira pushed a commit that referenced this issue Nov 8, 2017
@smira smira closed this as completed in #668 Nov 8, 2017
@smira
Copy link
Contributor

smira commented Nov 8, 2017

Fix is available in aptly_1.1.1+45+g9c018ce (nightly build)

@ryanolson
Copy link
Author

Works great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants