summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-08 16:36:46 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 16:42:15 +0100
commitd622b8d2ed2b5410eac0fc91f75a204b2082c4aa (patch)
tree692c19fb4e23d76ad132922877825d6d7e06619a /job-cfg
parent5d664ec53ae22595302ad0f72c99d081439c0f08 (diff)
downloadjenkins.debian.net-d622b8d2ed2b5410eac0fc91f75a204b2082c4aa.tar.xz
reproducible: use the python script instead of the bash one to produce the notes pages
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 75050436..c0db3ff6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -224,7 +224,7 @@
my_description: 'Generate HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.'
my_timed: '57 0 * * *'
my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git'
- my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh'
+ my_shell: '/srv/jenkins/bin/reproducible_html_notes.py'
my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
- '{name}_html_all_packages':
my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is normally not needed and only run once a year.'