[forge:site-support:#7265]
The repository of my VideLibri project could not be examined on the sourceforge site anymore, for a few days.
Now I pushed new commits and it works again, so it might be too late for this ticket, but I wrote most of it already. And it had happened before, so it will happen again..
The tip-urls I used to use ( https://sourceforge.net/p/videlibri/code/ci/tip/tree/ ) and (https://sourceforge.net/p/videlibri/code/ci/tip/log/ ) returned a 404 error.
The url in the nav bar ( https://sourceforge.net/p/videlibri/code/ci/default/tree/ ) only shows "Repo status: analyzing..." (for days/weeks!) and not the side bar with branches/tags
It seems to break everytime the last commit is only setting a tag (like https://sourceforge.net/p/videlibri/code/ci/cadcc330d071bd8f66344256122d56b4554a5e12/) in the default branch, instead commiting files to the actual main branch "trunks"
Seems to me that the "changegroup" hook that we're currently use doesn't cover the case of just tagging.
Perhaps adding a "tag" hook, would cover this? Or perhaps there's another hook type that would cover both at the same time?