summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
AgeCommit message (Expand)AuthorFilesLines
2015-02-16reproducible: sort pkg_stats before statsHolger Levsen1-1/+1
2015-02-16reproducible: fixup 3ae0af9Mattia Rizzolo1-1/+1
2015-02-16reproducible: common, correctly use '#' for bugs without patch in get_trailin...Mattia Rizzolo1-1/+1
2015-02-16reproducible: remove superflous debug print()sMattia Rizzolo1-2/+0
2015-02-16Fix typoReiner Herrmann1-1/+1
2015-02-15reproducible: common: speed up get_bugs() by creating two bugs_have_patches()...Mattia Rizzolo1-5/+30
2015-02-15reproducible: move get_trailing_icon() from _html_notes to commonMattia Rizzolo1-0/+16
2015-02-15reproducible: common: add a package_has_notes() functionMattia Rizzolo1-0/+8
2015-02-15reproducible: common: handle the case where print_critical_message has to pri...Mattia Rizzolo1-2/+5
2015-02-14reproducible: add a new index_no_notes page, listing packages without any not...Mattia Rizzolo1-0/+1
2015-02-09reproducible: credit Holger in *py scripts, as they are based on his work. + ...Mattia Rizzolo1-1/+2
2015-02-09reproducible: UDD is not critical in this infrastucture, let it fail nicely a...Mattia Rizzolo1-3/+22
2015-02-09Reverting the last two commitsMattia Rizzolo1-2/+1
2015-02-08reproducible: and you must try and try... and really better except properlyHolger Levsen1-1/+2
2015-02-08reproducible: initialize udd db connection only when also querying uddHolger Levsen1-1/+1
2015-02-03reproducible: add 'and others' to copyright noticeHolger Levsen1-1/+1
2015-01-19reproducible: _html_packages: better handling of exceptionsMattia Rizzolo1-1/+7
2015-01-17reproducible: fix typo in a templateMattia Rizzolo1-1/+1
2015-01-16reproducible: add some infos for the user about the # andMattia Rizzolo1-3/+5
2015-01-16reproducible: drop more /userContent things from urls, they are not needed an...Mattia Rizzolo1-7/+7
2015-01-16reproducible: also move the import psycopg2 to _common.pyMattia Rizzolo1-1/+2
2015-01-16reproducible: move some functions to _common.pyMattia Rizzolo1-3/+85
2015-01-15reproducible: stop treating creating .buildinfo files specially (as every bui...Holger Levsen1-21/+4
2015-01-15reproducible: add a pkg_has_buildinfo common function, to avoid code duplicationMattia Rizzolo1-2/+19
2015-01-15reproducible: change the way the footpage info are passed. Add html_foot_page...Mattia Rizzolo1-4/+14
2015-01-14pbuilder: common.py: strip out epoch also when checking for buildinfo while l...Mattia Rizzolo1-1/+2
2015-01-13reproducible: use /var/lib/jenkins/reproducible.db instead of the userContent...Mattia Rizzolo1-1/+1
2015-01-11reproducible: common: add a strip_epoch() functionMattia Rizzolo1-0/+15
2015-01-11reproducible: fix typo in a commentMattia Rizzolo1-1/+1
2015-01-11reproducible: set a correct comment in the heads of *py scriptsMattia Rizzolo1-2/+3
2015-01-11reproducible: common forgot a slash in ISSUES_URI...Mattia Rizzolo1-1/+1
2015-01-11reproducible: common.py: add join_status_icon()Mattia Rizzolo1-0/+24
2015-01-11reproducible: common.py: make possible to do not write the very last footer i...Mattia Rizzolo1-2/+5
2015-01-11reproducible: common.py: add a bunch of new variablesMattia Rizzolo1-3/+15
2015-01-09fixup previous commit, thanks mapreri, handing back the tissueHolger Levsen1-1/+1
2015-01-09reproducible: extend copyright to 2015 (but not plainly to current year)Holger Levsen1-2/+2
2015-01-09reproducible: use only one digit for percentHolger Levsen1-2/+2
2015-01-09reproducible: update links after apache change. strip the leading /userConten...Mattia Rizzolo1-22/+22
2015-01-08fix typoHolger Levsen1-1/+1
2015-01-08reproducible: fix TypeError with wheezy's pythonMattia Rizzolo1-2/+2
2015-01-08reproducible: html.py: fix html indentationMattia Rizzolo1-59/+68
2015-01-08reproducible: typo in RB_PKG_URI s/usrtContent/userContent/Mattia Rizzolo1-1/+1
2015-01-08reproducible: _html_note.py: use a nicer format for loggingMattia Rizzolo1-18/+23
2015-01-08reproducible: add reproducible_{common,html_notes}.py. "equivalent" of their ...Mattia Rizzolo1-0/+191