summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
AgeCommit message (Collapse)AuthorFilesLines
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