From 62384ba5565125b0c9609b7081b624dc8906ecdf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Jul 2024 13:37:11 +0200 Subject: [PATCH] Revert "speedo: Use remote gitrep if local does not exist" -- Fixes-commit: 7a9214b0d41ecf1aacada79a850da05d558320ff. Using a remote repo is dangerous; for a local repo it can be expected that it has been properly pulled and checked. --- build-aux/speedo.mk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index d99f37937..736fd16dd 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -402,12 +402,9 @@ libiconv_ver = 1.14 gettext_ver = 0.18.2.1 -# The GIT repository. Using a local repo is much faster. -ifeq ($(shell [ -d ${HOME}/s ] && echo yes),yes) - gitrep = ${HOME}/s -else - gitrep = git://git.gnupg.org -endif +# The GIT repository. Using a local repo is much faster and more secure. +# The default is to expect it below ~/s/ +gitrep = ${HOME}/s # The tarball directories pkgrep = https://gnupg.org/ftp/gcrypt