From 3c9e92a7875961a3f645a3934efe2ef99dabe5cb Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 5 Sep 2010 17:29:16 +0200 Subject: [PATCH] Add the /etc/ version of our conf to git Signed-off-by: Joerg Jaspert --- config/backports/dak.conf-etc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 00000000..d6d0c026 --- /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"; + } + +} + -- 2.39.2