]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf-etc
Eliminate all references to apt.conf
[dak.git] / config / backports / dak.conf-etc
1 Config
2 {
3   // FQDN hostname
4   morricone.debian.org
5   {
6
7     // Optional hostname as it appears in the database (if it differs
8     // from the FQDN hostname).
9     DatabaseHostname     "backports";
10
11     // Optional filename of katie's config file; if not present, this
12     // file is assumed to contain katie config info.
13     DakConfig           "/srv/backports-master.debian.org/dak/config/backports/dak.conf";
14
15     // Optional filename of apt-ftparchive's config file; if not
16     // present, the file is assumed to be 'apt.conf' in the same
17     // directory as this file.
18     AptConfig           "/srv/backports-master.debian.org/dak/config/backports/apt.conf";
19   }
20
21 }
22