apt-vendor.ent 1.1 KB

123456789101112131415161718192021
  1. <!-- details about the keys used by the distribution -->
  2. <!ENTITY keyring-distro "Ubuntu">
  3. <!ENTITY keyring-package "<package>ubuntu-keyring</package>">
  4. <!ENTITY keyring-filename "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>">
  5. <!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>">
  6. <!ENTITY keyring-master-filename "/usr/share/keyrings/ubuntu-master-keyring.gpg">
  7. <!ENTITY keyring-uri "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg">
  8. <!ENTITY sourceslist-list-format "deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
  9. deb http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted
  10. deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted">
  11. <!ENTITY sourceslist-sources-format "Types: deb
  12. URIs: http://us.archive.ubuntu.com/ubuntu
  13. Suites: &ubuntu-codename; &ubuntu-codename;-updates
  14. Components: main restricted
  15. Types: deb
  16. URIs: http://security.ubuntu.com/ubuntu
  17. Suites: &ubuntu-codename;-security
  18. Components: main restricted">