From: Ansgar Burchardt Date: Sat, 19 Jul 2014 10:21:42 +0000 (+0200) Subject: dak.conf: Reject uploads to Debian 6 (Squeeze). X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=bfdfe34b68b54ac28b8f92365e2b31b78285455a dak.conf: Reject uploads to Debian 6 (Squeeze). --- 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"; };