aboutsummaryrefslogtreecommitdiff
path: root/config.sh.sed.in
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2008-04-26 21:59:03 +0200
committerFrank Lichtenheld <frank@lichtenheld.de>2008-04-26 22:29:25 +0200
commitb8939a26da804b7d4610654003e554579b85e6d3 (patch)
tree4155b15d3bfbf07aa2ae8c711150b31353b122e9 /config.sh.sed.in
parent24d90ece880a98242a02dcae6d4d8d076b7cdf95 (diff)
100syncarchive*: Use check-release to check Release files
Failing checks have no consequences yet, but they are at least logged.
Diffstat (limited to 'config.sh.sed.in')
-rw-r--r--config.sh.sed.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sh.sed.in b/config.sh.sed.in
index 576ba3f..c208878 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -32,7 +32,8 @@ amd64_ftpsite=http://amd64.debian.net/debian
debports_ftpsite=http://ftp.debian-ports.org/debian
ddtp_ftpsite=http://ddtp.debian.net/debian
-wget_cmd="wget --no-verbose --tries=2 --timeout=60"
+wget_cmd="wget --no-verbose --tries=2 --timeout=60"
+check_release_cmd="perl -I${libdir} ${bindir}/check-release --verbose --ignoremissing --keyring ${configdir}/trusted.gpg"
root=""