Skip to content
Commits on Source (2)
......@@ -18,7 +18,7 @@ from rblib.confparse import log
json_url = 'http://rb.zq1.de/compare.factory/reproducible.json'
log.info('Downloading status file…')
ofile = urlopen(json_url).read()
ofile = urlopen(json_url).read().decode('utf-8')
ostatus = json.loads(ofile)
......
......@@ -663,6 +663,7 @@
my_description: 'Import the status json'
my_timed: 'H H * * H'
my_shell: 'cd /srv/jenkins/bin/ && ./reproducible_opensuse_import_json.py && ./reproducible_html_indexes.py --distro opensuse && ./reproducible_html_all_packages.py --distro opensuse'
my_recipients: 'jenkins+reproducible-builds bernhard+debianjenkins@lsmod.de qa-jenkins-scm@lists.alioth.debian.org'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: ''
my_timeout: '1440'
......