From 1412cf51403286e9c040f9f86fd4d8306e62aff2 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 9 Apr 2021 18:16:10 +0200 Subject: Error on packages without a Size field (option Acquire::AllowUnsizedPackages) Repositories without Size information for packages are not proper and need fixing. This ensures people see an error in CI, and get notifications and hence the ability to fix it. It can be turned off by setting Acquire::AllowUnsizedPackages to true. --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ecd54b6ba..593cde9a3 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -257,6 +257,7 @@ Acquire AllowInsecureRepositories ""; AllowWeakRepositories ""; AllowDowngradeToInsecureRepositories ""; + AllowUnsizedPackages ""; // defaults to true. // allow repositories to change information potentially breaking user config like pinning AllowReleaseInfoChange "" { -- cgit v1.2.3-70-g09d2