summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/d-i.yaml')
-rw-r--r--job-cfg/d-i.yaml21
1 files changed, 13 insertions, 8 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index b1e8a091..d7291222 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -43,10 +43,10 @@
icon: /userContent/images/profitbricks-24x24.png
- priority:
job-prio: '120'
- description: 'Builds the {languagename} html version of the installation-guide for all architectures. Triggered by SVN commits to <code>svn://svn.debian.org/svn/d-i/trunk/manual/{lang}/<code>. After successful build <a href="http://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_pdf</a> is triggered. {do_not_edit}'
+ description: 'Builds the {languagename} html version of the installation-guide for all architectures. Triggered by SVN commits to <code>svn://anonscm.debian.org/svn/d-i/trunk/manual/{lang}/<code>. After successful build <a href="http://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_pdf</a> is triggered. {do_not_edit}'
scm:
- svn:
- url: svn://svn.debian.org/svn/d-i/trunk
+ url: svn://anonscm.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
includedRegions: '/trunk/manual/{lang}/.*'
@@ -96,10 +96,10 @@
icon: /userContent/images/profitbricks-24x24.png
- priority:
job-prio: '120'
- description: 'Builds the {languagename} html version of the installation-guide for all architectures. Triggered by SVN commits to <code>svn://svn.debian.org/svn/d-i/trunk/manual/{lang}/<code>. After successful build <a href="http://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_pdf</a> is triggered. {do_not_edit}'
+ description: 'Builds the {languagename} html version of the installation-guide for all architectures. Triggered by SVN commits to <code>svn://anonscm.debian.org/svn/d-i/trunk/manual/{lang}/<code>. After successful build <a href="http://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_pdf</a> is triggered. {do_not_edit}'
scm:
- svn:
- url: svn://svn.debian.org/svn/d-i/trunk
+ url: svn://anonscm.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
includedRegions: '/trunk/manual/po/{lang}/.*'
@@ -152,7 +152,7 @@
description: 'Builds the {languagename} pdf version of the installation-guide for all architectures. Triggered by successful build of <a href="http://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_html</a>. {do_not_edit}'
scm:
- svn:
- url: svn://svn.debian.org/svn/d-i/trunk
+ url: svn://anonscm.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
includedRegions: '/trunk/manual/{lang}/.*'
@@ -200,7 +200,7 @@
description: 'Builds the {languagename} pdf version of the installation-guide for all architectures. Triggered by successful build of <a href="http://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_html</a>. {do_not_edit}'
scm:
- svn:
- url: svn://svn.debian.org/svn/d-i/trunk
+ url: svn://anonscm.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
includedRegions: '/trunk/manual/{lang}/.*'
@@ -270,10 +270,10 @@
- job-template:
defaults: d-i
name: '{name}_manual'
- description: 'Builds the installation-guide package. Triggered by SVN commits to <code>svn://svn.debian.org/svn/d-i/</code> matching these patterns: <pre>{include}</pre> {do_not_edit}'
+ description: 'Builds the installation-guide package. Triggered by SVN commits to <code>svn://anonscm.debian.org/svn/d-i/</code> matching these patterns: <pre>{include}</pre> {do_not_edit}'
scm:
- svn:
- url: svn://svn.debian.org/svn/d-i/trunk
+ url: svn://anonscm.debian.org/svn/d-i/trunk
basedir: .
workspaceupdater: update
includedRegions: '{include}'
@@ -841,6 +841,9 @@
- job-template:
defaults: d-i-build
name: '{name}_build_zipl-installer'
+- job-template:
+ defaults: d-i-build
+ name: '{name}_build_desktop-chooser'
# http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes to the rescue!
@@ -1057,6 +1060,8 @@
gitrepo: 'git://git.debian.org/git/d-i/debian-installer'
- '{name}_build_debootstrap':
gitrepo: 'git://git.debian.org/git/d-i/debootstrap'
+ - '{name}_build_desktop-chooser':
+ gitrepo: 'git://git.debian.org/git/d-i/desktop-chooser'
- '{name}_build_devicetype-detect':
gitrepo: 'git://git.debian.org/git/d-i/devicetype-detect'
- '{name}_build_dh-di':