diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-26 12:18:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-26 12:18:24 +0200 |
commit | 6e14bf653cb3f6dcb5ed03baf8d093331f45fba1 (patch) | |
tree | 38daab229968d1e5a249794fe7ce89d96116a3b1 | |
parent | e3e241e4f89eae33f5d75e49b2ec07db415402d5 (diff) | |
download | jenkins.debian.net-6e14bf653cb3f6dcb5ed03baf8d093331f45fba1.tar.xz |
reproducible: proper db design is the answer and then e3e241e can be reverted again
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -224,7 +224,9 @@ properties: ** a reproducible_log_grep_by_sql.(py|sh) would be nice, to only grep in packages with a certain status (build in the last X days) ** adopt usertag script from pkg-apparmor to notify us about new usertagged bugs automatically ** use reprepro and snapshot (reprepro gen-snapshot) on alioth to speed up our repo, maybe. maybe we'll just be in sid soon :-) -** .db: stats_build table should have package ids, not just src+suite+arch as primary key +** database issues +*** stats_build table should have package ids, not just src+suite+arch as primary key +*** builder column of schedule table should not be used for state-handling of _remote_scheduler.py (by setting it to 'TBD'), thus e3e241e should be reverted (also check for 'TBD' elsewhere) and this be implemented differently * missing tests: ** variation in kernel |