Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-07 | Set APT::FTPArchive::DoByHash to false by default | Michael Vogt | |
"apt-ftparchive release" will create the by-hash files if this mode is enabled. This maybe unexpected by existing users so make it a opt-in. Git-Dch: ignore | |||
2015-09-04 | Add support for writing by-hash dirs in apt-ftparchive | Michael Vogt | |
This option is enabled via the APT::FTPArchive::DoByHash switch. It will also honor the option APT::FTPArchive::By-Hash-Keep that controls how many previous generation of by-hash files should be kept (defaults to 3). Merged from https://github.com/mvo5/apt/tree/feature/apt-ftparchive-by-hash |