cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

[mirror] failed to detect by-hash support for specific configurations #21

Closed ymmt2005 closed 7 years ago

ymmt2005 commented 7 years ago

go-apt-mirror can detect by-hash support if all suites provide Acquire-By-Hash: yes in Release files.

But if one suite does not support by-hash while the others do, go-apt-mirror misinterprets that all suites do not support by-hash. This is not ideal.