diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-07-29 12:50:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-07-29 12:50:12 +0200 |
commit | aa55d01a4a5b1873016629dd30bc69feb9cd8494 (patch) | |
tree | ce75581ec47a6b54d54c6dfe78015836ab78ec15 /job-cfg | |
parent | f55769ecc36b8d0a92879c93b37dbdccccaa2945 (diff) | |
download | jenkins.debian.net-aa55d01a4a5b1873016629dd30bc69feb9cd8494.tar.xz |
s#svn.debian.org#anonscm.debian.org
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 3f1f274d..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}' |