Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-03 | reproducible: fix typo | Holger Levsen | 1 | -1/+1 | |
2015-10-03 | reproducible: show proper spoken stati on pkg pages | Holger Levsen | 1 | -7/+14 | |
2015-10-03 | reproducible: use same layout for all content in the navigation menu | Holger Levsen | 1 | -10/+6 | |
2015-10-03 | reproducible: add link to suite page in the navigationm of each pkg page | Holger Levsen | 1 | -2/+2 | |
2015-10-03 | reproducible: improve language | Holger Levsen | 1 | -1/+1 | |
2015-09-20 | reproducible: fix various typos | Holger Levsen | 1 | -2/+2 | |
2015-09-19 | reproducible: some more unstable/armhf special casing | Holger Levsen | 1 | -0/+4 | |
2015-09-06 | reproducible: fix pkg_has_buildinfo() to work with any arch | Holger Levsen | 1 | -1/+1 | |
2015-08-31 | reproducible: html_packages: improve appareance of the reproducible links by ↵ | Mattia Rizzolo | 1 | -1/+1 | |
moving the label closer to the links | |||||
2015-08-31 | bin/reproducible_html_packages.py: Factor out common "Reproducible" prefix. | Chris Lamb | 1 | -3/+4 | |
It looked kinda ugly. Signed-off-by: Chris Lamb <lamby@debian.org> | |||||
2015-08-30 | Revert "reproducible: fix logic, /me ♥ logic" | Holger Levsen | 1 | -2/+2 | |
This reverts commit a1c47666e36740e8b8e8a564a370ec9cfddc2367. | |||||
2015-08-30 | reproducible: fix logic, /me ♥ logic | Holger Levsen | 1 | -2/+2 | |
2015-08-30 | reproducible: don't scream if a package is untested | Holger Levsen | 1 | -1/+1 | |
2015-08-30 | reproducible: don't show build date for blacklisted packages | Holger Levsen | 1 | -2/+2 | |
2015-08-30 | reproducible: refactor | Holger Levsen | 1 | -1/+9 | |
2015-08-30 | reproducible: include build_date in tooltip | Holger Levsen | 1 | -2/+3 | |
2015-08-30 | package html: make it more clear which suite is currently shown | HW42 | 1 | -3/+3 | |
2015-08-30 | package html: remove unneeded <span> in suite list | HW42 | 1 | -3/+4 | |
This makes formating of the <li>s easier. In additions this fix the wrongly orderder </li></span> | |||||
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 | |