You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 existingPackages
file beforehand, or somehow add the possibility to merge two existing repositories.Would you accept a PR for this kind of feature?
The text was updated successfully, but these errors were encountered: