summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
AgeCommit message (Expand)AuthorFilesLines
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 templat...Mattia Rizzolo1-4/+14
2015-03-07reproducible: html_packages: use /index.html as a default view for the iframe...Mattia Rizzolo1-1/+1
2015-03-07reproducible: html_packages: remove bug link from the header. they are: a) re...Mattia Rizzolo1-19/+0
2015-03-06reproducible: html_packages: build pages also for untested packages. Add anot...Mattia Rizzolo1-15/+22
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 pass...Mattia Rizzolo1-4/+18
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
2015-03-02reproducible: html_packages: define variables in case of ENOENT. this avoids ...Mattia Rizzolo1-1/+3
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. /rb-pkg...Mattia Rizzolo1-14/+23
2015-03-01reproducible: move debbindiff files under a suite/arch-named directory, e.g. ...Mattia Rizzolo1-2/+4
2015-03-01reproducible: move buildinfo files under a suite/arch-named directory, e.g. /...Mattia Rizzolo1-3/+5
2015-03-01reproducible: move rbuild files under a suite/arch-named directory, e.g. /rbu...Mattia Rizzolo1-7/+9
2015-02-27reproducible: html_packages: avoid calling strip_epoch() 6 times in the same ...Mattia Rizzolo1-6/+7
2015-02-26reproducible: html_packages: update to a new database schema supporting multi...Mattia Rizzolo1-10/+15
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
2015-02-15Drop extra whitespace here.Chris Lamb1-2/+2
2015-02-15Save some pixels by using faux shell expansion syntaxChris Lamb1-2/+2
2015-02-15Also link to debian/changelog; useful for seeing what the maintainer just cha...Chris Lamb1-0/+1
2015-02-09reproducible: credit Holger in *py scripts, as they are based on his work. + ...Mattia Rizzolo1-1/+2
2015-02-09Reverting the last two commitsMattia Rizzolo1-7/+3
2015-02-08reproducible: and you must try and try... and really better except properlyHolger Levsen1-3/+7
2015-02-06fix grammar: sb#builded#built#Holger Levsen1-1/+1
2015-02-04Revert "Revert "reproducible: link to tracker.debian.org instead to the old P...Holger Levsen1-1/+1
2015-02-04Revert "reproducible: link to tracker.debian.org instead to the old PTS, but ...Holger Levsen1-1/+1
2015-02-04reproducible: link to tracker.debian.org instead to the old PTS, but keep the...Holger Levsen1-1/+1
2015-01-24bin/reproducible_html_packages.py: be explicit about the time being UTCjosch1-1/+1
2015-01-19reproducible: _html_packages: better handling of exceptionsMattia Rizzolo1-1/+3
2015-01-19reproducible: forgot to remove some debug print()Mattia Rizzolo1-1/+0
2015-01-16reproducible: also move the import psycopg2 to _common.pyMattia Rizzolo1-3/+1
2015-01-16reproducible: return an empty string, not Null in gen_bugs_links()Mattia Rizzolo1-1/+1
2015-01-16reproducible: move some functions to _common.pyMattia Rizzolo1-91/+2
2015-01-16reproducible: html_packages: add gen_all_rb_pkg_pages()Mattia Rizzolo1-0/+6
2015-01-16reproducible: initial work to add bug information to rb pages. now add bugs n...Mattia Rizzolo1-1/+112
2015-01-15reproducible: add a pkg_has_buildinfo common function, to avoid code duplicationMattia Rizzolo1-1/+1
2015-01-15reproducible: change the way the footpage info are passed. Add html_foot_page...Mattia Rizzolo1-1/+1
2015-01-14pbuilder: html_packages: strip out epoch also for debbindiff filesMattia Rizzolo1-2/+2
2015-01-14pbuilder: html_packages: strip out epoch also xfor buildinfo filesMattia Rizzolo1-2/+2
2015-01-13reproducible: common.sh: split packages list in chunk of 100 items to avoid "...Mattia Rizzolo1-2/+3