This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 30f8278 explain ignored Git repo
30f8278 is described below
commit 30f827868ff43772b6aae02f70ff9d9bf2939b56
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Jun 4 19:32:41 2023 +0200
explain ignored Git repo
---
.../org/apache/maven/dist/tools/jobs/branches/ListBranchesReport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/maven/dist/tools/jobs/branches/ListBranchesReport.java
b/src/main/java/org/apache/maven/dist/tools/jobs/branches/ListBranchesReport.java
index 7be549c..67acb6a 100644
---
a/src/main/java/org/apache/maven/dist/tools/jobs/branches/ListBranchesReport.java
+++
b/src/main/java/org/apache/maven/dist/tools/jobs/branches/ListBranchesReport.java
@@ -194,7 +194,7 @@ public class ListBranchesReport extends AbstractJobsReport {
Element headsTable = gitboxHeadsDoc.selectFirst("table.heads");
if (headsTable == null) {
- getLog().warn("Ignoring " + repository);
+ getLog().warn("Ignoring " + repository + ": unexpected
content from " + gitboxHeadsUrl);
continue;
}