From d0b384ee15dfa958bc6d2383bb61d267de3a1047 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 18 Aug 2016 19:30:34 -0700 Subject: [PATCH] install.sh: update XDL_FAST_HASH warning URL Since gmane is mostly defunct now [1], use a different mail archiver URL to refer to the thread that explains how bad XDL_FAST_HASH really is. [1] https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/ Signed-off-by: Kyle J. McKay --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e31ef75..6637863 100755 --- a/install.sh +++ b/install.sh @@ -149,7 +149,7 @@ if [ "$(vcmp "$git_vernum" 1.7.6.6)" -lt 0 ]; then fi if [ "$(uname -m 2>/dev/null)" = "x86_64" ] && [ "$(vcmp "$git_vernum" 1.7.11)" -ge 0 ]; then echo 'WARNING: $Girocco::Config::git_bin version >= 1.7.11 and x86_64, make sure Git built WITHOUT XDL_FAST_HASH' - echo 'WARNING: See http://thread.gmane.org/gmane.comp.version-control.git/261638 for details' + echo 'WARNING: See http://mid.mail-archive.com/20141222041944.GA441@peff.net for details' fi if [ "$(vcmp "$git_vernum" 1.8.4.2)" -ge 0 ] && [ -n "$cfg_mirror" -a "$(vcmp "$git_vernum" 2)" -lt 0 ]; then echo 'WARNING: $Girocco::Config::git_bin version >= 1.8.4.2 and < 2.0.0, git-daemon needs write access for shallow clones' -- 2.11.4.GIT