diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-13 19:28:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-13 19:28:09 +0200 |
commit | cb00eb9ff4696e4f1ca49c477b6432f34395c881 (patch) | |
tree | 431cf608545cf4e917a9935951954d32bcdbec05 /job-cfg | |
parent | e5f9b53b527fdcddd71d10be192beb76769aae62 (diff) | |
download | jenkins.debian.net-cb00eb9ff4696e4f1ca49c477b6432f34395c881.tar.xz |
remove useless gitrepo variable
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index c97a6db2..ed07df78 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -22,7 +22,7 @@ artifactNumToKeep: -1 scm: - git: - url: '{gitrepo}' + url: 'git://anonscm.debian.org/lintian/lintian.git' branches: - master builders: @@ -54,7 +54,6 @@ - project: name: lintian-tests do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/lintian-tests.yaml">lintian-tests.yaml</a>.' - gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' jobs: - '{name}_sid': my_distro: 'sid' |