Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-09 | reproducible Debian: clarify math used | Holger Levsen | 1 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-02-09 | reproducible debian: breakages: use a set instead of the `if item not in ↵ | Mattia Rizzolo | 1 | -5/+3 | |
foo: foo.append(item)` construction Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | reproducible Debian: improve log message | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-25 | Revert "fixup 43c0ed4: reproducible Debian: also provide summaries for other ↵ | Holger Levsen | 1 | -3/+3 | |
log types than stale builds" This reverts commit c38ffaffb0595be4c5ec155072ed44565ee656ab. | |||||
2017-01-25 | fixup 43c0ed4: reproducible Debian: also provide summaries for other log ↵ | Holger Levsen | 1 | -3/+3 | |
types than stale builds Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-24 | reproducible Debian: also delete alien buildinfo files older than a day | Holger Levsen | 1 | -4/+11 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-24 | reproducible Debian: be consistant: %s#Trouble#Breakage# | Holger Levsen | 1 | -3/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-23 | reproducible Debian: restructure breakages page and html headings | Holger Levsen | 1 | -9/+15 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-23 | reproducible Debian: really ignore files which have been deleted | Holger Levsen | 1 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-23 | reproducible Debian: fix log message and language in two comments | Holger Levsen | 1 | -3/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-12 | reproducible Debian: refactor | Holger Levsen | 1 | -6/+8 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-12 | reproducible Debian: restructure output | Holger Levsen | 1 | -4/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-12 | reproducible Debian: fix img | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-12 | fixup another typo | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-12 | fixup 93a522cb: reproducible Debian: add a graph with diffoscope crashes and ↵ | Holger Levsen | 1 | -4/+4 | |
timeouts Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-12 | reproducible Debian: add a graph with diffoscope crashes and timeouts | Holger Levsen | 1 | -1/+51 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-11 | update copyright | Holger Levsen | 1 | -0/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-11 | reproducible Debian: reverse numbers for timeout and crash causing packages… | Holger Levsen | 1 | -2/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-11 | reproducible Debian: s#html page#HTML page#g | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-11 | reproducible Debian: correctly count packages which make piuparts crash or ↵ | Holger Levsen | 1 | -2/+8 | |
timeout Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-11 | fixup typos | Holger Levsen | 1 | -2/+2 | |
2017-01-11 | reproducible Debian: be more specific about problems | Holger Levsen | 1 | -1/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-08 | reproducible Debian: fix typo | Holger Levsen | 1 | -1/+1 | |
2016-10-17 | reproducible debian: make python sql more sqlite/postgres agnostic | Valerie R Young | 1 | -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-01 | reproducible Debian: link available artifacts from breakages page | Holger Levsen | 1 | -0/+1 | |
2016-09-29 | reproducible Debian: don't try to delete directories when removing obsolete ↵ | Holger Levsen | 1 | -4/+5 | |
history pages | |||||
2016-09-29 | reproducible Debian: remove history pages which should not been there ↵ | Holger Levsen | 1 | -2/+3 | |
(usually because the package has been removed) | |||||
2016-09-29 | reproducible Debian: refactor | Holger Levsen | 1 | -17/+20 | |
2016-09-29 | reproducible Debian: append unwanted history files to bad_files so that they ↵ | Holger Levsen | 1 | -0/+1 | |
can be shown | |||||
2016-09-29 | reproducible debian: count source packages on which diffoscope time outs or ↵ | Holger Levsen | 1 | -2/+10 | |
crashes so that we can graph that | |||||
2016-09-29 | reproducible debian: remove old files which should not be there | Holger Levsen | 1 | -1/+2 | |
2016-09-29 | reproducible debian: ignore files which should not been there but are ↵ | Holger Levsen | 1 | -3/+3 | |
younger than a day | |||||
2016-08-18 | reproducible debian: fix breakage reports for rb-pkg pages | Valerie R Young | 1 | -2/+10 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-07-24 | reproducible debian: decouple navigation and page writing logic | Valerie R Young | 1 | -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-17 | reproducible debian: add main navigation highlighting to python pages | Valerie R Young | 1 | -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-21 | reproducible: breakages: also detect stale files of belonging to old package ↵ | Mattia Rizzolo | 1 | -5/+13 | |
versions Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-21 | reproducible: breakages: in alien_log(), correctly deal with different file ↵ | Mattia Rizzolo | 1 | -1/+8 | |
names with different splitting needs Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-21 | reproducible: breakages: remove dead code | Mattia Rizzolo | 1 | -31/+0 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-06-08 | reproducible debian: bug fix: only debian html belongs in tests.r-b.org/debian | Valerie R Young | 1 | -1/+1 | |
2016-06-08 | reproducible debian: update urls to include tests.r-b.org/debian directory | Valerie R Young | 1 | -1/+1 | |
2016-05-07 | s#http://anonscm.debian.org/cgit#https://anonscm.debian.org/git#g | Holger Levsen | 1 | -1/+1 | |
2016-01-21 | s#reproducible.debian.net#tests.reproducible-builds.org#g in many but not ↵ | Holger Levsen | 1 | -1/+1 | |
all places yet | |||||
2016-01-07 | reproducible: improve breakage description | Holger Levsen | 1 | -3/+4 | |
2016-01-07 | reproducible: sort breakges by package names foremost | Holger Levsen | 1 | -9/+9 | |
2015-12-07 | reproducible: rename debbindiff.(html|txt)(.gz|) files to diffoscope… files | Holger Levsen | 1 | -2/+2 | |
2015-10-09 | reproducible: _html_breakages: add a check to detect stale history pages. ↵ | Mattia Rizzolo | 1 | -0/+13 | |
Consider that currently nothing delete them automatically | |||||
2015-09-22 | reproducible: _breakages: wrap a a os.path call in a try/excpet to catch ↵ | Mattia Rizzolo | 1 | -5/+8 | |
FileNotFoundError and not choke on it | |||||
2015-09-22 | reproducible: ignore files which only exist for a short amount of time | Holger Levsen | 1 | -2/+6 | |
2015-09-22 | reproducible: improve language | Holger Levsen | 1 | -3/+3 | |
2015-09-22 | fix grammar | Holger Levsen | 1 | -1/+1 | |