diff options
-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 |