Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 7 | -37/+22 | |
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-15 | reproducible: common: add classes Package, Build, Bug, Issue, Note, NotedPkg ↵ | Mattia Rizzolo | 1 | -1/+131 | |
describing a package and its state | |||||
2015-08-15 | Revert "reproducible: shorten irc notification text" | Holger Levsen | 1 | -2/+2 | |
This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57. | |||||
2015-08-15 | reproducible: shorten irc notification text | Holger Levsen | 1 | -2/+2 | |
2015-08-15 | reproducible: maintenance: also consider architecture while grepping for ↵ | Mattia Rizzolo | 2 | -9/+14 | |
failed build to reschedule | |||||
2015-08-14 | reproducible freebsd: also build the kernel and always build with -j | Holger Levsen | 1 | -2/+6 | |
2015-08-13 | reproducible freebsd: disable cleanup for debugging | Holger Levsen | 1 | -2/+3 | |
2015-08-12 | reproducible freebsd: build a 2nd time, copy results over and run debbindiff ↵ | Holger Levsen | 1 | -27/+21 | |
on them | |||||
2015-08-12 | reproducible freebsd: follow the docs and build in /usr/src | Holger Levsen | 1 | -10/+11 | |
2015-08-11 | reproducible: notes: hardcode amd64 in a query for now | Mattia Rizzolo | 1 | -1/+2 | |
2015-08-10 | Revert "reproducible: disable rescheduling of already tested packages for ↵ | Holger Levsen | 1 | -2/+2 | |
sid and experimental due to gcc5 transition + aptitude breakage" This reverts commit 3364bd3fae718849a9cac881fd8d66db47794aae. This does not yet return us to scheduling sid at the usual pace. | |||||
2015-08-10 | reproducible: correct copyright | Holger Levsen | 4 | -4/+1 | |
2015-08-09 | reproducible: fix punctation in irc message | Holger Levsen | 1 | -1/+1 | |
2015-08-09 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-08-09 | reproducible dashboard: move howto link further down to make it more visible | Holger Levsen | 1 | -3/+1 | |
2015-08-09 | reproducible: add link to howto in dashboard | Holger Levsen | 1 | -0/+3 | |
2015-08-09 | reproducible: remote_scheduler: join on the notes table only when needed | Mattia Rizzolo | 1 | -4/+5 | |
2015-08-09 | reproducible: explain that probably a new upload to our repo is needed... | Holger Levsen | 1 | -1/+1 | |
2015-08-09 | reproducible: fix grep-dctrl usage to include all binaries | Holger Levsen | 1 | -2/+2 | |
2015-08-09 | reproducible: common: not so much debug output in get_bugs() | Mattia Rizzolo | 1 | -1/+0 | |
2015-08-09 | reproducible freebsd: building on tmpfs would be nice too | Holger Levsen | 1 | -1/+1 | |
2015-08-08 | reproducible: avoid one FIXME | Holger Levsen | 2 | -2/+2 | |
2015-08-08 | reproducible: _html_packages: do not hardcode amd64 in buildinfo filename | Mattia Rizzolo | 1 | -2/+2 | |
2015-08-08 | reproducible: rename update_sources_tables() to update_sources_db() | Holger Levsen | 1 | -3/+3 | |
2015-08-08 | reproducible: scheduler: turn update_sources_tables() to a multiarch form | Mattia Rizzolo | 1 | -16/+26 | |
2015-08-08 | reproducible: only select packages which are scheduled for the arch we are ↵ | Holger Levsen | 1 | -1/+3 | |
building for | |||||
2015-08-07 | reproducible: explain why sid is so broken atm | Holger Levsen | 1 | -2/+7 | |
2015-08-07 | reproducible: also find pending bugs and mark them with a brown P in the pages | Mattia Rizzolo | 2 | -7/+21 | |
2015-08-07 | reproducible: html_dd_list: add internal hyperlinks to singular maintainer | Mattia Rizzolo | 1 | -1/+5 | |
2015-08-07 | reproducible: add new amd64 build node: profitbricks-build2-amd64.d.n | Holger Levsen | 2 | -1/+19 | |
2015-08-07 | reproducible: rename cleanup_userContent() to cleanup_pkg_files() | Holger Levsen | 3 | -3/+3 | |
2015-08-07 | reproducible: remove 'FIXME arch amd64' comment, it's clear we need to look ↵ | Holger Levsen | 1 | -1/+1 | |
at all occurances of 'amd64' in the code anyway | |||||
2015-08-07 | reproducible: teach _blacklist.sh to clean up packages files when blacklisting | Mattia Rizzolo | 3 | -9/+12 | |
2015-08-07 | reproducible: html_indexes: fix typo | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-07 | reproducible: _html_indexes: build global pages in a different loop than the ↵ | Mattia Rizzolo | 1 | -1/+5 | |
others, to build them only once | |||||
2015-08-07 | reproducible: fix typo and avoid gendering maintainers | Holger Levsen | 1 | -1/+1 | |
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-07 | reproducible: _html_indexes: add depwait packages to the last24h and last48h ↵ | Mattia Rizzolo | 1 | -0/+20 | |
pages | |||||
2015-08-07 | reproducible: _html_indexes: remove depwait packages from the no_notes page | Mattia Rizzolo | 1 | -7/+0 | |
2015-08-07 | reproducible: remote_scheduler: resort the CLI flags and improve the help | Mattia Rizzolo | 1 | -9/+9 | |
2015-08-07 | reproducible: remote_scheduler: accept a -a/--architecture flag to specify ↵ | Mattia Rizzolo | 1 | -11/+24 | |
in which arch schedule | |||||
2015-08-07 | reproducible: remote_scheduler: flag rename: -a/--artifacts to ↵ | Mattia Rizzolo | 1 | -2/+2 | |
-k/--keep-artifacts | |||||
2015-08-07 | reproducible: remote_scheduler: remove redundant default in argparse definitions | Mattia Rizzolo | 1 | -2/+2 | |
action="store_true" implies default=False | |||||
2015-08-07 | fix tipo | Holger Levsen | 1 | -1/+1 | |
2015-08-07 | show md5sum of the script running | Holger Levsen | 1 | -1/+1 | |
2015-08-06 | reproducible: disable rescheduling of already tested packages for sid and ↵ | Holger Levsen | 1 | -2/+2 | |
experimental due to gcc5 transition + aptitude breakage | |||||
2015-08-06 | reproducible openwrt: don't let whole build fail if target install fails | Reiner Herrmann | 1 | -1/+1 | |
2015-08-06 | reproducible: fix node name for profitbricks1 | Holger Levsen | 1 | -1/+1 | |