summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-08-15reproducible: s#debbindiff#diffoscope#g in most of the outputHolger Levsen12-43/+43
2015-08-15reproducible: we should update the webpage to reflect our current marketing ↵Holger Levsen1-0/+1
material (=lunars latest talk)
2015-08-15reproducible freebsd: also run make installworld installkernel distributionHolger Levsen2-9/+16
2015-08-15reproducible: build: fix gen_package_html invocationMattia Rizzolo1-1/+1
2015-08-15reproducible: scheduler: schedule less armhf packages, only max 75Mattia Rizzolo1-1/+1
2015-08-15reproducible: scheduler: only schedule packages in unstable for armhfMattia Rizzolo1-8/+8
2015-08-15reproducible: scheduler: also turn the global limit arch-dependantMattia Rizzolo1-5/+3
2015-08-15reproducible: scheduler: slight refactor to enable multiple architecture supportMattia Rizzolo2-73/+188
This moves all the limits handling to a dedicated class and the data to a dedicated object, instead of embedding them into the scheduling code, where they are hard to find and to edit.
2015-08-15reproducible: _html_packages: add architecture qualifier after the current ↵Mattia Rizzolo1-1/+2
suite name
2015-08-15reproducible: _html_packages: improve gen_suites_links() for multiple ↵Mattia Rizzolo1-24/+20
architecture support
2015-08-15reproducible: html_packages: convert gen_suite_links() to the new objects ↵Mattia Rizzolo1-18/+11
instead of db quering
2015-08-15reproducible: fix all users of gen_packages_html() after the refactoring of itMattia Rizzolo7-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-15reproducible: html_packages: refactor gen_packages_html() to use the new ↵Mattia Rizzolo1-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-15reproducible: common: add classes Package, Build, Bug, Issue, Note, NotedPkg ↵Mattia Rizzolo1-1/+131
describing a package and its state
2015-08-15Revert "reproducible: shorten irc notification text"Holger Levsen1-2/+2
This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57.
2015-08-15reproducible: shorten irc notification textHolger Levsen1-2/+2
2015-08-15reproducible: maintenance: also consider architecture while grepping for ↵Mattia Rizzolo2-9/+14
failed build to reschedule
2015-08-15reproducible freebsd: widen sudoersHolger Levsen1-1/+2
2015-08-14reproducible: sometimes running on a different cpu is easier than expectedHolger Levsen1-3/+2
2015-08-14reproducible: support for arbitrary PPAsHolger Levsen1-0/+1
2015-08-14reproducible freebsd: also build the kernel and always build with -jHolger Levsen1-2/+6
2015-08-13reproducible freebsd: disable cleanup for debuggingHolger Levsen1-2/+3
2015-08-12reproducible freebsd: build a 2nd time, copy results over and run debbindiff ↵Holger Levsen2-27/+22
on them
2015-08-12reprdoducible: better deal with network problemsHolger Levsen1-1/+2
2015-08-12update FreeBSD notesHolger Levsen1-2/+2
2015-08-12reproducible freebsd: fix pathesHolger Levsen1-3/+3
2015-08-12reproducible freebsd: follow the docs and build in /usr/srcHolger Levsen2-11/+15
2015-08-11reproducible: notes: hardcode amd64 in a query for nowMattia Rizzolo1-1/+2
2015-08-10install postfix and configure muninHolger Levsen1-1/+7
2015-08-10logic in orderHolger Levsen1-1/+1
2015-08-10install molly-guard everywhereHolger Levsen1-1/+1
2015-08-10deploy munin-node on the nodesHolger Levsen9-4/+487
2015-08-10tea with sudo, my old friend.. (fixup 13f6d47)Holger Levsen1-3/+3
2015-08-10reproducible: enable 60gb tmpfs for /srv/workspace on the amd64 build nodesHolger Levsen2-15/+22
2015-08-10Revert "reproducible: disable rescheduling of already tested packages for ↵Holger Levsen1-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-10add design for reproducible remote building, review+feedback most welcomeHolger Levsen1-1/+52
2015-08-10only update munin and apache2 configuration if changedHolger Levsen1-18/+22
2015-08-10reproducible: correct copyrightHolger Levsen4-4/+1
2015-08-10find_dpkg_trigger_cycle: drop jessie job (and cleanup cruft)Holger Levsen1-12/+0
2015-08-10find_dpkg_trigger_cycle: only run these jobs on trigger-tuesdaysHolger Levsen1-3/+3
2015-08-09rebootstrap: remove gcc 4.9 jobsHelmut Grohne1-2/+2
When applying this commit, the following jobs need to be deleted: rebootstrap_alpha_gcc49 rebootstrap_alpha_gcc49_supported rebootstrap_arm64_gcc49 rebootstrap_arm64_gcc49_debbindiff rebootstrap_arm64_gcc49_supported rebootstrap_arm64_gcc49_supported_debbindiff rebootstrap_armel_gcc49 rebootstrap_armel_gcc49_debbindiff rebootstrap_armel_gcc49_supported rebootstrap_armel_gcc49_supported_debbindiff rebootstrap_armhf_gcc49 rebootstrap_armhf_gcc49_debbindiff rebootstrap_armhf_gcc49_supported rebootstrap_armhf_gcc49_supported_debbindiff rebootstrap_hppa_gcc49 rebootstrap_hppa_gcc49_supported rebootstrap_i386_gcc49 rebootstrap_i386_gcc49_debbindiff rebootstrap_i386_gcc49_nobiarch rebootstrap_i386_gcc49_nobiarch_debbindiff rebootstrap_i386_gcc49_supported rebootstrap_i386_gcc49_supported_debbindiff rebootstrap_m68k_gcc49 rebootstrap_m68k_gcc49_supported rebootstrap_mips64el_gcc49 rebootstrap_mips64el_gcc49_nobiarch rebootstrap_mips64el_gcc49_supported rebootstrap_mipsel_gcc49 rebootstrap_mipsel_gcc49_debbindiff rebootstrap_mipsel_gcc49_nobiarch rebootstrap_mipsel_gcc49_nobiarch_debbindiff rebootstrap_mipsel_gcc49_supported rebootstrap_mipsel_gcc49_supported_debbindiff rebootstrap_mips_gcc49 rebootstrap_mips_gcc49_debbindiff rebootstrap_mips_gcc49_nobiarch rebootstrap_mips_gcc49_nobiarch_debbindiff rebootstrap_mips_gcc49_supported rebootstrap_mips_gcc49_supported_debbindiff rebootstrap_musl-linux-arm64_gcc49 rebootstrap_musl-linux-armhf_gcc49 rebootstrap_musl-linux-i386_gcc49 rebootstrap_musl-linux-mipsel_gcc49 rebootstrap_musl-linux-mips_gcc49 rebootstrap_or1k_gcc49 rebootstrap_or1k_gcc49_supported rebootstrap_powerpcel_gcc49 rebootstrap_powerpcel_gcc49_supported rebootstrap_powerpc_gcc49 rebootstrap_powerpc_gcc49_debbindiff rebootstrap_powerpc_gcc49_nobiarch rebootstrap_powerpc_gcc49_nobiarch_debbindiff rebootstrap_powerpc_gcc49_supported rebootstrap_powerpc_gcc49_supported_debbindiff rebootstrap_powerpcspe_gcc49 rebootstrap_powerpcspe_gcc49_supported rebootstrap_ppc64el_gcc49 rebootstrap_ppc64el_gcc49_debbindiff rebootstrap_ppc64el_gcc49_supported rebootstrap_ppc64el_gcc49_supported_debbindiff rebootstrap_ppc64_gcc49 rebootstrap_ppc64_gcc49_nobiarch rebootstrap_ppc64_gcc49_supported rebootstrap_s390x_gcc49 rebootstrap_s390x_gcc49_debbindiff rebootstrap_s390x_gcc49_nobiarch rebootstrap_s390x_gcc49_nobiarch_debbindiff rebootstrap_s390x_gcc49_supported rebootstrap_s390x_gcc49_supported_debbindiff rebootstrap_sh4_gcc49 rebootstrap_sh4_gcc49_supported rebootstrap_sparc64_gcc49 rebootstrap_sparc64_gcc49_nobiarch rebootstrap_sparc64_gcc49_supported rebootstrap_sparc_gcc49 rebootstrap_sparc_gcc49_nobiarch rebootstrap_sparc_gcc49_supported rebootstrap_x32_gcc49 rebootstrap_x32_gcc49_nobiarch rebootstrap_x32_gcc49_supported
2015-08-09reproducible: fix punctation in irc messageHolger Levsen1-1/+1
2015-08-09fix typoHolger Levsen1-1/+1
2015-08-09reproducible dashboard: move howto link further down to make it more visibleHolger Levsen1-3/+1
2015-08-09improve FIXME handlingHolger Levsen1-4/+8
2015-08-09improve output when run in a loopHolger Levsen1-1/+3
2015-08-09another FIXME goneHolger Levsen1-3/+3
2015-08-09another FIXME doneHolger Levsen1-2/+1
2015-08-09install haveged everywhere - thanks to ↵Holger Levsen1-1/+1
http://it.slashdot.org/story/15/08/09/1247211/linux-servers-entropy-pool-too-shallow-compromising-security for reminding
2015-08-09rebootstrap: mention new nodeHolger Levsen1-0/+1