]> git.decadent.org.uk Git - dak.git/commitdiff
Add the /etc/ version of our conf to git
authorJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 15:29:16 +0000 (17:29 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 15:29:16 +0000 (17:29 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/dak.conf-etc [new file with mode: 0644]

diff --git a/config/backports/dak.conf-etc b/config/backports/dak.conf-etc
new file mode 100644 (file)
index 0000000..d6d0c02
--- /dev/null
@@ -0,0 +1,22 @@
+Config
+{
+  // FQDN hostname
+  morricone.debian.org
+  {
+
+    // Optional hostname as it appears in the database (if it differs
+    // from the FQDN hostname).
+    DatabaseHostname     "backports";
+
+    // Optional filename of katie's config file; if not present, this
+    // file is assumed to contain katie config info.
+    DakConfig          "/srv/backports-master.debian.org/dak/config/backports.org/dak.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          "/srv/backports-master.debian.org/dak/config/backports.org/apt.conf";
+  }
+
+}
+