diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-14 18:41:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-14 19:15:30 +0100 |
commit | 8ac240d38063079c8d2ae7508e4c44589b86c29f (patch) | |
tree | b2ad4ade0a9f354c0aaeb92d0f23ba4167fc6e32 | |
parent | b3bc07b72ca1da5159d900b4cebc7d84b632df83 (diff) | |
download | jenkins.debian.net-8ac240d38063079c8d2ae7508e4c44589b86c29f.tar.xz |
reproducible: add myself to copyright
-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 # |