From 8e49736b1f3b88d6853f245f053ae11c22d7ed61 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 May 2013 00:06:31 +0200 Subject: g-i: add spanish and arabic rescue mode in sid --- job-cfg/g-i-installation.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 6eb3baa0..d024b8de 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -167,6 +167,14 @@ defaults: g-i-installation name: '{name}_debian_sid_daily_rescue' +- job-template: + defaults: g-i-installation + name: '{name}_debian_sid_daily_rescue_spanish' + +- job-template: + defaults: g-i-installation + name: '{name}_debian_sid_daily_rescue_arabic' + - job-template: defaults: g-i-installation name: '{name}_debian_sid_daily_rescue_dark_theme' @@ -302,9 +310,21 @@ my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with this preseed.cfg) using netboot gtk.' my_timed: '42 6 * * *' my_recipients: 'holger@layer-acht.org' + - '{name}_debian_sid_daily_rescue_spanish': + my_title: 'Debian (sid daily build CD) rescue mode in Spanish' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 21 debian_sid_daily_rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso es es_ES' + my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with this preseed.cfg) using netboot gtk.' + my_timed: '23 7 * * *' + my_recipients: 'holger@layer-acht.org' + - '{name}_debian_sid_daily_rescue_arabic': + my_title: 'Debian (sid daily build CD) rescue mode in Arabic' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 22 debian_sid_daily_rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso ar ar_AR' + my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with this preseed.cfg) using netboot gtk.' + my_timed: '23 7 * * *' + my_recipients: 'holger@layer-acht.org' - '{name}_debian_sid_daily_rescue_dark_theme': my_title: 'Debian (sid daily build CD) rescue mode, using theme=dark' - my_shell: '/srv/jenkins/bin/g-i-installation.sh 21 debian_sid_daily_rescue_dark_theme 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_shell: '/srv/jenkins/bin/g-i-installation.sh 23 debian_sid_daily_rescue_dark_theme 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' my_description: 'Just go into rescue mode (coming in more languages soon), using theme=dark, via d-i preseeding (with this preseed.cfg) using netboot gtk.' my_timed: '42 6 * * 7' my_recipients: 'holger@layer-acht.org' -- cgit v1.2.3-54-g00ecf