summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
AgeCommit message (Expand)AuthorFilesLines
2015-03-28reproducible: fix links to index_not_for_us.htmlHolger Levsen1-0/+2
2015-03-24reproducible: fix strip_epoch() where I silly assume epochs can only have one...Mattia Rizzolo1-6/+1
2015-03-19reproducible: refactor, introduce defaultsuite+arch, fix broken links on /iss...Holger Levsen1-15/+17
2015-03-17reproducible: dd-lists are not arch specificHolger Levsen1-1/+1
2015-03-16reproducible: deterministic link orderHolger Levsen1-5/+1
2015-03-16reproducible: rename page from repo_stats to repositoriesHolger Levsen1-1/+1
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-4/+4
2015-03-14reproducible: switch order of suites to testing, sid, experimentalHolger Levsen1-1/+1
2015-03-13reproducible: set sqlite3 timeout to 60sHolger Levsen1-1/+1
2015-03-12reproducible: drop well known FIXME noteHolger Levsen1-1/+1
2015-03-11reproducible: test new suite: 'testing'Holger Levsen1-1/+1
2015-03-10reproducible: merge suite specific schedule pages into single global oneHolger Levsen1-1/+1
2015-03-07reproducible: notes: add a +/# sign after bug numbers, if they are close/with...Mattia Rizzolo1-0/+19
2015-03-06reproducible: html_packages: build pages also for untested packages. Add anot...Mattia Rizzolo1-0/+1
2015-03-06reproducible: common.py generate navigation links, instead of templating them...Mattia Rizzolo1-17/+24
2015-03-06reproducible: common move the generation of suite links to a separate functionMattia Rizzolo1-16/+20
2015-03-06fix typoHolger Levsen1-1/+1
2015-03-06reproducible: link pkg sets from default suite from all viewsHolger Levsen1-1/+2
2015-03-05reproducible: only link to pkg sets if suite != experimentalHolger Levsen1-1/+6
2015-03-05reproducible: deal with global pagesHolger Levsen1-1/+4
2015-03-05reproducible: fix link title to current suite if suite != sid, also unify lin...Holger Levsen1-2/+1
2015-03-05reproducible: make wiki links open in a new tabHolger Levsen1-1/+1
2015-03-05reproducible: link wiki more visiblyHolger Levsen1-0/+1
2015-03-04reproducible: common: drop another leftover of the era where some packages di...Mattia Rizzolo1-5/+0
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