diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_db_maintenance.py | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_notes.py | 3 | ||||
-rwxr-xr-x | bin/reproducible_scheduler.py | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py index 45a40548..6014c449 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.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 various reproducible_* files © 2014-2015 Holger Levsen <holger@layer-acht.org> # Licensed under GPL-2 # 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 ' + \ diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 9b35ca41..f4bb616c 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.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_scheduler.sh © 2014-2015 Holger Levsen <holger@layer-acht.org> # Licensed under GPL-2 # |