Age | Commit message (Expand) | Author | Files | Lines |
2015-03-01 | reproducible: enable testing experimental. | Mattia Rizzolo | 1 | -1/+1 |
2015-03-01 | reproducible: common: pkg_has_buildinfo(): fix multiarch url | Mattia Rizzolo | 1 | -1/+1 |
2015-03-01 | reproducible: move buildinfo files under a suite/arch-named directory, e.g. /... | Mattia Rizzolo | 1 | -2/+2 |
2015-03-01 | reproducible: common: update pkg_has_buildinfo to the new db schema + support... | Mattia Rizzolo | 1 | -2/+5 |
2015-03-01 | reproducible: common: catch OSError EEXISTS while creating directories in wri... | Mattia Rizzolo | 1 | -1/+6 |
2015-02-27 | reproducible: common: add the array containing tested architectures (only amd... | Mattia Rizzolo | 1 | -0/+2 |
2015-02-26 | reproducible: common: update the init querying to the new schema, querying da... | Mattia Rizzolo | 1 | -5/+11 |
2015-02-26 | reproducible: common: add the array containing tested suites (only sid for now) | Mattia Rizzolo | 1 | -0/+3 |
2015-02-23 | reproducible: new page 'repo_stats' | Holger Levsen | 1 | -0/+1 |
2015-02-18 | reproducible: common.py: catch errors in query_db() and print the guilty query | Mattia Rizzolo | 1 | -1/+5 |
2015-02-18 | reproducible: commmon: do not fail here if the database is new. Jobs will fai... | Mattia Rizzolo | 1 | -6/+20 |
2015-02-18 | reproducible: common: also commit() changes to the db in query_db() | Mattia Rizzolo | 1 | -0/+1 |
2015-02-16 | reproducible: sort pkg_stats before stats | Holger Levsen | 1 | -1/+1 |
2015-02-16 | reproducible: fixup 3ae0af9 | Mattia Rizzolo | 1 | -1/+1 |
2015-02-16 | reproducible: common, correctly use '#' for bugs without patch in get_trailin... | Mattia Rizzolo | 1 | -1/+1 |
2015-02-16 | reproducible: remove superflous debug print()s | Mattia Rizzolo | 1 | -2/+0 |
2015-02-16 | Fix typo | Reiner Herrmann | 1 | -1/+1 |
2015-02-15 | reproducible: common: speed up get_bugs() by creating two bugs_have_patches()... | Mattia Rizzolo | 1 | -5/+30 |
2015-02-15 | reproducible: move get_trailing_icon() from _html_notes to common | Mattia Rizzolo | 1 | -0/+16 |
2015-02-15 | reproducible: common: add a package_has_notes() function | Mattia Rizzolo | 1 | -0/+8 |
2015-02-15 | reproducible: common: handle the case where print_critical_message has to pri... | Mattia Rizzolo | 1 | -2/+5 |
2015-02-14 | reproducible: add a new index_no_notes page, listing packages without any not... | Mattia Rizzolo | 1 | -0/+1 |
2015-02-09 | reproducible: credit Holger in *py scripts, as they are based on his work. + ... | Mattia Rizzolo | 1 | -1/+2 |
2015-02-09 | reproducible: UDD is not critical in this infrastucture, let it fail nicely a... | Mattia Rizzolo | 1 | -3/+22 |
2015-02-09 | Reverting the last two commits | Mattia Rizzolo | 1 | -2/+1 |
2015-02-08 | reproducible: and you must try and try... and really better except properly | Holger Levsen | 1 | -1/+2 |
2015-02-08 | reproducible: initialize udd db connection only when also querying udd | Holger Levsen | 1 | -1/+1 |
2015-02-03 | reproducible: add 'and others' to copyright notice | Holger Levsen | 1 | -1/+1 |
2015-01-19 | reproducible: _html_packages: better handling of exceptions | Mattia Rizzolo | 1 | -1/+7 |
2015-01-17 | reproducible: fix typo in a template | Mattia Rizzolo | 1 | -1/+1 |
2015-01-16 | reproducible: add some infos for the user about the # and | Mattia Rizzolo | 1 | -3/+5 |
2015-01-16 | reproducible: drop more /userContent things from urls, they are not needed an... | Mattia Rizzolo | 1 | -7/+7 |
2015-01-16 | reproducible: also move the import psycopg2 to _common.py | Mattia Rizzolo | 1 | -1/+2 |
2015-01-16 | reproducible: move some functions to _common.py | Mattia Rizzolo | 1 | -3/+85 |
2015-01-15 | reproducible: stop treating creating .buildinfo files specially (as every bui... | Holger Levsen | 1 | -21/+4 |
2015-01-15 | reproducible: add a pkg_has_buildinfo common function, to avoid code duplication | Mattia Rizzolo | 1 | -2/+19 |
2015-01-15 | reproducible: change the way the footpage info are passed. Add html_foot_page... | Mattia Rizzolo | 1 | -4/+14 |
2015-01-14 | pbuilder: common.py: strip out epoch also when checking for buildinfo while l... | Mattia Rizzolo | 1 | -1/+2 |
2015-01-13 | reproducible: use /var/lib/jenkins/reproducible.db instead of the userContent... | Mattia Rizzolo | 1 | -1/+1 |
2015-01-11 | reproducible: common: add a strip_epoch() function | Mattia Rizzolo | 1 | -0/+15 |
2015-01-11 | reproducible: fix typo in a comment | Mattia Rizzolo | 1 | -1/+1 |
2015-01-11 | reproducible: set a correct comment in the heads of *py scripts | Mattia Rizzolo | 1 | -2/+3 |
2015-01-11 | reproducible: common forgot a slash in ISSUES_URI... | Mattia Rizzolo | 1 | -1/+1 |
2015-01-11 | reproducible: common.py: add join_status_icon() | Mattia Rizzolo | 1 | -0/+24 |
2015-01-11 | reproducible: common.py: make possible to do not write the very last footer i... | Mattia Rizzolo | 1 | -2/+5 |
2015-01-11 | reproducible: common.py: add a bunch of new variables | Mattia Rizzolo | 1 | -3/+15 |
2015-01-09 | fixup previous commit, thanks mapreri, handing back the tissue | Holger Levsen | 1 | -1/+1 |
2015-01-09 | reproducible: extend copyright to 2015 (but not plainly to current year) | Holger Levsen | 1 | -2/+2 |
2015-01-09 | reproducible: use only one digit for percent | Holger Levsen | 1 | -2/+2 |
2015-01-09 | reproducible: update links after apache change. strip the leading /userConten... | Mattia Rizzolo | 1 | -22/+22 |