Commit a7e43895 authored by Philip Hands's avatar Philip Hands Committed by Holger Levsen
Browse files

tidy things up a bit

parent afdf0d90
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
my_disksize: 25 my_disksize: 25
jobs: jobs:
- '{name}_{my_dist}_{my_ver}_{my_profile}': - '{name}_{my_dist}_{my_ver}_{my_profile}':
my_title: '{my_distname} ({my_ver}) {my_profile}{my_title_extra}' my_title: '{my_distname} ({my_ver}) {my_profile}'
my_inst_url: 'http://ftp.skolelinux.org/cd-{my_ver}-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_inst_url: 'http://ftp.skolelinux.org/cd-{my_ver}-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a {my_distname} {my_ver} {my_profile} profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/{my_dist}_{my_ver}_{my_profile}_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_description: 'Do a fully automated installation of a {my_distname} {my_ver} {my_profile} profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/{my_dist}_{my_ver}_{my_profile}_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
my_trigger: '' my_trigger: ''
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
my_disksize: 25 my_disksize: 25
jobs: jobs:
- '{name}_{my_dist}_{my_ver}_{my_profile}_{my_desktop}': - '{name}_{my_dist}_{my_ver}_{my_profile}_{my_desktop}':
my_title: '{my_distname} ({my_ver}) {my_profile}{my_title_extra}' my_title: '{my_distname} ({my_ver}) {my_profile} ({my_desktop})'
my_inst_url: 'http://ftp.skolelinux.org/cd-{my_ver}-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_inst_url: 'http://ftp.skolelinux.org/cd-{my_ver}-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a {my_distname} {my_ver} {my_profile} profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/{my_dist}_{my_ver}_{my_profile}_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' my_description: 'Do a fully automated installation of a {my_distname} {my_ver} {my_profile} profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/{my_dist}_{my_ver}_{my_profile}_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
my_trigger: '' my_trigger: ''
...@@ -168,60 +168,24 @@ ...@@ -168,60 +168,24 @@
my_time: '' my_time: ''
my_trigger: '' my_trigger: ''
my_langname: my_langname:
- spanish: - spanish: { my_locale: es es_ES, my_time: '23 7 18 * *' }
my_locale: es es_ES - japanese: { my_locale: ja ja_JA, my_time: '42 7 18 * *' }
my_time: '23 7 18 * *' - chinese: { my_locale: zh zh_CN, my_time: '23 8 18 * *' }
- japanese: - korean: { my_locale: ko ko_KR, my_time: '42 8 18 * *' }
my_locale: ja ja_JA - russian: { my_locale: ru ru_RU, my_time: '42 9 18 * *' }
my_time: '42 7 18 * *' - greek: { my_locale: el el_GR, my_time: '42 9 18 * *' }
- chinese: - vietnamese: { my_locale: vi vi_VI, my_time: '42 9 18 * *' }
my_locale: zh zh_CN - hebrew: { my_locale: he he_IL, my_time: '23 10 18 * *' }
my_time: '23 8 18 * *' - hindi: { my_locale: hi hi_IN, my_time: '23 10 18 * *' }
- korean: - tamil: { my_locale: ta ta_IN, my_time: '42 10 18 * *' }
my_locale: ko ko_KR - tibetan: { my_locale: bo bo_IN, my_time: '23 11 18 * *' }
my_time: '42 8 18 * *' - gujarati: { my_locale: gu gu_IN, my_time: '42 11 18 * *' }
- russian: - kannada: { my_locale: kn kn_IN, my_time: '23 12 18 * *' }
my_locale: ru ru_RU - malayalam: { my_locale: ml ml_IN, my_time: '42 12 18 * *' }
my_time: '42 9 18 * *' - marathi: { my_locale: mr mr_IN, my_time: '23 13 18 * *' }
- greek: - punjabi: { my_locale: pa pa_IN, my_time: '42 13 18 * *' }
my_locale: el el_GR - telugu: { my_locale: te te_IN, my_time: '23 14 18 * *' }
my_time: '42 9 18 * *' - arabic: { my_locale: ar ar_EG, my_time: '42 14 18 * *' }
- vietnamese:
my_locale: vi vi_VI
my_time: '42 9 18 * *'
- hebrew:
my_locale: he he_IL
my_time: '23 10 18 * *'
- hindi:
my_locale: hi hi_IN
my_time: '23 10 18 * *'
- tamil:
my_locale: ta ta_IN
my_time: '42 10 18 * *'
- tibetan:
my_locale: bo bo_IN
my_time: '23 11 18 * *'
- gujarati:
my_locale: gu gu_IN
my_time: '42 11 18 * *'
- kannada:
my_locale: kn kn_IN
my_time: '23 12 18 * *'
- malayalam:
my_locale: ml ml_IN
my_time: '42 12 18 * *'
- marathi:
my_locale: mr mr_IN
my_time: '23 13 18 * *'
- punjabi:
my_locale: pa pa_IN
my_time: '42 13 18 * *'
- telugu:
my_locale: te te_IN
my_time: '23 14 18 * *'
- arabic:
my_locale: ar ar_EG
my_time: '42 14 18 * *'
jobs: jobs:
- '{name}_debian_sid_daily_rescue_{my_langname}': - '{name}_debian_sid_daily_rescue_{my_langname}':
my_title: 'Debian (sid daily build CD) rescue mode in {my_langname}' my_title: 'Debian (sid daily build CD) rescue mode in {my_langname}'
...@@ -240,20 +204,12 @@ ...@@ -240,20 +204,12 @@
- debian-edu: - debian-edu:
my_distname: 'Debian Edu' my_distname: 'Debian Edu'
my_ver: wheezy my_ver: wheezy
my_title_extra: ''
my_profile: my_profile:
- minimal: - minimal: { my_time: '23 20 15 * *' }
my_time: '23 20 15 * *' - standalone: { my_time: '42 20 15 * *' }
- standalone: - workstation: { my_time: '42 22 16 * *' }
my_time: '42 20 15 * *' - combi-server: { my_time: '42 0 16 * *', my_disksize: 30 }
- workstation: - main-server: { my_time: '42 2 16 * *', my_disksize: 30 }
my_time: '42 22 16 * *'
- combi-server:
my_time: '42 0 16 * *'
my_disksize: 30
- main-server:
my_time: '42 2 16 * *'
my_disksize: 30
- '{name}_{my_dist}_desktop_group': - '{name}_{my_dist}_desktop_group':
my_dist: my_dist:
- debian-edu: - debian-edu:
...@@ -261,15 +217,9 @@ ...@@ -261,15 +217,9 @@
my_ver: wheezy my_ver: wheezy
my_profile: standalone my_profile: standalone
my_desktop: my_desktop:
- gnome: - gnome: { my_time: '42 18 17 * *' }
my_title_extra: ' (gnome)' - lxde: { my_time: '42 22 17 * *' }
my_time: '42 18 17 * *' - xfce: { my_time: '42 2 * * 1' }
- lxde:
my_title_extra: ' (lxde)'
my_time: '42 22 17 * *'
- xfce:
my_title_extra: ' (xfce)'
my_time: '42 2 * * 1'
- '{name}_debian_{my_ver}_desktops_group': - '{name}_debian_{my_ver}_desktops_group':
my_ver: wheezy my_ver: wheezy
...@@ -277,14 +227,10 @@ ...@@ -277,14 +227,10 @@
my_instdesc: ' using netboot gtk' my_instdesc: ' using netboot gtk'
my_inst_url: 'http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/' my_inst_url: 'http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/'
my_desktop: my_desktop:
- kde: - kde: { my_time: '42 15 2,9,16,23 * *' }
my_time: '42 15 2,9,16,23 * *' - xfce: { my_time: '42 16 4 * *' }
- xfce: - lxde: { my_time: '42 19 4 * *' }
my_time: '42 16 4 * *' - gnome: { my_time: '42 19 4 * *' }
- lxde:
my_time: '42 19 4 * *'
- gnome:
my_time: '42 19 4 * *'
- '{name}_debian_{my_ver}_desktops_group': - '{name}_debian_{my_ver}_desktops_group':
my_ver: jessie my_ver: jessie
...@@ -379,19 +325,11 @@ ...@@ -379,19 +325,11 @@
my_verdesc: Jessie my_verdesc: Jessie
my_inst_url: http://ftp.skolelinux.org/cd-jessie-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso my_inst_url: http://ftp.skolelinux.org/cd-jessie-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso
my_profile: my_profile:
- standalone: - standalone: { my_time: '42 1 */2 * *', my_disksize: 25,
my_time: '42 1 */2 * *' my_title_extra: ' (Default)' }
my_title_extra: ' (Default)' - standalone_mate: { my_time: '23 2 */2 * *', my_disksize: 25 }
my_disksize: 25 - main-server: { my_time: '23 3 * * *', my_disksize: 40 }
- standalone_mate: - main+ltsp-server: { my_time: '42 0 * * *', my_disksize: 60 }
my_time: '23 2 */2 * *'
my_disksize: 25
- main-server:
my_time: '23 3 * * *'
my_disksize: 40
- main+ltsp-server:
my_time: '42 0 * * *'
my_disksize: 60
- '{name}_debian_{my_ver}_presentation': - '{name}_debian_{my_ver}_presentation':
my_ver: my_ver:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment