Re: [SITE] Latest releases not updating on homepage
sebb <[email protected]> Tue, 28 Apr 2026 15:08:45 +0100
| Newsgroups | gmane.comp.jakarta.commons.devel |
|---|---|
| Message-ID | <CAOGo0VYz7Odd-+pECrJL4Kz4_HVhtRPp+4WUkmURSezh-qD2WA@mail.gmail.com> |
On Tue, 28 Apr 2026 at 13:25, Alex Herbert <[email protected]> wrote: > > The Commons homepage has not been updating the latest releases: > > https://commons.apache.org/ > > This page should be recreated by a build bot after editing: > > https://svn.apache.org/repos/asf/commons/cms-site/trunk/conf/component_releases.properties > > I have manually updated the site using commons-site-build.sh > and commons-site-publish.sh. > > Note that the commons-site-build.sh runs python3 and uses the requests > library to obtain local copies of the image shields SVG images. I had to > use a suitable virtual environment with the library to get this to work. > > Does someone know how to check if the buildbot is active, e.g. Seb? The instructions are here: https://svn.apache.org/repos/asf/commons/cms-site/trunk/BUILDING.txt According to https://ci2.apache.org/#/builders/91 it last ran a month ago. It looks like SVN changes are not being picked up by the Buildbot; please contact Infra for assistance. > Thanks, > > Alex