summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-08reproducible Debian: fix typoHolger Levsen1-1/+1
2016-10-17reproducible debian: make python sql more sqlite/postgres agnosticValerie R Young1-12/+12
This commit fixes all the python script sql queries that required minimal editing to be syntactically correct for both sqlite and postgres. Almost all fixes consist of the removal of double quotes from query strings. NOTE: the following scripts expect the schedule table's primary key to autoincrement. Running reproducible_db_maintence.py on a postgres database will not add the necessary autoincrementing functionality at this time. The following script WILL run on the sqlite database but will fail on postgres database constructed from reproducible_db_maintence.py until this is fixed: reproducible_remote_scheduler.py reproducible_schedule.py Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-01reproducible Debian: link available artifacts from breakages pageHolger Levsen1-0/+1
2016-09-29reproducible Debian: don't try to delete directories when removing obsolete ↵Holger Levsen1-4/+5
history pages
2016-09-29reproducible Debian: remove history pages which should not been there ↵Holger Levsen1-2/+3
(usually because the package has been removed)
2016-09-29reproducible Debian: refactorHolger Levsen1-17/+20
2016-09-29reproducible Debian: append unwanted history files to bad_files so that they ↵Holger Levsen1-0/+1
can be shown
2016-09-29reproducible debian: count source packages on which diffoscope time outs or ↵Holger Levsen1-2/+10
crashes so that we can graph that
2016-09-29reproducible debian: remove old files which should not be thereHolger Levsen1-1/+2
2016-09-29reproducible debian: ignore files which should not been there but are ↵Holger Levsen1-3/+3
younger than a day
2016-08-18reproducible debian: fix breakage reports for rb-pkg pagesValerie R Young1-2/+10
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-24reproducible debian: decouple navigation and page writing logicValerie R Young1-1/+4
Decoupling the navigation and page writing logic made it easier to do the following: - fix a bug introduced by adding headers at the top of the mainbody div (fixed in this commit) - make package pages to use the same structure as all other pages that contain a left navigation (to do in future) Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-17reproducible debian: add main navigation highlighting to python pagesValerie R Young1-1/+1
Added the correct navigation highlighting to the following pages: notes, no notes, tested in the last 24 hours, tested in the last 48 hours, all packages, notifications enabled, breakages, issue pages, scheduled, and maintainers page. Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-21reproducible: breakages: also detect stale files of belonging to old package ↵Mattia Rizzolo1-5/+13
versions Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-21reproducible: breakages: in alien_log(), correctly deal with different file ↵Mattia Rizzolo1-1/+8
names with different splitting needs Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-21reproducible: breakages: remove dead codeMattia Rizzolo1-31/+0
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-08reproducible debian: bug fix: only debian html belongs in tests.r-b.org/debianValerie R Young1-1/+1
2016-06-08reproducible debian: update urls to include tests.r-b.org/debian directoryValerie R Young1-1/+1
2016-05-07s#http://anonscm.debian.org/cgit#https://anonscm.debian.org/git#gHolger Levsen1-1/+1
2016-01-21s#reproducible.debian.net#tests.reproducible-builds.org#g in many but not ↵Holger Levsen1-1/+1
all places yet
2016-01-07reproducible: improve breakage descriptionHolger Levsen1-3/+4
2016-01-07reproducible: sort breakges by package names foremostHolger Levsen1-9/+9
2015-12-07reproducible: rename debbindiff.(html|txt)(.gz|) files to diffoscope… filesHolger Levsen1-2/+2
2015-10-09reproducible: _html_breakages: add a check to detect stale history pages. ↵Mattia Rizzolo1-0/+13
Consider that currently nothing delete them automatically
2015-09-22reproducible: _breakages: wrap a a os.path call in a try/excpet to catch ↵Mattia Rizzolo1-5/+8
FileNotFoundError and not choke on it
2015-09-22reproducible: ignore files which only exist for a short amount of timeHolger Levsen1-2/+6
2015-09-22reproducible: improve languageHolger Levsen1-3/+3
2015-09-22fix grammarHolger Levsen1-1/+1
2015-09-22reproducible: explicitly explain that some problems needs to be fixed in ↵Holger Levsen1-1/+2
diffoscope
2015-09-22reproducible: improve grammarHolger Levsen1-3/+3
2015-09-22another whitespace fixHolger Levsen1-1/+1
2015-09-22whitespace fixHolger Levsen1-1/+1
2015-09-22reproducible: link to diffoscope file which should not existHolger Levsen1-2/+2
2015-09-22reproducible: use usual order: suite/arch/pkgHolger Levsen1-6/+6
2015-09-22reproducible: include arch in warningsHolger Levsen1-6/+6
2015-09-22reproducible: order by suite, arch, src_name as on the filesystemHolger Levsen1-9/+9
2015-09-22reproducible: order by architecture tooHolger Levsen1-9/+9
2015-09-22reproducible: fix grammar for the unlikely case this condition will be metHolger Levsen1-1/+1
2015-09-09reproducible: rename breakages to html_breakages for consistancyHolger Levsen1-0/+310