Skip to content
  • Simon McVittie's avatar
    Introduce a PoolDirectory object to encapsulate a subdirectory of pool/ · e346e961
    Simon McVittie authored
    Previously, this was partly done via Package and partly via global
    functions, but that's somewhat misleading: a Package is conceptually
    a tuple (distro, suite, component, package), whereas a PoolDirectory
    is a tuple (distro, component, package) and can also contain outdated
    packages from any (or no) suite.
    e346e961