python-deb-pkg-tools icon indicating copy to clipboard operation
python-deb-pkg-tools copied to clipboard

manipulating repository metadata

Open iurly opened this issue 1 year ago • 0 comments

Hi @xolox, I have a very specific need (TBH I expected this to be quite common but turns out it's not). I have a debian repository hosted on Amazon S3, and I would like the ability to upload new packages (more specifically, new versions of a package) without re-creating all the repo metadata from .deb files all over again. So the idea would be to either extend repo.update_repository() with a flag to read the existing Packages file beforehand, or somehow add the possibility to merge two existing repositories.

Would you accept a PR for this kind of feature?

iurly avatar Jan 04 '24 11:01 iurly