diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-13 02:25:17 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-13 02:25:17 +0000 |
commit | 9a62b9dd942bdab6dcea5aa379dcced4d8088830 (patch) | |
tree | 9cbcc1bbbdd5a0826d0870804ca86f8db25eae7d /job-cfg | |
parent | b2a2191d4af24f86ac767de9194ee99d3fbe720c (diff) | |
download | jenkins.debian.net-9a62b9dd942bdab6dcea5aa379dcced4d8088830.tar.xz |
Reproducible Arch Linux: more or less dummy commit, to trigger job updates
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 29499bf0..4537962a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -789,7 +789,7 @@ my_shell: '/srv/jenkins/bin/reproducible_build_rpm.sh fedora-23 x86_64' # when you add another fedora builder here # the loop in bin/reproducible_setup_mock.sh needs to be increased too - my_description: 'Try to reproducibly build {op_descname} package.' + my_description: 'Build {op_descname} package twice and run diffoscope on it, if it is not reproducible.' my_shell: '/srv/jenkins/bin/reproducible_build_{otherproject}_pkg.sh' my_timed: '* * * * *' my_trigger: 'reproducible_html_{otherproject}' |