On Tue, 12 Aug 2025, at 19:52, Stuart Henderson wrote: > On 2025-08-11, jslee <openbsd.li...@internetemails.net> wrote: >> cdn.openbsd.org appears to be on Fastly. Does the build machinery use >> their API to submit invalidations for updated content? > > No. It's too complicated with the build/signing/output pipeline.
the pipeline may be complicated. But there has to be a point where files go into the familiar /pub/OpenBSD/snapshots/... structure. At that point you have all the information you need to do an invalidation, I should think: * you have path+filename => you have the URL * you have new (possibly identical) file * you have old file, if it existed * so if they're different, upload and invalidate? other than that, your analysis makes a lot of sense, and so the above is moot. Thankyou John