We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to mirror the Chef repository:
aptly mirror create -force-components -filter '' chef-trusty-main https://packages.chef.io/stable-apt trusty main
aptly mirror update chef-trusty-main Downloading https://packages.chef.io/stable-apt/dists/trusty/InRelease... Downloading https://packages.chef.io/stable-apt/dists/trusty/Release... Downloading https://packages.chef.io/stable-apt/dists/trusty/Release.gpg... gpgv: Signature made Wed 14 Sep 2016 06:34:36 PM UTC using DSA key ID 83EF826A gpgv: Good signature from "CHEF Packages [email protected]" gpgv: aka "Opscode Packages [email protected]" Downloading & parsing package files... Downloading https://packages.chef.io/stable-apt/dists/trusty/main/binary-amd64/Packages.bz2... Building download queue... ERROR: unable to update: unable to compute pool location for filename chef_12.3.0-1_amd64.deb, MD5 is missing
It seems that the Packages.bz2 does not contain MD5sum, but they do contain SHA sums..
The text was updated successfully, but these errors were encountered:
Dupe of https://github.com/smira/aptly/issues/228
Sorry, something went wrong.
Closing as duplicate.
No branches or pull requests
I am trying to mirror the Chef repository:
aptly mirror create -force-components -filter '' chef-trusty-main https://packages.chef.io/stable-apt trusty main
aptly mirror update chef-trusty-main
Downloading https://packages.chef.io/stable-apt/dists/trusty/InRelease...
Downloading https://packages.chef.io/stable-apt/dists/trusty/Release...
Downloading https://packages.chef.io/stable-apt/dists/trusty/Release.gpg...
gpgv: Signature made Wed 14 Sep 2016 06:34:36 PM UTC using DSA key ID 83EF826A
gpgv: Good signature from "CHEF Packages [email protected]"
gpgv: aka "Opscode Packages [email protected]"
Downloading & parsing package files...
Downloading https://packages.chef.io/stable-apt/dists/trusty/main/binary-amd64/Packages.bz2...
Building download queue...
ERROR: unable to update: unable to compute pool location for filename chef_12.3.0-1_amd64.deb, MD5 is missing
It seems that the Packages.bz2 does not contain MD5sum, but they do contain SHA sums..
The text was updated successfully, but these errors were encountered: