]>
Commit | Line | Data |
---|---|---|
694ef56e DK |
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>"> | |
5b2c6ddc DK |
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"> | |
81460e32 DK |
8 | |
9 | <!ENTITY sourceslist-list-format "deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted | |
10 | deb http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted | |
11 | deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted"> | |
12 | <!ENTITY sourceslist-sources-format "Types: deb | |
13 | URIs: http://us.archive.ubuntu.com/ubuntu | |
14 | Suites: &ubuntu-codename; &ubuntu-codename;-updates | |
15 | Components: main restricted | |
16 | ||
17 | Types: deb | |
18 | URIs: http://security.ubuntu.com/ubuntu | |
19 | Suites: &ubuntu-codename;-security | |
20 | Components: main restricted"> |