diff options
| author | Julian Andres Klode <jak@debian.org> | 2021-04-13 15:22:37 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2021-04-13 15:22:37 +0000 |
| commit | 734c6ce0d3250d0b35cf3d0dd54e8baae3774fa8 (patch) | |
| tree | cea11605e9ddbe8e5763d8f2e822d9c764dbd363 /doc | |
| parent | 7a3b13832bf60d8d086c07ea96aa656ac9439f66 (diff) | |
| parent | 1412cf51403286e9c040f9f86fd4d8306e62aff2 (diff) | |
Merge branch 'pu/unsized-packages' into 'main'
Fix downloads of unsized files that are largest in pipeline
See merge request apt-team/apt!161
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
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 "<BOOL>"; AllowWeakRepositories "<BOOL>"; AllowDowngradeToInsecureRepositories "<BOOL>"; + AllowUnsizedPackages "<BOOL>"; // defaults to true. // allow repositories to change information potentially breaking user config like pinning AllowReleaseInfoChange "<BOOL>" { |
