On Wed, Feb 25, 2026 at 07:28:18AM -0300, Joao Morais wrote: > > > > OK I manually resynced all the missing snapshots and re-enabled them in > > the crontab, so it should be OK in the future. > > Thank you Willy! Appreciated the quick response and action. I can confirm > it's working now.
Thanks for confirming. > I'm not sure I found how snapshots are organized, is there a handy way to > download the most up to date code from e.g. 3.0 branch, instead of the most > up to date version of that branch? RTFM welcome as usual =) It's neither very creative nor possibly very handy in fact. It just does a nightly snapshot dated from the date of the snapshot, and adds a symlink to the latest one with the -LATEST name instead of the date. Thus normally if you download haproxy-ss-LATEST.tar.gz from the directory, you'll end up with the most recent version (but you won't know what version it is, unless you extract it and find the date in the directory name, e.g: drwxrwxr-x root/root 0 2026-02-19 14:03 haproxy-ss-20260220/ We could imagine improving this a little bit if that really helps, but I just don't want to review everything of course. But if it's just to add a new file "LATEST_IS" with the date in it, that could be something possible. Willy

