diff options
-rwxr-xr-x | bin/common-functions.sh | 2 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 2e24f47a..c8ffa620 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -3,8 +3,6 @@ # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 -HOSTNAME=jenkins - common_cleanup(){ echo "$(date) - $0 stopped running as $TTT, which will now be removed." rm -f $TTT diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 13123a4b..d6b19d1a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -641,7 +641,7 @@ my_description: 'Generate HTML results (notes) for reproducible builds, triggered by changes to the <a href="https://anonscm.debian.org/cgit/reproducible/notes.git" target="_blank">notes.git</a> repository.' my_timed: '57 0 * * *' my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git' - my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh && /srv/jenkins/bin/reproducible_notes.py' + my_shell: '/srv/jenkins/bin/reproducible_notes.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_html_howto': |