summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 18:41:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 19:15:30 +0100
commit8ac240d38063079c8d2ae7508e4c44589b86c29f (patch)
treeb2ad4ade0a9f354c0aaeb92d0f23ba4167fc6e32 /bin/reproducible_html_notes.py
parentb3bc07b72ca1da5159d900b4cebc7d84b632df83 (diff)
downloadjenkins.debian.net-8ac240d38063079c8d2ae7508e4c44589b86c29f.tar.xz
reproducible: add myself to copyright
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 98ce5192..0266b77d 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org>
+# Copyright © 2015 Holger Levsen <holger@layer-acht.org>
# Based on reproducible_html_notes.sh © 2014 Holger Levsen <holger@layer-acht.org>
# Licensed under GPL-2
#
@@ -154,7 +155,7 @@ def load_notes():
notes = yaml.load(fd)
log.debug("notes loaded. There are " + str(len(notes)) +
" package listed")
- for package in notes: # check if every pacakge listed on the notes
+ for package in notes: # check if every package listed on the notes
try: # actually have been tested
query = 'SELECT s.name ' + \
'FROM results AS r JOIN sources AS s ON r.package_id=s.id ' + \