diff options
author | Philip Hands <phil@hands.com> | 2015-06-26 22:13:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-11 23:59:29 +0100 |
commit | da630bacf09ebfd4ebe5ebb6043963939b5caccb (patch) | |
tree | 75fef964685aa1cca5c7e874d32cee4cc7e90eb4 /job-cfg | |
parent | 9005d62b87226aa3e3f5071450129bb80082c859 (diff) | |
download | jenkins.debian.net-da630bacf09ebfd4ebe5ebb6043963939b5caccb.tar.xz |
tidy comments
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index b17d8168..21c8e5b5 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -215,8 +215,6 @@ my_description: 'Just go into rescue mode, via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' -# =-=-=-= - - project: name: g-i-installation do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.' @@ -354,7 +352,7 @@ - '{name}_debian_{my_ver}_desktops_group': my_desktop: - hurd_lxde: - # for some reason, putting these variables below 'my_desktop' makes them work + # putting these at the outer level doesn't work for some reason, so put them in here my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org debian-hurd@lists.debian.org' my_preseed: hurd_lxde my_instdesc: '' @@ -413,7 +411,7 @@ my_title_extra: ' (Default)' my_disksize: 25 - standalone_mate: - my_time: '42 1 */2 * *' # FIXME: really meant to be the same as above? + my_time: '42 1 */2 * *' # FIXME: is this really meant to be the same as above? my_disksize: 25 - main-server: my_time: '42 3 * * *' |