summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_db_maintenance.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-08 12:12:19 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-08 12:12:19 +0200
commit4d14b4c6941fe64cafce8e34ae91155c8d0c6bb8 (patch)
tree0543d5ffa7536bd08685b61b7dbc1615e6b7ba81 /bin/reproducible_db_maintenance.py
parente22e8d5e335af7f41e1947aad1a514f71677e57e (diff)
downloadjenkins.debian.net-4d14b4c6941fe64cafce8e34ae91155c8d0c6bb8.tar.xz
fixup language
Diffstat (limited to 'bin/reproducible_db_maintenance.py')
-rwxr-xr-xbin/reproducible_db_maintenance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py
index 74f37c21..0e4bef24 100755
--- a/bin/reproducible_db_maintenance.py
+++ b/bin/reproducible_db_maintenance.py
@@ -365,7 +365,7 @@ schema_updates = {
# IRC notification
'ALTER TABLE schedule ADD COLUMN notify TEXT',
'INSERT INTO rb_schema VALUES ("12", "' + now + '")'],
- 13: [ # take note of the manual scheduling done, to limit people
+ 13: [ # record manual scheduling done, to be able to limit people
'''CREATE TABLE manual_scheduler (
id INTEGER PRIMARY KEY,
package_id INTEGER NOT NULL,