Skip to content
  • intrigeri's avatar
    Don't explicitly pull in common dependency. · 4d30a000
    intrigeri authored
    Not only it's bad practice to include classes from classes, but we
    need to include the reprepro class in both of these classes, so what
    we would need to do if we went on doing that here is to do conditional
    inclusion everywhere. Let's avoid that, and rely on the manifests
    to pull in the class we need.
    4d30a000