diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-13 02:26:20 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-13 02:26:20 +0000 |
commit | 20a790c77e1ecb561ae9193291a3e21fef9e02d5 (patch) | |
tree | d32dd55be8fec13fda744b9e43ab15c37d7c4720 | |
parent | 9a62b9dd942bdab6dcea5aa379dcced4d8088830 (diff) | |
download | jenkins.debian.net-20a790c77e1ecb561ae9193291a3e21fef9e02d5.tar.xz |
Revert "Reproducible Arch Linux: more or less dummy commit, to trigger job updates"
/dev/pts wasnt mounted, let's try without this commit...
This reverts commit 9a62b9dd942bdab6dcea5aa379dcced4d8088830.
-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 4537962a..29499bf0 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: 'Build {op_descname} package twice and run diffoscope on it, if it is not reproducible.' + my_description: 'Try to reproducibly build {op_descname} package.' my_shell: '/srv/jenkins/bin/reproducible_build_{otherproject}_pkg.sh' my_timed: '* * * * *' my_trigger: 'reproducible_html_{otherproject}' |