summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
AgeCommit message (Collapse)AuthorFilesLines
2015-06-01reproducible: html_packages, breakages: use that pkg_has_rbuild function. ↵Mattia Rizzolo1-6/+4
Gain support for .gz rbuilds for free
2015-05-29reproducible: packages: enlarge the notify flag a bitMattia Rizzolo1-1/+1
2015-05-29reproducible: html_packages: replace the u'\u2691' with the char itself ↵Mattia Rizzolo1-1/+1
'⚑'. py 3.2 seems to grok it better
2015-05-29reproducible: packages: add a cool red flag for packages with notification ↵Mattia Rizzolo1-6/+13
enabled
2015-05-20reproducible: fix links to index_not_for_us.htmlHolger Levsen1-0/+2
2015-05-20reproducible: we do expect an rbuild even if the package is not-for-usMattia Rizzolo1-1/+1
2015-05-11reproducible: also add link to debian/controlHolger Levsen1-0/+1
2015-04-26Make the 'sources' link land to the version we are looking atJérémy Bobbio1-1/+1
2015-04-12reproducible: _html_packages: in the suite links, show the tested version ↵Mattia Rizzolo1-5/+7
and not the available version, if the package got already tested
2015-04-05fix grammarHolger Levsen1-1/+1
2015-03-20reproducible: output improvementsHolger Levsen1-2/+2
2015-03-20reproducible: html_packages: do not complain for missing buildlogs for ↵Mattia Rizzolo1-1/+1
not-for-us and blacklisted packages
2015-03-20reproducible: produce URLs in outputHolger Levsen1-4/+4
2015-03-20reproducible: html_package: complain laudly if there is no debbindiff for an ↵Mattia Rizzolo1-5/+8
unreproducible package, or there is no buildlog for a built package
2015-03-19reproducible: fix links for FTBR and untestedHolger Levsen1-3/+11
2015-03-19reproducible: turn icons for other suites into links tooHolger Levsen1-2/+2
2015-03-19reproducible: html_packages: add some <span class="avoidwrap"> to help the ↵Mattia Rizzolo1-11/+18
browser decide where to wrap the line, avoiding uglinesses like this word
2015-03-17reproducible: fix URL in output and reduce noiseHolger Levsen1-1/+1
2015-03-17reproducible: make output more specificHolger Levsen1-1/+1
2015-03-17reproducible: silenceHolger Levsen1-1/+1
2015-03-17reproducible: include suite/version in all package pagesHolger Levsen1-5/+6
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-1/+1
2015-03-14reproducible: quiet down outputHolger Levsen1-3/+3
2015-03-12reproducible: add whitespaceHolger Levsen1-1/+1
2015-03-11reproducible: fix status links to point to them in the right suiteHolger Levsen1-5/+5
2015-03-10reproducible: get rid off 'hello world'Holger Levsen1-1/+1
2015-03-07reproducible: html_packages: add a status icon next to the suite linkMattia Rizzolo1-5/+8
2015-03-07reproducible: html_packages: fixup e751895Mattia Rizzolo1-1/+2
2015-03-07reproducible: html_packages: generate the status icon/link instead of ↵Mattia Rizzolo1-4/+14
templating them, to avoid linking untested packages
2015-03-07reproducible: html_packages: use /index.html as a default view for the ↵Mattia Rizzolo1-1/+1
iframe, to print a nice hello world instead of an ungly 404 error
2015-03-07reproducible: html_packages: remove bug link from the header. they are: a) ↵Mattia Rizzolo1-19/+0
redundant b) misleading (by being udd-generated, thus lagged) c) we need the room occupied by them for suite links
2015-03-06reproducible: html_packages: build pages also for untested packages. Add ↵Mattia Rizzolo1-15/+22
another icon
2015-03-05reproducible: add suite links in the rb_pkg pagesMattia Rizzolo1-0/+24
2015-03-04reproducible: fix up some and/or boolean snafu from db2c181Mattia Rizzolo1-2/+2
2015-03-04reproducible: html_packages: stop assuming sid/amd64 if no suite/arch is ↵Mattia Rizzolo1-4/+18
passed to gen_packages_html. Instead, generate pages for all suites/arches
2015-03-03reproducible: common: add suites links in the header.Mattia Rizzolo1-1/+1
2015-03-02Revert "reproducible: only delete pkg file if it exists". Let's try a proper ↵Mattia Rizzolo1-3/+2
fix. This reverts commit 6e8ee698df54f33e53796077ead79d6ea0d878c5.
2015-03-02reproducible: html_packages: define variables in case of ENOENT. this avoids ↵Mattia Rizzolo1-1/+3
errors later
2015-03-02reproducible: only delete pkg file if it existsHolger Levsen1-2/+3
2015-03-02reproducible: html_packages: catch a ENOENT in purge_old_pages()Mattia Rizzolo1-2/+6
2015-03-01reproducible: html_packages: fix rbuild multiarch urlMattia Rizzolo1-2/+2
2015-03-01reproducible: html_packages: fix rbuild linkMattia Rizzolo1-2/+2
2015-03-01reproducible: move packages files under a suite-named directory, e.g. ↵Mattia Rizzolo1-14/+23
/rb-pkg/sid/
2015-03-01reproducible: move debbindiff files under a suite/arch-named directory, e.g. ↵Mattia Rizzolo1-2/+4
/dbd/sid/amd64
2015-03-01reproducible: move buildinfo files under a suite/arch-named directory, e.g. ↵Mattia Rizzolo1-3/+5
/buildinfo/sid/amd64
2015-03-01reproducible: move rbuild files under a suite/arch-named directory, e.g. ↵Mattia Rizzolo1-7/+9
/rbuild/sid/amd64
2015-02-27reproducible: html_packages: avoid calling strip_epoch() 6 times in the same ↵Mattia Rizzolo1-6/+7
function
2015-02-26reproducible: html_packages: update to a new database schema supporting ↵Mattia Rizzolo1-10/+15
multiple suites. yet, hardcode sid in purge_old_pages() and default to it in gen_packages_html()
2015-02-21reproducible: rename process_packages() to gen_packages_html()Holger Levsen1-2/+2
2015-02-15Might as well make "debian" a link too.Chris Lamb1-1/+2