diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-10 16:38:10 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-10 16:38:10 +0100 |
commit | 02d93508fee08cfcb6703ffa15f993d9ddbe7b5b (patch) | |
tree | 1b4df15b1706fe3fb18d1b7c48f82ab1a56176b0 /job-cfg | |
parent | 2063764952533636a9167d1570d5aa5103594122 (diff) | |
download | jenkins.debian.net-02d93508fee08cfcb6703ffa15f993d9ddbe7b5b.tar.xz |
one FIXME less
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 35bf40d7..762e25e4 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -69,10 +69,10 @@ my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 wheezy-lxde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/' my_description: 'Do a fully automated installation of Debian installing the LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/wheezy-lxde-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 15 * * *' - my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable + my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot here and for other jobs - once we made this more stable - '{name}_sid_daily_lxde': my_shell: '/srv/jenkins/bin/g-i-installation.sh 4 sid-daily-lxde 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' my_description: 'Do a fully automated installation of Debian installing the LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/sid-daily-lxde-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 19 * * *' - my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable + my_recipients: 'holger@layer-acht.org' |