Comment 0 for bug 1928088

Revision history for this message
Julian Andres Klode (juliank) wrote :

[Impact]
If a pocket is empty, apt will not download the empty packages files, causing the repository to not be added to the cache. This in turn breaks commands such as using apt install -t hirsute-backports as apt is unable to find the release in the archive.

[Test plan]
Assuming an empty pocket is around, use apt install -t <release>-<pocket> to see it's in the cache.

An appropriate test case for empty stuff should be added to the test suite as well (FIXME before SRUing), the test suite is extensive and prevents most regressions

[Where problems could occur]
TBD