[Qa-jenkins-scm] [jenkins.debian.net] 05/05: reproducible: improve comment
Holger Levsen
holger at moszumanska.debian.org
Sun Jul 5 13:04:01 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 40065dbfa83e6db51c2eda10b1299965a61f9b84
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jul 5 15:03:44 2015 +0200
reproducible: improve 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 ab426e2..ae7f171 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -418,7 +418,7 @@ schema_updates = {
'DROP TABLE stats_bugs',
'ALTER TABLE stats_bugs_tmp RENAME TO stats_bugs',
'INSERT INTO rb_schema VALUES ("16", "' + now + '")'],
- 17: [ # save what builders builds what. This is tied to the current setup
+ 17: [ # add column to save which builders builds what
'ALTER TABLE schedule ADD COLUMN builder TEXT',
'ALTER TABLE results ADD COLUMN builder TEXT NOT NULL DEFAULT ""',
'ALTER TABLE stats_build ADD COLUMN builder TEXT NOT NULL DEFAULT ""',
--
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