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
|
gettext_ver = 0.18.2.1
|
||||||
|
|
||||||
|
|
||||||
# The GIT repository. Using a local repo is much faster.
|
# The GIT repository. Using a local repo is much faster and more secure.
|
||||||
ifeq ($(shell [ -d ${HOME}/s ] && echo yes),yes)
|
# The default is to expect it below ~/s/
|
||||||
gitrep = ${HOME}/s
|
gitrep = ${HOME}/s
|
||||||
else
|
|
||||||
gitrep = git://git.gnupg.org
|
|
||||||
endif
|
|
||||||
|
|
||||||
# The tarball directories
|
# The tarball directories
|
||||||
pkgrep = https://gnupg.org/ftp/gcrypt
|
pkgrep = https://gnupg.org/ftp/gcrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user