diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-08 00:40:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-08 00:40:31 +0100 |
commit | b945c515b36a6320d0a77ec7304342cdc01f03c1 (patch) | |
tree | c8cfc3f603840d66c3857bad56b8dd2818b721f2 | |
parent | b104b792f22e97c88276d3f82b4e326d798c9e55 (diff) | |
download | jenkins.debian.net-b945c515b36a6320d0a77ec7304342cdc01f03c1.tar.xz |
add viewvc url to job config
-rw-r--r-- | job-cfg/d-i.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 8ecb259e..79cd3827 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -11,15 +11,8 @@ excludedUsers: '' excludedRevprop: '' excludedCommitMessages: '' - # repositorybrowser missing: FIXME - # <browser class="hudson.scm.browsers.ViewSVN"> - # <url # http://anonscm.debian.org/viewvc/</url # - # </browser # - # <excludedRegions # </excludedRegions # - # <includedRegions # trunk/manual/.*</includedRegions # - # <excludedUsers # </excludedUsers # - # <excludedRevprop # </excludedRevprop # - # <excludedCommitMessages # </excludedCommitMessages # + viewvc-url: http://anonscm.debian.org/viewvc/d-i/trunk + builders: - shell: 'ls' triggers: |