summaryrefslogtreecommitdiffstats
path: root/build-aux/speedo.mk
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2024-07-23 13:37:11 +0200
committerWerner Koch <wk@gnupg.org>2024-07-23 13:40:43 +0200
commit62384ba5565125b0c9609b7081b624dc8906ecdf (patch)
tree4f3a7c5eaee17454a9e24138a7268d3eabf67e08 /build-aux/speedo.mk
parentagent: Avoid memory leak when handling ssh keys. (diff)
downloadgnupg2-62384ba5565125b0c9609b7081b624dc8906ecdf.tar.xz
gnupg2-62384ba5565125b0c9609b7081b624dc8906ecdf.zip
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.
Diffstat (limited to '')
-rw-r--r--build-aux/speedo.mk9
1 files 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