[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 5854966: chroot-installation: also test parl-desktop* packages in sid and stretch
Holger Levsen
holger at layer-acht.org
Tue Apr 25 12:44:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 06086d3c122444d080ad093b93890acaf29737a2
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Apr 25 14:43:53 2017 +0200
fixup 5854966: chroot-installation: also test parl-desktop* packages in sid and stretch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
job-cfg/chroot-installation.yaml.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ce0a391..3873466 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]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list