Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-29 | reproducible: link to https://reproducible-builds.org/howto/ instead of ↵ | Holger Levsen | 1 | -1/+1 | |
rb.d.n/howto/ | |||||
2015-08-27 | b/reproducible_html_packages: Drop space between image and text link | Chris Lamb | 1 | -8/+12 | |
As it appears with an annoying spurious underline when you hover your mouse over it.. | |||||
2015-08-25 | reproducible: don't create links to page we are on | Holger Levsen | 1 | -2/+4 | |
2015-08-25 | reproducible: add whitespace | Holger Levsen | 1 | -1/+1 | |
2015-08-25 | reproducible: improve look | Holger Levsen | 1 | -2/+2 | |
2015-08-25 | reproducible: include the the package version in the suite links | Holger Levsen | 1 | -2/+2 | |
2015-08-25 | reproducible: clarify link target | Holger Levsen | 1 | -1/+1 | |
2015-08-25 | reproducible improve rb-pkg pages style. Thanks to AGWA | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-24 | reproducible: Don't open external resources in our iframe | Chris Lamb | 1 | -7/+7 | |
It's considered poor web etiquette to hijack links to cross-domain resources - the default "click" should take me to, eg. bugs.debian.org, and it can be quite annoying when it doesn't and I need to renavigate to get the URL, etc. Futhermore, when the iframe goes away we will have this behaviour anyway, so not only can we do the right thing now, we can avoid changing habits in the future after people are used or working around it. Signed-off-by: Chris Lamb <lamby@debian.org> | |||||
2015-08-22 | reproducible: only show links to unstable/armhf | Holger Levsen | 1 | -2/+2 | |
2015-08-22 | reproducible: html_packages: don't link armhf pages in amd64 ones | Mattia Rizzolo | 1 | -2/+4 | |
2015-08-22 | reproducible: html_packages: fix syntax | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-22 | reproducible: completely refactor the package pages. Really thanks to Ulrike ↵ | Mattia Rizzolo | 1 | -80/+99 | |
Uhlig <u@451f.org> for the great help! | |||||
2015-08-15 | reproducible: s#debbindiff#diffoscope#g in most of the output | Holger Levsen | 1 | -1/+1 | |
2015-08-15 | reproducible: _html_packages: add architecture qualifier after the current ↵ | Mattia Rizzolo | 1 | -1/+2 | |
suite name | |||||
2015-08-15 | reproducible: _html_packages: improve gen_suites_links() for multiple ↵ | Mattia Rizzolo | 1 | -24/+20 | |
architecture support | |||||
2015-08-15 | reproducible: html_packages: convert gen_suite_links() to the new objects ↵ | Mattia Rizzolo | 1 | -18/+11 | |
instead of db quering | |||||
2015-08-15 | reproducible: fix all users of gen_packages_html() after the refactoring of it | Mattia Rizzolo | 1 | -5/+7 | |
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-15 | reproducible: html_packages: refactor gen_packages_html() to use the new ↵ | Mattia Rizzolo | 1 | -79/+38 | |
Package class This include some refactoring that change the interface, mainly: * it does not care anymore about suites/architectures, it always builds for all suites/architectures (it's only 0.122 for one package with no_clean=True) + this allows to remove *a lot* of crappy code * it expects a list of Package instances, no more of strings (package names) * check_package_status() got removed (as incorporated into the class) This breaks quite everything, still need to update all the users of this function. | |||||
2015-08-08 | reproducible: _html_packages: do not hardcode amd64 in buildinfo filename | Mattia Rizzolo | 1 | -2/+2 | |
2015-08-07 | reproducible: _html_packages: do not complain about missing .buildinfo files ↵ | Mattia Rizzolo | 1 | -2/+2 | |
for depwait and 404 packages | |||||
2015-08-02 | reproducible: fix grammar: s#arches#archs# | Holger Levsen | 1 | -2/+2 | |
2015-07-08 | reproducible: html_{notes,packages}: avoid collecting garbage 3 times in a ↵ | Mattia Rizzolo | 1 | -1/+3 | |
row. One is enough | |||||
2015-07-08 | reproducible: common,html_packages: add a --ignore-missing-files, to ↵ | Mattia Rizzolo | 1 | -4/+5 | |
suppress those warnings and be able to test stuff outside jenkins where i don't have all the log files | |||||
2015-07-05 | reproducible: also save the --text output of debbindiff | Mattia Rizzolo | 1 | -0/+8 | |
2015-07-05 | reproducible: html_packages: link the build2 and the diff | Mattia Rizzolo | 1 | -7/+9 | |
2015-06-15 | reproducible: html_packages: do not complain about missing .buildinfo for ↵ | Mattia Rizzolo | 1 | -1/+1 | |
untested, blacklisted, ftbfs and not-for-us packages | |||||
2015-06-04 | reproducible: html_packages: be critical when a .buildinfo is missing | Mattia Rizzolo | 1 | -2/+1 | |
2015-06-02 | reproducible: html_packages: nest <span> inside <a> and not the reverse, to ↵ | Mattia Rizzolo | 1 | -3/+3 | |
get the correct css class applied | |||||
2015-06-01 | reproducible: html_packages: link /index_notify.html under the flag sign | Mattia Rizzolo | 1 | -1/+1 | |
2015-06-01 | reproducible: html_packages: fix typo | Mattia Rizzolo | 1 | -1/+1 | |
2015-06-01 | reproducible: html_packages: link those new logs | Mattia Rizzolo | 1 | -1/+14 | |
2015-06-01 | reproducible: html_packages, breakages: use that pkg_has_rbuild function. ↵ | Mattia Rizzolo | 1 | -6/+4 | |
Gain support for .gz rbuilds for free | |||||
2015-05-29 | reproducible: packages: enlarge the notify flag a bit | Mattia Rizzolo | 1 | -1/+1 | |
2015-05-29 | reproducible: html_packages: replace the u'\u2691' with the char itself ↵ | Mattia Rizzolo | 1 | -1/+1 | |
'⚑'. py 3.2 seems to grok it better | |||||
2015-05-29 | reproducible: packages: add a cool red flag for packages with notification ↵ | Mattia Rizzolo | 1 | -6/+13 | |
enabled | |||||
2015-05-20 | reproducible: fix links to index_not_for_us.html | Holger Levsen | 1 | -0/+2 | |
2015-05-20 | reproducible: we do expect an rbuild even if the package is not-for-us | Mattia Rizzolo | 1 | -1/+1 | |
2015-05-11 | reproducible: also add link to debian/control | Holger Levsen | 1 | -0/+1 | |
2015-04-26 | Make the 'sources' link land to the version we are looking at | Jérémy Bobbio | 1 | -1/+1 | |
2015-04-12 | reproducible: _html_packages: in the suite links, show the tested version ↵ | Mattia Rizzolo | 1 | -5/+7 | |
and not the available version, if the package got already tested | |||||
2015-04-05 | fix grammar | Holger Levsen | 1 | -1/+1 | |
2015-03-20 | reproducible: output improvements | Holger Levsen | 1 | -2/+2 | |
2015-03-20 | reproducible: html_packages: do not complain for missing buildlogs for ↵ | Mattia Rizzolo | 1 | -1/+1 | |
not-for-us and blacklisted packages | |||||
2015-03-20 | reproducible: produce URLs in output | Holger Levsen | 1 | -4/+4 | |
2015-03-20 | reproducible: html_package: complain laudly if there is no debbindiff for an ↵ | Mattia Rizzolo | 1 | -5/+8 | |
unreproducible package, or there is no buildlog for a built package | |||||
2015-03-19 | reproducible: fix links for FTBR and untested | Holger Levsen | 1 | -3/+11 | |
2015-03-19 | reproducible: turn icons for other suites into links too | Holger Levsen | 1 | -2/+2 | |
2015-03-19 | reproducible: html_packages: add some <span class="avoidwrap"> to help the ↵ | Mattia Rizzolo | 1 | -11/+18 | |
browser decide where to wrap the line, avoiding uglinesses like this word | |||||
2015-03-17 | reproducible: fix URL in output and reduce noise | Holger Levsen | 1 | -1/+1 | |