Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-15 | reproducible: fix all users of gen_packages_html() after the refactoring of it | Mattia Rizzolo | 1 | -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-02 | reproducible: fix grammar: s#arches#archs# | Holger Levsen | 1 | -1/+1 | |
2015-03-20 | reproducible: html_all_packages: rebuild pages for all arches | Mattia Rizzolo | 1 | -1/+2 | |
2015-03-20 | reproducible: html_all_pages: purge_old_pages() only once, at the end, no ↵ | Mattia Rizzolo | 1 | -2/+3 | |
once per suite | |||||
2015-03-20 | Revert "reproducible: complain about unreproducible packages without ↵ | Holger Levsen | 1 | -15/+1 | |
debbindiff output. Thanks mapreri for the patch" This reverts commit 2cc427ef8824dc65b019503dd9dd986c0e213633. | |||||
2015-03-20 | reproducible: complain about unreproducible packages without debbindiff ↵ | Holger Levsen | 1 | -1/+15 | |
output. Thanks mapreri for the patch | |||||
2015-02-26 | reproducible: html_all_packages: quick rewrite of this tiny script in python ↵ | Mattia Rizzolo | 1 | -0/+19 | |
+ add support for multi release |