summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_all_packages.py
AgeCommit message (Collapse)AuthorFilesLines
2015-08-15reproducible: fix all users of gen_packages_html() after the refactoring of itMattia Rizzolo1-6/+2
notable changes: * gen_packages_html() in common.sh got renamed to the singular version gen_package_html() and now accept only one argument (a package name) + thus reproducible_blacklist.sh got fixed to pass one package at time + this greatly semplify the code, by removing *a lot* of crappy code * _html_all_packages.py really becomed a 2-liner, with part of its login being now either in _html_packages.py or removed.
2015-08-02reproducible: fix grammar: s#arches#archs#Holger Levsen1-1/+1
2015-03-20reproducible: html_all_packages: rebuild pages for all archesMattia Rizzolo1-1/+2
2015-03-20reproducible: html_all_pages: purge_old_pages() only once, at the end, no ↵Mattia Rizzolo1-2/+3
once per suite
2015-03-20Revert "reproducible: complain about unreproducible packages without ↵Holger Levsen1-15/+1
debbindiff output. Thanks mapreri for the patch" This reverts commit 2cc427ef8824dc65b019503dd9dd986c0e213633.
2015-03-20reproducible: complain about unreproducible packages without debbindiff ↵Holger Levsen1-1/+15
output. Thanks mapreri for the patch
2015-02-26reproducible: html_all_packages: quick rewrite of this tiny script in python ↵Mattia Rizzolo1-0/+19
+ add support for multi release