diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-16 15:37:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 15:37:15 +0100 |
commit | d5f5aac046e6566988debe3176d241db93b8ef92 (patch) | |
tree | e709255ab250f2e59a702defb3c2e0412cea5422 | |
parent | feaad27b3224dbe8c9a65d05dda10a245ac6b9f6 (diff) | |
download | jenkins.debian.net-d5f5aac046e6566988debe3176d241db93b8ef92.tar.xz |
drop one FIXME
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index d801427c..e11e42c4 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -16,7 +16,7 @@ gather_stats # # create stats # -# FIXME?: we only do stats up until yesterday... we also could do today too but not update the db yet... +# we only do stats up until yesterday... we also could do today too but not update the db yet... DATE=$(date -d "1 day ago" '+%Y-%m-%d') TABLE[0]=stats_pkg_state TABLE[1]=stats_builds_per_day |