summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
AgeCommit message (Collapse)AuthorFilesLines
2015-03-03reproducible: fixup syntax in last commitMattia Rizzolo1-2/+2
2015-03-03reproducibe: html_indexes: query here the number of tested package, for ↵Mattia Rizzolo1-3/+5
every suite
2015-03-03reproducible: common: add suites links in the header.Mattia Rizzolo1-1/+1
2015-03-02reproducible: more suite related navigation fixesHolger Levsen1-1/+1
2015-03-02reproducible: html_indexes: fix a bunch of 'the backslash is redundant ↵Mattia Rizzolo1-7/+7
between brackets' pep8 errors
2015-03-02reproducible: html_indexes: build indexes for every suite/arch, and place ↵Mattia Rizzolo1-58/+86
them in a sensible directory. plus, support a new kind of index global_pages, which are superset of the suite-relative ones
2015-03-01reproducible: move packages files under a suite-named directory, e.g. ↵Mattia Rizzolo1-23/+28
/rb-pkg/sid/
2015-02-26reproducible: html_indexes: update to a new database schema supporting ↵Mattia Rizzolo1-21/+21
multiple suites. yet, hardcode 'sid' in the file for now
2015-02-18reproducible: html_indexes: catch ZeroDivisionError while calculating percentageMattia Rizzolo1-2/+7
2015-02-16reproducible: html_indexes: gather bugs data even when the script is not ↵Mattia Rizzolo1-1/+3
called directly
2015-02-16reproducible: html_indexes: s/schduled/scheduled/Mattia Rizzolo1-1/+1
2015-02-16reproducible: remove superflous debug print()sMattia Rizzolo1-1/+0
2015-02-15reproducible: remove superflous debug print()Mattia Rizzolo1-0/+1
2015-02-15reproducible: html_indexes: more docMattia Rizzolo1-1/+6
2015-02-15reproducible: html_indexes: add a bunch of pagesMattia Rizzolo1-6/+121
2015-02-15reproducible: html_indexes: does not write anything is the relevant query ↵Mattia Rizzolo1-0/+2
did not produce results
2015-02-15reproducible: html_indexes: (ugly) support for section where another number ↵Mattia Rizzolo1-2/+8
is needed
2015-02-15reproducible: html_indexes: do percents against how many tested packages, ↵Mattia Rizzolo1-2/+2
not packages in sid
2015-02-15reproducible: add reproducible_html_indexes.pyMattia Rizzolo1-0/+189