From: Ansgar Burchardt <ansgar@debian.org>
Date: Mon, 16 May 2016 17:57:15 +0000 (+0200)
Subject: debian-security/dak.conf: set changelog export directory
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1271e98ab531ba104007fb8b96931d95d61061ab;p=dak.git

debian-security/dak.conf: set changelog export directory
---

diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf
index ad47e337..8c3272a6 100644
--- a/config/debian-security/dak.conf
+++ b/config/debian-security/dak.conf
@@ -198,3 +198,8 @@ Urgency
     critical;
   };
 };
+
+Changelogs
+{
+  Export "/srv/security-master.debian.org/export/changelogs";
+};