Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-05-17 | reproducible: include filtered ftbfs issues in the .json output | Holger Levsen | 1 | -0/+11 |
2015-05-11 | reproducible: split notes and no_notes pages into suite specific ones | Holger Levsen | 1 | -2/+2 |
2015-05-03 | reproducible: move the code to call kgb and relay messagess to common.py | Mattia Rizzolo | 1 | -0/+7 |
2015-05-03 | reproducible: common.py: do not fail when non-recognized option are passed | Mattia Rizzolo | 1 | -1/+1 |
2015-04-29 | move all reproducible public stuff under /var/lib/jenkins/userContent/reprodu... | Mattia Rizzolo | 1 | -1/+1 |
2015-04-21 | reproducible: common.py: add a link_packages() function, exact plural of link... | Mattia Rizzolo | 1 | -0/+8 |
2015-04-21 | reproducible: common.py: speed up the import by initializing the udd connecti... | Mattia Rizzolo | 1 | -2/+7 |
2015-04-21 | reproducible: common: add a \n after every package link | Mattia Rizzolo | 1 | -1/+1 |
2015-04-13 | reproducible: common: explicit encoding when writing the html files. somehow ... | Mattia Rizzolo | 1 | -1/+1 |
2015-04-13 | reproducible: common: add link_package() which given a package name/suite/arc... | Mattia Rizzolo | 1 | -1/+29 |
2015-03-28 | reproducible: fix links to index_not_for_us.html | Holger Levsen | 1 | -0/+2 |
2015-03-24 | reproducible: fix strip_epoch() where I silly assume epochs can only have one... | Mattia Rizzolo | 1 | -6/+1 |