]> git.decadent.org.uk Git - dak.git/blobdiff - config/examples/dak.conf
Fix support for detached upstream signatures
[dak.git] / config / examples / dak.conf
index 76e0a9a629fa3b7f5a93597100d4ecb5cbbb3293..b49be9542d2b7141525ccc47e33dd17611071f9f 100644 (file)
@@ -1,23 +1,13 @@
-// Example /etc/katie/katie.conf
+// Example /etc/dak/dak.conf
 
 Config
 {
   // FQDN hostname
-  auric.debian.org
+  raff.debian.org
   {
-
-    // Optional hostname as it appears in the database (if it differs
-    // from the FQDN hostname).
-    DatbaseHostname     "ftp-master";
-
-    // Optional filename of katie's config file; if not present, this
-    // file is assumed to contain katie config info.
-    KatieConfig                "/org/ftp.debian.org/katie/katie.conf";
-
-    // Optional filename of apt-ftparchive's config file; if not
-    // present, the file is assumed to be 'apt.conf' in the same
-    // directory as this file.
-    AptConfig          "/org/ftp.debian.org/katie/apt.conf";
+    // Optional filename of dak's config file; if not present, this
+    // file is assumed to contain dak config info.
+    DakConfig          "/org/ftp.debian.org/dak/config/debian/dak.conf";
   }
 
 }