Age | Commit message (Expand) | Author | Files | Lines |
2015-09-18 | reproducible: fix language | Holger Levsen | 1 | -1/+1 |
2015-09-11 | Support meta-refresh header | Chris Lamb | 1 | -2/+6 |
2015-09-10 | reproducible: common.py: fixup syntax from 80fc439 | Mattia Rizzolo | 1 | -1/+1 |
2015-09-10 | reproducible: create arch specific schedule pages | Holger Levsen | 1 | -1/+1 |
2015-09-06 | reproducible: fix pkg_has_buildinfo() to work with any arch | Holger Levsen | 1 | -1/+1 |
2015-08-31 | reproducible: fix armhf navigation links | Holger Levsen | 1 | -1/+1 |
2015-08-30 | reproducible: refactor | Holger Levsen | 1 | -6/+2 |
2015-08-29 | b/reproducible_common.py: Make trailing bug icons HTML anchors. | Chris Lamb | 1 | -0/+2 |
2015-08-27 | reproducible: fix link target | Holger Levsen | 1 | -1/+1 |
2015-08-26 | reproducible: change link names from "$arch" to "arch: $arch" | Holger Levsen | 1 | -2/+2 |
2015-08-26 | reproducible: correctly link index_suite_$ARCH_stats | Holger Levsen | 1 | -1/+1 |
2015-08-26 | reproducible: only link to suites that are tested on armhf (and two whitespac... | Holger Levsen | 1 | -3/+5 |
2015-08-22 | reproducible: completely refactor the package pages. Really thanks to Ulrike ... | Mattia Rizzolo | 1 | -6/+11 |
2015-08-20 | reproducible: fix syntax | Mattia Rizzolo | 1 | -1/+1 |
2015-08-19 | reproducible fixup | Holger Levsen | 1 | -2/+2 |
2015-08-19 | reproducible: add links to (the) other archs | Holger Levsen | 1 | -0/+4 |
2015-08-18 | reproducible: enable armhf | Holger Levsen | 1 | -1/+1 |
2015-08-17 | reproducible: common.py: nest try/except clauses to really catch every possib... | Mattia Rizzolo | 1 | -17/+18 |
2015-08-17 | reproducible: common.py: catch psycopg2.OperationalError when the connection ... | Mattia Rizzolo | 1 | -0/+9 |
2015-08-17 | reproducible: common.py: set a connection timeout of 5 seconds for udd connec... | Mattia Rizzolo | 1 | -1/+2 |
2015-08-17 | reproducible: common.py: use the keyword syntax instead of libpq string to co... | Mattia Rizzolo | 1 | -4/+6 |
2015-08-15 | reproducible: common: add classes Package, Build, Bug, Issue, Note, NotedPkg ... | Mattia Rizzolo | 1 | -1/+131 |
2015-08-09 | reproducible: common: not so much debug output in get_bugs() | Mattia Rizzolo | 1 | -1/+0 |
2015-08-07 | reproducible: also find pending bugs and mark them with a brown P in the pages | Mattia Rizzolo | 1 | -6/+20 |
2015-08-02 | reproducible: fix grammar: s#arches#archs# | Holger Levsen | 1 | -2/+2 |
2015-08-02 | reproducible: sort 404 before blacklisted in the UI | Holger Levsen | 1 | -4/+4 |
2015-08-02 | reproducible: add index_depwait to the UI | Holger Levsen | 1 | -2/+7 |
2015-08-01 | reproducible: add a new status, "depwait", where package failing to install t... | Mattia Rizzolo | 1 | -0/+1 |
2015-07-23 | reproducible move the bcolors class to _common.py | Mattia Rizzolo | 1 | -0/+10 |
2015-07-23 | reproducible: _common.py: print starting, ending and execution time | Mattia Rizzolo | 1 | -0/+9 |
2015-07-10 | provide /reproducible-tracker.json, see #785531 | Holger Levsen | 1 | -0/+1 |
2015-07-08 | reproducible: common.py: save the number of UDD queries by doing only a singl... | Mattia Rizzolo | 1 | -49/+12 |
2015-07-08 | reproducible: common.py: don't query for bugs if that information is already ... | Mattia Rizzolo | 1 | -2/+7 |
2015-07-08 | reproducible: common,html_packages: add a --ignore-missing-files, to suppress... | Mattia Rizzolo | 1 | -0/+4 |
2015-07-05 | reproducible: also save the --text output of debbindiff | Mattia Rizzolo | 1 | -0/+4 |
2015-07-05 | reproducible: common.py: add DIFFS_{URI,PATH} | Mattia Rizzolo | 1 | -0/+4 |
2015-07-04 | reproducible: common.py: drop ftbfs_due_to_obsolete_dependencies from filtere... | Mattia Rizzolo | 1 | -2/+1 |
2015-07-04 | reproducible: common: get_trailing_bug_icon(): do not create creepy html when... | Mattia Rizzolo | 1 | -0/+2 |
2015-06-27 | reproducible: also filter the issues ftbfs_wdatetime and ftbfs_wdatetime_due_... | Mattia Rizzolo | 1 | -0/+2 |
2015-06-17 | reproducible: filter out ftbfs_due_to_root_username from ftbfs issues | Mattia Rizzolo | 1 | -1/+8 |
2015-06-13 | reproducible: add 'ftbfs_due_to_obsolete_dependencies' and 'ftbfs_due_to_virt... | Holger Levsen | 1 | -1/+1 |
2015-06-12 | reproducible: *.py: from datetime import datetime, timedelta instead of all d... | Mattia Rizzolo | 1 | -2/+2 |
2015-06-02 | reproducible: add title tag to the notify icon for the unicode impaired | Holger Levsen | 1 | -1/+1 |
2015-06-01 | reproducible: refactor and sort notify before dd-list | Holger Levsen | 1 | -1/+1 |
2015-06-01 | reproducible: add link to new index_notify page | Holger Levsen | 1 | -0/+1 |
2015-06-01 | reproducible: common: add LOGS_URI and LOGS_PATH, poiting at /logs | Mattia Rizzolo | 1 | -0/+4 |
2015-06-01 | reproducible: common: add a pkg_has_rbuild function, trying to reduce code du... | Mattia Rizzolo | 1 | -1/+19 |
2015-05-29 | reproducible: common.py: set DEBUG=True when debug is active | Mattia Rizzolo | 1 | -0/+1 |
2015-05-18 | reproducible: improve bug indicators for packages | Holger Levsen | 1 | -4/+6 |
2015-05-17 | remove timestamps_from_cpp_macros from filtered FTBFS issues | Holger Levsen | 1 | -1/+1 |