I'm using reprepro to package some internal files for distribution via Puppet. When the puppet clients are hitting the repository I'm seeing errors like this:
[error] [client 10.20.xx.xx] File does not exist: /var/www/build/dists/POCL/private/i18n/Translation-en.lzma
[error] [client 10.20.xx.xx] File does not exist: /var/www/build/dists/POCL/private/binary-armel/Packages.lzma
There appear to be two files missing from my (mis)use of reprepro to generate packages. Something for translation support and another for a list of packages?
Is there a way to have reprepro generate these files? If not, how would I create them?