From 858ea2f68e64dd9deaa28bd9ba00612a6a9dcdf3 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 14 Feb 2009 15:28:27 +0100 Subject: [PATCH] Remove lenny-r0 specials Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 3 --- dak/control_suite.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 15096657..d4dea605 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -91,9 +91,6 @@ ts "o-p-u-new" ################################################################################ -# Temporary until lenny is there -dak control-suite -s lenny-r0 /srv/ftp.debian.org/misc/lenny-r0.txt - echo "Synchronizing i18n package descriptions" # First sync their newest data cd ${scriptdir}/i18nsync diff --git a/dak/control_suite.py b/dak/control_suite.py index f648b5ec..c6084d8b 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -275,7 +275,7 @@ def main (): utils.fubar("No action specified.") # Safety/Sanity check - if action == "set" and suite not in ["testing", "etch-m68k", "lenny-r0"]: + if action == "set" and suite not in ["testing", "etch-m68k"]: utils.fubar("Will not reset suite %s" % (suite)) if action == "list": -- 2.39.2