From bfdfe34b68b54ac28b8f92365e2b31b78285455a Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 19 Jul 2014 12:21:42 +0200 Subject: [PATCH] dak.conf: Reject uploads to Debian 6 (Squeeze). --- config/debian-security/dak.conf | 2 ++ config/debian/dak.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index ba9474e5..87f444ab 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -130,6 +130,8 @@ SuiteMappings "silent-map squeeze-security oldstable"; "silent-map wheezy-security stable"; "silent-map jessie-security testing"; + + "reject oldstable"; }; Dir diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 780b7021..8c5c1fb5 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -151,6 +151,7 @@ SuiteMappings "map-unreleased testing unstable"; "map-unreleased testing-proposed-updates unstable"; + "reject oldstable-proposed-updates"; "reject jessie-backports"; "reject jessie-updates"; }; -- 2.39.2