summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
AgeCommit message (Expand)AuthorFilesLines
2015-03-03reproducible: pkg_sets page is suite+arch specificHolger Levsen1-1/+1
2015-03-03reproducible: common.py: drop all the general querying + log.info done while ...Mattia Rizzolo1-33/+0
2015-03-03reproducible: common: write the introductory stats sentence only on the main ...Mattia Rizzolo1-10/+0
2015-03-03reproducible: common: fixup last commit, missing a slashMattia Rizzolo1-1/+1
2015-03-03reproducible: common: add suites links in the header.Mattia Rizzolo1-2/+8
2015-03-03reproducible: correct urlHolger Levsen1-1/+1
2015-03-02reproducible: temporarily hardcode some moreHolger Levsen1-1/+1
2015-03-02reproducible: new page: stats (and split previous stats page into suite_stats)Holger Levsen1-2/+3
2015-03-02reproducible: more suite related navigation fixesHolger Levsen1-1/+1
2015-03-02reproducible: common.py: use directory-relative urls for index pages which su...Mattia Rizzolo1-10/+10
2015-03-01reproducible: enable testing experimental.Mattia Rizzolo1-1/+1
2015-03-01reproducible: common: pkg_has_buildinfo(): fix multiarch urlMattia Rizzolo1-1/+1
2015-03-01reproducible: move buildinfo files under a suite/arch-named directory, e.g. /...Mattia Rizzolo1-2/+2
2015-03-01reproducible: common: update pkg_has_buildinfo to the new db schema + support...Mattia Rizzolo1-2/+5
2015-03-01reproducible: common: catch OSError EEXISTS while creating directories in wri...Mattia Rizzolo1-1/+6
2015-02-27reproducible: common: add the array containing tested architectures (only amd...Mattia Rizzolo1-0/+2
2015-02-26reproducible: common: update the init querying to the new schema, querying da...Mattia Rizzolo1-5/+11
2015-02-26reproducible: common: add the array containing tested suites (only sid for now)Mattia Rizzolo1-0/+3
2015-02-23reproducible: new page 'repo_stats'Holger Levsen1-0/+1
2015-02-18reproducible: common.py: catch errors in query_db() and print the guilty queryMattia Rizzolo1-1/+5
2015-02-18reproducible: commmon: do not fail here if the database is new. Jobs will fai...Mattia Rizzolo1-6/+20
2015-02-18reproducible: common: also commit() changes to the db in query_db()Mattia Rizzolo1-0/+1
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