I was going through some of the buildbot builds and happened to notice a lot of openjpa-x-docs failures.
They all seem to be failing on the git checkout: git clone --branch openjpa/branches/1.0.x https://gitbox.apache.org/repos/asf/openjpa.git . I tried this locally, and it does not work. However the following does: git clone --branch 1.0.x https://gitbox.apache.org/repos/asf/openjpa.git . [I suggest adding --depth 1 as well to speed up the clone] Another issue: there 9 branches + master being built (and all currently failing). Are these really ALL still needed? Many of the branches have not been updated for years. The file to update is here: https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/openjpa.conf S.