summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
AgeCommit message (Collapse)AuthorFilesLines
2015-05-17reproducible: include filtered ftbfs issues in the .json outputHolger Levsen1-0/+11
2015-05-11reproducible: split notes and no_notes pages into suite specific onesHolger Levsen1-2/+2
2015-05-03reproducible: move the code to call kgb and relay messagess to common.pyMattia Rizzolo1-0/+7
2015-05-03reproducible: common.py: do not fail when non-recognized option are passedMattia Rizzolo1-1/+1
2015-04-29move all reproducible public stuff under ↵Mattia Rizzolo1-1/+1
/var/lib/jenkins/userContent/reproducible
2015-04-21reproducible: common.py: add a link_packages() function, exact plural of ↵Mattia Rizzolo1-0/+8
link_package()
2015-04-21reproducible: common.py: speed up the import by initializing the udd ↵Mattia Rizzolo1-2/+7
connection inside get_bugs() (current unique user of udd)
2015-04-21reproducible: common: add a \n after every package linkMattia Rizzolo1-1/+1
2015-04-13reproducible: common: explicit encoding when writing the html files. somehow ↵Mattia Rizzolo1-1/+1
this broke recently, and it start using ANSI_X3.4-1968 (o.O)
2015-04-13reproducible: common: add link_package() which given a package ↵Mattia Rizzolo1-1/+29
name/suite/arch returns html
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 ↵Mattia Rizzolo1-6/+1
one or two digits
2015-03-19reproducible: refactor, introduce defaultsuite+arch, fix broken links on ↵Holger Levsen1-15/+17
/issues/ pages to index pages..
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 ↵Mattia Rizzolo1-0/+19
close/with-patch
2015-03-06reproducible: html_packages: build pages also for untested packages. Add ↵Mattia Rizzolo1-0/+1
another icon
2015-03-06reproducible: common.py generate navigation links, instead of templating ↵Mattia Rizzolo1-17/+24
them. This allows way more flexibility
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 ↵Holger Levsen1-2/+1
link target name
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 ↵Mattia Rizzolo1-5/+0
did not produce .buildinfo files
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
loading the machinary. they are not really needed
2015-03-03reproducible: common: write the introductory stats sentence only on the main ↵Mattia Rizzolo1-10/+0
page and in the stats one
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 ↵Mattia Rizzolo1-10/+10
suite/arch-relative
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
/buildinfo/sid/amd64
2015-03-01reproducible: common: update pkg_has_buildinfo to the new db schema + ↵Mattia Rizzolo1-2/+5
support multi-suite/architecture (defaulting to sid/amd64)
2015-03-01reproducible: common: catch OSError EEXISTS while creating directories in ↵Mattia Rizzolo1-1/+6
write_html_page()
2015-02-27reproducible: common: add the array containing tested architectures (only ↵Mattia Rizzolo1-0/+2
amd64 for now)