code.dlang.org reliability update
Sebastiaan Koppe
mail at skoppe.eu
Thu Mar 5 14:29:14 UTC 2020
On Thursday, 5 March 2020 at 12:41:41 UTC, Sönke Ludwig wrote:
> But making changes to the general architecture - be it in the
> form of adding load-balancing, or more deeply rooted, such as
> using GIT for storing and distributing the package index - is
> something that still is definitely desirable to push forward.
A week ago I created a git dub package index at
https://github.com/skoppe/dub-packages-index it gets updated
every 15 minutes by scraping code.dlang.org
I use it to feed my registry-mirror, which is now fully standalone
A possible next step is creating a PackageSupplier class in dub
that clones and uses this repo for resolution.
If I was aware of Sönke's work I might have skipped it, but it
was a good exercise regardless.
More information about the Digitalmars-d-announce
mailing list