Comment 1 for bug 1584781

Revision history for this message
Sergey Kulanov (skulanov) wrote :

Work as designed, since we are not provided "all" mirrors, where packetary can get "all" dependencies. can be fixed by extending mirrors list, for example:

- name: "ubuntu"
  uri: "http://localhost:8000/ubuntu/"
  suite: "mos-master"
  section: ["main", "restricted"]
  priority: 1000
  path: "/tmp/mirrors/ubuntu"

- name: "upstream"
  uri: "http://ua.archive.ubuntu.com/"
  suite: "trusty"
  section: ["main", "universe"]
  path: "/tmp/mirrors/ubuntu"

- name: "upstream-updates"
  uri: "http://ua.archive.ubuntu.com/"
  suite: "trusty-updates"
  section: ["main"]
  path: "/tmp/mirrors/ubuntu"