diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-03 11:20:52 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-03 11:21:55 +0100 |
| commit | 45b04762e1990a761a7c308f9e73a286a92f908a (patch) | |
| tree | 80062a0bc3aa8c8ac8b248868e77680e4972f92a /test/integration/test-external-dependency-solver-protocol | |
| parent | b33677749142e0997121d358277b18136bdbef87 (diff) | |
edsp: Write 'Size' to the EDSP files
This allows solvers to optimize by download size; and gives us
a better means of interpreting "downloadable" debs (they must have
a size > 0 after all).
Diffstat (limited to 'test/integration/test-external-dependency-solver-protocol')
| -rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index 81204fc19..bc32886c5 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -189,6 +189,7 @@ Source: stuff Source-Version: 3 Priority: optional Section: other +Size: 42 APT-Release: a=experimental,n=experimental,c=main,b=all APT-Pin: 1 @@ -202,6 +203,7 @@ Source: stuff Source-Version: 2 Priority: optional Section: other +Size: 42 APT-Release: a=unstable,n=sid,c=main,b=all APT-Pin: 500 |
