[Qa-jenkins-scm] [jenkins.debian.net] 05/10: reproducible: add myself to copyright
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 14 19:03:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 8ac240d38063079c8d2ae7508e4c44589b86c29f
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 14 18:41:16 2015 +0100
reproducible: add myself to copyright
---
bin/reproducible_db_maintenance.py | 1 +
bin/reproducible_html_notes.py | 3 ++-
bin/reproducible_scheduler.py | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py
index 45a4054..6014c44 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 at mapreri.org>
+# Copyright © 2015 Holger Levsen <holger at layer-acht.org>
# Based on various reproducible_* files © 2014-2015 Holger Levsen <holger at layer-acht.org>
# Licensed under GPL-2
#
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 98ce519..0266b77 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 at mapreri.org>
+# Copyright © 2015 Holger Levsen <holger at layer-acht.org>
# Based on reproducible_html_notes.sh © 2014 Holger Levsen <holger at 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 9b35ca4..f4bb616 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2015 Mattia Rizzolo <mattia at mapreri.org>
+# Copyright © 2015 Holger Levsen <holger at layer-acht.org>
# Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen <holger at layer-acht.org>
# Licensed under GPL-2
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list