From 06086d3c122444d080ad093b93890acaf29737a2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Apr 2017 14:43:53 +0200 Subject: fixup 5854966: chroot-installation: also test parl-desktop* packages in sid and stretch Signed-off-by: Holger Levsen --- job-cfg/chroot-installation.yaml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'job-cfg/chroot-installation.yaml.py') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index ce0a3915..38734661 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -164,10 +164,11 @@ spoken_names = { 'developer': 'four desktop environments and the most commonly used applications and packages - and the build depends for all of these', 'debconf-video': 'all packages relevant for the DebConf videoteam', } + def get_spoken_name(target): if target[:12] == 'parl-desktop': return 'the Debian Parl metapackage '+target - elif target[:13] == 'education-': + elif target[:10] == 'education-': return 'the Debian Edu metapackage '+target elif target in spoken_names: return spoken_names[target] -- cgit v1.2.3-54-g00ecf