summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-11reproducible: shorten languageHolger Levsen1-2/+1
2015-03-11reproducible: html_notes: fixup last commitMattia Rizzolo1-1/+2
2015-03-11reproducible: html_notes: split index_no_notes in suite/arch subsectionsMattia Rizzolo1-18/+25
2015-03-11reproducible: schedule more packagesHolger Levsen1-5/+5
2015-03-10reproducible: change into the right directory first..Holger Levsen1-0/+1
2015-03-10reproducible: call page_build() from html_indexes.py directlyHolger Levsen1-1/+1
2015-03-10reproducible: only call the scheduler (to update that page) after ↵Holger Levsen1-1/+1
scheduling, dont update all the indexes
2015-03-10reproducible: use proper terms in table headerHolger Levsen1-1/+1
2015-03-10chroot-installation: should test upgrade path with aptitude (and maybe apt) tooHolger Levsen1-0/+1
2015-03-10reproducible: drop call to build suite specific schedule pageHolger Levsen1-1/+0
2015-03-10reproducible: improve outputHolger Levsen1-1/+2
2015-03-10reproducible: cleanupHolger Levsen1-14/+13
2015-03-10reproducible: run debbindiff against .changes files in current directory ↵Holger Levsen2-2/+1
(see #764459)
2015-03-10reproducible: graph oldest builds per suiteHolger Levsen2-9/+18
2015-03-10fix typoHolger Levsen1-1/+1
2015-03-10reproducible: db schema 8: add default value to stats_bugs to get a full ↵Holger Levsen1-0/+36
'done vs open bugs' graph
2015-03-10reproducible: new graph: number of done vs closed bugsHolger Levsen2-5/+21
2015-03-10fix typoHolger Levsen1-1/+1
2015-03-10reproducible: get rid off 'hello world'Holger Levsen2-1/+5
2015-03-10reproducible: merge suite specific schedule pages into single global oneHolger Levsen4-25/+28
2015-03-09reproducible: schedule more new versions if there are anyHolger Levsen1-6/+6
2015-03-09reproducible: improve job outputHolger Levsen1-2/+4
2015-03-09reproducible: improve scheduling numbersHolger Levsen1-8/+8
2015-03-09reproducible: improve outputHolger Levsen1-5/+9
2015-03-09reproducible: improve (debug) outputHolger Levsen1-5/+5
2015-03-09reproducible: schedule 10 times as many old versions in suites != experimentalHolger Levsen1-3/+5
2015-03-09reproducible: refactor, fix default suite links in main viewHolger Levsen1-10/+17
2015-03-09reproducible: css tuningHolger Levsen1-1/+1
2015-03-09reproducible: add two new table stats to main viewHolger Levsen3-17/+42
2015-03-09minor cleanupHolger Levsen1-17/+17
2015-03-09refactoring: rename another functionHolger Levsen1-2/+2
2015-03-09reproducible: further refactoring, move main code into three more functions. ↵Holger Levsen2-173/+171
finally, drop html_graphs_experimental job
2015-03-09reproducible: further refactoring, move main code into four functionsHolger Levsen1-101/+114
2015-03-09reproducible: further refactoring, rename redo_png() to ↵Holger Levsen1-54/+55
create_png_from_table() and gather_stats() to gather_suite_stats()
2015-03-09reproducible: refactor: move another function to html_graphs.sh. correct ↵Holger Levsen2-14/+21
function descriptions.
2015-03-09reproducible: refactor, drop now unused functionHolger Levsen1-16/+0
2015-03-09reproducible: refactor: these variables are only needed by html_graphs.sh nowHolger Levsen2-9/+8
2015-03-08reproducible: scheduler: show the number of total packages now scheduled in ↵Mattia Rizzolo1-1/+5
, instead of only new ones
2015-03-08reproducible: fix grammarHolger Levsen1-1/+1
2015-03-07TODO: update, with a new very coold/interesting idea about allowing people ↵Mattia Rizzolo1-0/+8
to upload test packages and build them on jenkins
2015-03-07reproducible: html_packages: add a status icon next to the suite linkMattia Rizzolo1-5/+8
2015-03-07reproducible: html_packages: fixup e751895Mattia Rizzolo1-1/+2
2015-03-07reproducible: improve output for debugging, fix image updatingHolger Levsen1-10/+25
2015-03-07reproducible: html_packages: generate the status icon/link instead of ↵Mattia Rizzolo1-4/+14
templating them, to avoid linking untested packages
2015-03-07reproducible: html_packages: use /index.html as a default view for the ↵Mattia Rizzolo1-1/+1
iframe, to print a nice hello world instead of an ungly 404 error
2015-03-07reproducible: html_indexes: fix copy-paste error in the 404 templateMattia Rizzolo1-1/+1
2015-03-07reproducible: html_packages: remove bug link from the header. they are: a) ↵Mattia Rizzolo1-19/+0
redundant b) misleading (by being udd-generated, thus lagged) c) we need the room occupied by them for suite links
2015-03-07reproducible: notes: add a +/# sign after bug numbers, if they are ↵Mattia Rizzolo2-3/+23
close/with-patch
2015-03-07reproducible: scheduler: tweak the final message to print also how many ↵Mattia Rizzolo1-8/+9
pacakges are now scheduled for that suite
2015-03-07reproducible: db: results.build_duration should be type integer, so ORDER BY ↵Mattia Rizzolo2-1/+27
works as it should