git-unpacked is back!

In my post of 2022-05-09, I outlined a new view of my git repos. I had to take it down soon after that, because the NetBSD version I was running had bugs that led that implementation to wedge the machine — only occasionally, in terms of requests made, but often enough that it was needing attention every few days.

I've now got more or less the same view reimplemented entirely in userland, which therefore should not destabilize the machine. It's in the same place the 2022-05-09 post said it was.

At present it works for the HTTP view but not the FTP view. This is because I've made the necessary changes to the HTTP server but not the FTP server. (This is not because I prefer HTTP over FTP — quite the opposite — but because it looked easier to make the relevant changes that way.)

Main