diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-15 17:57:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-15 17:57:42 +0100 |
commit | 4b0408dd275ac22214a4bfcc28d52d496abe265f (patch) | |
tree | f578b2e98a2d5417a2c51f197481d0248164d1f5 /job-cfg | |
parent | 489b7b3f53d6b19351b932068fa578689d3180b3 (diff) | |
download | jenkins.debian.net-4b0408dd275ac22214a4bfcc28d52d496abe265f.tar.xz |
reproducible: replace another shell script with python (and speedup runtime from 15m to 4s) - many thanks to Mattia Rizzolo
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 dbfd8e01..58d8fe71 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -213,7 +213,7 @@ - '{name}_html_indexes': my_description: 'Generate HTML results (indexes) for reproducible builds.' my_timed: '59 */2 * * *' - my_shell: '/srv/jenkins/bin/reproducible_html_indexes.sh' + my_shell: '/srv/jenkins/bin/reproducible_html_indexes.py' my_recipients: 'holger@layer-acht.org' - '{name}_html_dd_list': my_description: 'Generate HTML results (dd-list) for reproducible builds.' |