[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Add the /etc/ version of our conf to git



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/backports/dak.conf-etc |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 config/backports/dak.conf-etc

diff --git a/config/backports/dak.conf-etc b/config/backports/dak.conf-etc
new file mode 100644
index 0000000..d6d0c02
--- /dev/null
+++ b/config/backports/dak.conf-etc
@@ -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";
+  }
+
+}
+
-- 
1.5.6.5



Reply to: