From aaf17dcd13222ccb81717a5a23139777720841a5 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Tue, 15 Oct 2013 19:23:15 +0200 Subject: [PATCH] config/debian/dak.conf: reject uploads to jessie-{backports,updates} --- config/debian/dak.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 3bfe8c59..26e46167 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -152,6 +152,9 @@ SuiteMappings "map testing-security testing-proposed-updates"; "map-unreleased testing unstable"; "map-unreleased testing-proposed-updates unstable"; + + "reject jessie-backports"; + "reject jessie-updates"; }; AutomaticByHandPackages { -- 2.39.2