Hi Joel, On Mon, Apr 15, 2024 at 11:26:21AM -0700, Joel Brobecker wrote: > > Other projects like glibc, valgrind, libabigail, etc. have moved their > > snapshots builds to http://snapshots.sourceware.org/ which creates a > > https? Yes, sorry. http will always redirect to the https site. > > snapshot build and creates documentation from current git. This makes > > sure the release processes/scripts keep working. And it has caught > > release issues early (which often don't occur during a normal > > developer build). Since this is part of the normal > > builder.sourceware.org infrastructure it also provides better > > visibility. > > FWIW, that would definitely work for me. I do not have the time > to work on that, though :-(. I added snapshots for trunk based on the binutils snapshots using src-release.sh. Which is what ss/make-snapshot ultimately calls. The snapshots can be found at: https://snapshots.sourceware.org/gdb/trunk/ It gets regenerated every 15 minutes, if there have been any changes since the last build. The latest can always be found here: https://snapshots.sourceware.org/gdb/trunk/latest/src/ It doesn't generate snapshots for the branches yet. I think we don't really need the diffs. We have to see if we can also do the ari and docs updates on snapshots.sourceware.org. Cheers, Mark