summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-07 17:26:09 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-07 17:26:09 +0200
commitcf06b9b5c219007a254bb56835f188f2556f2bf6 (patch)
tree95030df4c36d4b21562109c1a50b41772b9b280d /job-cfg/chroot-installation.yaml.py
parent754455e203e073781ed7c20b3c480a69f79d431f (diff)
downloadjenkins.debian.net-cf06b9b5c219007a254bb56835f188f2556f2bf6.tar.xz
fix whitespace
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 15d1291f..45b4b761 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