1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-07 12:56:21 +02:00

Revert "speedo: Use remote gitrep if local does not exist"

--
Fixes-commit: 7a9214b0d4.

Using a remote repo is dangerous; for a local repo it can be expected
that it has been properly pulled and checked.
This commit is contained in:
Werner Koch 2024-07-23 13:37:11 +02:00
parent dd23441938
commit 62384ba556
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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