Problem:
A debian package can specify the location of the changelogs files using Changelogs
field from the release file: DebianRepository/Format - Debian Wiki. Otherwise apt changelog package_name
would return an error for custom repositories: E: Failed to fetch changelog:..
.
At the moment I saw that the change logs are uploaded by default in the same place like .deb
packages.
In code(/pulp_deb/app/models/content/metadata.py#L25C4-L30C55) I’ve saw that the Changelogs
field is not supported, please correct me if I’m looking in the wrong place. Using Changelogs
would also require to have a specific folder structure, e.g.: Index of /changelogs/pool/main/f/firefox/firefox_36.0+build2-0ubuntu0.14.04.4
It there any way that this can be made with pulp, so that apt changelogs
works?
Thanks