[Qa-jenkins-scm] [jenkins.debian.net] 01/06: reproducible: db_maintenance: update comments, removing references to a dev version of the script
Holger Levsen
holger at moszumanska.debian.org
Sun Mar 29 20:59:20 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 4a4b2611e30f7d942757770f7a7067309d06e063
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sun Mar 29 13:38:39 2015 +0200
reproducible: db_maintenance: update comments, removing references to a dev version of the script
---
bin/reproducible_db_maintenance.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py
index 7c41d51..3545a23 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -360,10 +360,9 @@ def db_create_tables():
def db_update():
"""
Update the database schema.
- Get a list of queries to perform from schema_updates, and (if needed)
- some python code from the above run_update_code().
+ Get a list of queries to perform from schema_updates.
The need for an update is detected by checking the biggest value in the
- rb_schema table against the biggest value in the schema_updates dictionary
+ rb_schema table against the biggest value in the schema_updates dictionary.
"""
current = query_db('SELECT MAX(version) FROM rb_schema')[0][0]
if not current:
--
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