mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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.
This commit is contained in:
parent
dd23441938
commit
62384ba556
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user