[Qa-jenkins-scm] [jenkins.debian.net] 08/10: reproducible: db: correct grammar in code comment
Holger Levsen
holger at moszumanska.debian.org
Wed Dec 9 10:30:07 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 1b48cc5b25823b962b975423c7ae2928fcc9e583
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Wed Dec 2 14:04:31 2015 +0000
reproducible: db: correct grammar in code comment
---
bin/reproducible_db_maintenance.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py
index 3eb8719..fd9a49f 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -525,7 +525,7 @@ schema_updates = {
'DROP TABLE results',
'ALTER TABLE results_tmp RENAME TO results',
'INSERT INTO rb_schema VALUES ("24", "' + now + '")'],
- 25: [ # rename the builder column also on the schedule table.
+ 25: [ # rename the builder column also in the schedule table.
'''CREATE TABLE schedule_tmp
(id INTEGER PRIMARY KEY,
package_id INTEGER NOT NULL,
--
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