aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-09-11 06:41:59 +0000
committerWerner Koch <[email protected]>2024-09-19 11:19:07 +0000
commitb8ddffead558a881a0b886f8c0bd38798189186c (patch)
treebc1051fb4108c49ebb2021888abbcead7f40af9a
parentgpg: Fix getting key by IPGP. (diff)
downloadgnupg-b8ddffead558a881a0b886f8c0bd38798189186c.tar.gz
gnupg-b8ddffead558a881a0b886f8c0bd38798189186c.zip
doc: Updated comments in speedo.mk
--
-rw-r--r--build-aux/speedo.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index b75dd4552..a3047efee 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -436,7 +436,7 @@ gitrep = ${HOME}/s
# The tarball directories
pkgrep = https://gnupg.org/ftp/gcrypt
-pkg10rep = ftp://ftp.g10code.com/g10code
+pkg10rep = foo://no-default-repo.local
pkg2rep = $(TARBALLS)
# For each package, the following variables can be defined:
@@ -447,10 +447,11 @@ pkg2rep = $(TARBALLS)
# speedo_pkg_PACKAGE_tar: URL to the tar file that should be built.
#
# Exactly one of the above variables is required. Note that this
-# version of speedo does not cache repositories or tar files, and does
-# not test the integrity of the downloaded software. If you care
-# about this, you can also specify filenames to locally verified files.
-# Filenames are differentiated from URLs by starting with a slash '/'.
+# version of speedo does not cache repositories or tar files. The
+# integrity of the downloaded software is checked using the SWDB.
+# Note that you you can also specify filenames to already downloaded
+# files. Filenames are differentiated from URLs by testing whether
+# the character is a slash ('/').
#
# speedo_pkg_PACKAGE_configure: Extra arguments to configure.
#