diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-23 23:58:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-23 23:58:50 +0200 |
commit | 68f7984a85d26dbccefcbf27e1e2cd5716aace4f (patch) | |
tree | 3307142c9fad656c5e5f8b45595651793ddb9f2d /job-cfg | |
parent | 6f3051d540fb1e2243a865bc0324a2ab25150b32 (diff) | |
download | jenkins.debian.net-68f7984a85d26dbccefcbf27e1e2cd5716aace4f.tar.xz |
reproducible: more minor misc fixes
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 645afbde..d40a23b2 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -8,7 +8,7 @@ icon: /userContent/images/debian-swirl-24x24.png - sidebar: url: https://jenkins.debian.net/view/reproducible - text: dvswitch test jobs + text: reproducible builds jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.com @@ -59,7 +59,7 @@ my_shell: '/srv/jenkins/bin/reproducible_setup.sh' - '{name}_build_example_good': my_description: 'Build one package (one we know will succeed) with pbuilder so far....' - my_shell: '/srv/jenkins/bin/reproducible_build.sh lsb' + my_shell: '/srv/jenkins/bin/reproducible_build.sh patch hostname debianutils' - '{name}_build_example_fail': my_description: 'Build one package (one we know will fail) with pbuilder so far....' my_shell: '/srv/jenkins/bin/reproducible_build.sh lsof' |