Simon Hollenbach
Simon Hollenbach
It should be relatively trivial to always use `__.` as filename in the publication's pool, as specified by the imported package's `DEBIAN/control` file - Relevant fields are defined in [Debian...
I feel in no position about talking about the best way, but I think I know some way. I am assuming you are either packaging packages not conflicting with what...
As long as you have a list of the leaf-dependency packages, meaning a list of the packages that you want available on the mirror that do not depend on each...
@ryanammoury - In your case it would seem trivial to pass all of your own packages' dependencies (as listed in `control` file - See [Package Interrelationship fields](https://www.debian.org/doc/debian-policy/ch-controlfields.html#package-interrelationship-fields-depends-pre-depends-recommends-suggests-breaks-conflicts-provides-replaces-enhances) and note that...
Please note that the security repository for releases prior to Debian 11 bullseye is shipped in another layout, see https://deb.debian.org/debian-security/dists/buster/updates/InRelease Note `dists/bullseye-security` vs. `dists/buster/updates` with the same components in both...
This sounds like a `aptly mirror update -latest …` option and maybe even a sane default. If you want to sync an archive-style repository, which is the the unusual case,...
You can create your repository locally using aptly's `repo` module, and then publish snapshots of that repository to S3. `aptly`'s S3-support is restricted to publish items, afaik. I hope you...
An S3 endpoint for the pool would be quite interesting, it would contain almost everything to make other publications just fancy signed forwarders.
> I was thinking of uploading the aptly DB into a centralized place & having the CD pipeline download & use that db. It'll helo the runner have consistent repo...
Nice, there is a migrations construct available, this should make things easy. I am currently having my eyes on [mod_md](https://github.com/icing/mod_md/), which might integrate certificate generation into normal webserver operations. acme.sh...