From 6181c28408a88d85379e4449747d41f9cc65dcf4 Mon Sep 17 00:00:00 2001 From: Pavel Sher Date: Wed, 9 Jan 2019 14:53:41 +0100 Subject: [PATCH] fix TW-58428: make health report sound as recommendation rather than error --- .../buildServerResources/health/gitNotFoundReport.jsp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp b/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp index 5825dff0..502a1465 100644 --- a/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp +++ b/git-server/resources/buildServerResources/health/gitNotFoundReport.jsp @@ -4,9 +4,13 @@
- Cannot run git garbage collection using git at path '': . + Cannot run git garbage collection using git at path ''. + It is recommended to perform garbage collection in git repositories periodically to improve performance of changes collection.
- Please install a git client on the TeamCity server machine and specify a path to it in the teamcity.server.git.executable.path + Please install git client on the TeamCity server machine and specify a path to it in the teamcity.server.git.executable.path internal property . +
+
+ Error details:
\ No newline at end of file -- 2.23.3