diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 13:40:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 13:40:25 +0100 |
commit | 452cdc5145f3ef689a651369dd348807a61dca1f (patch) | |
tree | 947e9108c80fcd22a5f97c7b811ec53da3baa9b4 | |
parent | fe8135ea24c76670c98f9efc2dd3518a3edea4a4 (diff) | |
download | jenkins.debian.net-452cdc5145f3ef689a651369dd348807a61dca1f.tar.xz |
reproducible: should results.build_duration be of type integer?
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ properties: ** replace bin/reproducible_installed_on_debian.org with a proper data provider from DSA * db schema 2.0 +** maybe results.build_duration should be type integer, so ORDER BY works as it should. ** actually add support for suites in the code, the db is fine now. ** actually add support for archs, the db is fine now. One day we'll want to rebuild all the packages on all the archs too! ** record build stats in the new stats_build table (forever, so we get relevant data) |