summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Chris Lamb1-0/+1
changed.
2015-02-09reproducible: credit Holger in *py scripts, as they are based on his work. + ↵Mattia Rizzolo1-1/+2
change license GPL-2+ → GPL-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 ↵Holger Levsen1-1/+1
PTS, but keep the link title 'PTS', at least for now"" This reverts commit 1b11b4620a3a6b0caf7b6fd7a5f44101c1569f44.
2015-02-04Revert "reproducible: link to tracker.debian.org instead to the old PTS, but ↵Holger Levsen1-1/+1
keep the link title 'PTS', at least for now" This reverts commit 7217f26d12593c07cb7ec51df02f5489f5d77e1f.
2015-02-04reproducible: link to tracker.debian.org instead to the old PTS, but keep ↵Holger Levsen1-1/+1
the link title 'PTS', at least for now
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 ↵Mattia Rizzolo1-1/+112
number to /rb-pkg/* heads
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 ↵Mattia Rizzolo1-1/+1
html_foot_page_buildinfo_note template
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
"Argument list too long" error
2015-01-13Add missing id to package iframeJérémy Bobbio1-1/+1
2015-01-13UX fixes for reproducible package pagesLunar1-2/+2
2015-01-11reproducible: html_packages: use de-epoched version also in the rbuild linkMattia Rizzolo1-15/+13
This change also made the rbuild link "optional": it will be displayed only if there is a rbuild file.
2015-01-11reproducible: html_packages: do not consider the epoch while looking for ↵Mattia Rizzolo1-1/+1
rbuild log
2015-01-11reproducible: catch OSError instead of FileNotFoundError (it's a 3.3 ↵Mattia Rizzolo1-1/+1
feature, not present in wheezy)
2015-01-11reproducible: set a correct comment in the heads of *py scriptsMattia Rizzolo1-4/+5
2015-01-11reproducible: html_packages: output a error if the file size is larger than ↵Mattia Rizzolo1-1/+4
1 GB + drop bigger units
2015-01-11reproducible: add reproducible_html_packages.pyMattia Rizzolo1-0/+155