diff options
author | Philip Hands <phil@hands.com> | 2015-06-26 15:04:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-11 23:59:02 +0100 |
commit | d00b4b6e124b88529d7e583674a20d1b398fd811 (patch) | |
tree | 2d3deb7de3f0ba2cadb28856e6f9d4a67d59af40 | |
parent | 708908b5ae5b7011feb45aee048fe942aae401ef (diff) | |
download | jenkins.debian.net-d00b4b6e124b88529d7e583674a20d1b398fd811.tar.xz |
don't think we care about trailing underscores, so tidy up names
-rw-r--r-- | job-cfg/g-i-installation.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 0def1f35..4d9fef9e 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -304,13 +304,13 @@ my_dist: wheezy my_de_profile: standalone my_desktop: - - _gnome: + - gnome: my_dtdesc: ' (gnome)' my_time: '42 18 17 * *' - - _lxde: + - lxde: my_dtdesc: ' (lxde)' my_time: '42 22 17 * *' - - _xfce: + - xfce: my_dtdesc: ' (xfce)' my_time: '42 2 * * 1' |