[Qa-jenkins-scm] [jenkins.debian.net] 01/02: fix whitespace
Holger Levsen
holger at layer-acht.org
Fri Apr 7 15:28:37 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 cf06b9b5c219007a254bb56835f188f2556f2bf6
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Apr 7 17:26:09 2017 +0200
fix whitespace
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
job-cfg/chroot-installation.yaml.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 15d1291..45b4b76 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -89,10 +89,10 @@ def is_target_in_distro(distro, target):
# sugar has been removed from jessie and thus education-desktop-sugar has been removed from jessie and sid...
elif distro in ('sid', 'jessie', 'stretch') and target == 'education-desktop-sugar':
return False
- # education-ltsp-server and education-roaming-workstation are only availble since stretch…
+ # education-ltsp-server and education-roaming-workstation are only availble since stretch…
elif distro in ('wheezy', 'jessie') and target in ('education-ltsp-server', 'education-roaming-workstation'):
return False
- # education-thin-client-server is obsolete since stretch…
+ # education-thin-client-server is obsolete since stretch…
elif distro in ('sid', 'buster') and target == 'education-thin-client-server':
return False
return True
--
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