From 56230a92433d8ff0dce6ac5cbe0b97fd07b324af Mon Sep 17 00:00:00 2001 From: James Troup Date: Wed, 20 Dec 2000 08:25:56 +0000 Subject: [PATCH] Map testing to unstable --- katie | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/katie b/katie index ed35d8dc..8b820902 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packaes # Copyright (C) 2000 James Troup -# $Id: katie,v 1.15 2000-12-20 08:15:35 troup Exp $ +# $Id: katie,v 1.16 2000-12-20 08:25:56 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -217,6 +217,11 @@ def check_changes(filename): del changes["distribution"]["frozen"] reject_message = reject_message + "Mapping frozen to unstable.\n" + # Map testing to unstable + if changes["distribution"].has_key("testing"): + del changes["distribution"]["testing"] + reject_message = reject_message + "Mapping testing to unstable.\n" + # Ensure target distributions exist for i in changes["distribution"].keys(): if not Cnf.has_key("Suite::%s" % (i)): -- 2.39.2