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 | |
parent | f55769ecc36b8d0a92879c93b37dbdccccaa2945 (diff) | |
download | jenkins.debian.net-aa55d01a4a5b1873016629dd30bc69feb9cd8494.tar.xz |
s#svn.debian.org#anonscm.debian.org
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 16 |
2 files changed, 9 insertions, 9 deletions
@@ -56,7 +56,7 @@ Installation tests with g-i, the graphical version of d-i, the debian-installer. ** while these jobs are triggered on commits, the SCM is only polled every 6min to see if there are new commits. * 'd_i_manual' -** builds the full installation-guide package with pdebuild in sid on every commit to svn://svn.debian.org/svn/d-i/ matching suitable patterns. +** builds the full installation-guide package with pdebuild in sid on every commit to svn://anonscm.debian.org/svn/d-i/ matching suitable patterns. ** while this job is triggered on commits, the SCM is only polled every 15min to see if there are new commits. * 'd_i_manual_$language_html' 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}' |