diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-02 00:18:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-02 00:18:48 +0100 |
commit | 51a9deb47f606817dc2b63454231ec6fe2706218 (patch) | |
tree | c5de42426674a20912fd4bfb950b4836ff846e57 /job-cfg | |
parent | 1ea0ab3f154f9a875b9d40e10694f86801413eef (diff) | |
download | jenkins.debian.net-51a9deb47f606817dc2b63454231ec6fe2706218.tar.xz |
fix triple typo
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/lvc.yaml.py b/job-cfg/lvc.yaml.py index 39c21d26..f2e58aa4 100644 --- a/job-cfg/lvc.yaml.py +++ b/job-cfg/lvc.yaml.py @@ -3,7 +3,7 @@ images = """ wheezy_standard wheezy_gnome-desktop - debian_jessie_standalone + debian-edu_jessie_standalone """.split() features = """ @@ -12,12 +12,12 @@ features = """ files = { 'wheezy_standard': '/var/lib/jenkins/debian-live-7.7.0-amd64-standard.iso', 'wheezy_gnome-desktop': '/var/lib/jenkins/debian-live-7.7.0-amd64-gnome-desktop.iso', - 'debian_jessie_standalone': '/srv/live-build/results/debian-edu_standalone_live_amd64.iso' + 'debian-edu_jessie_standalone': '/srv/live-build/results/debian-edu_standalone_live_amd64.iso' } titles = { 'wheezy_standard': 'Debian Live 7 standard', 'wheezy_gnome-desktop': 'Debian Live 7 GNOME desktop', - 'debian_jessie_standalone': 'Debian Edu Live 8 Standalone' + 'debian-edu_jessie_standalone': 'Debian Edu Live 8 Standalone' } print(""" |