Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
suite name
|
|
architecture support
|
|
instead of db quering
|
|
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.
|
|
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.
|
|
describing a package and its state
|
|
This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57.
|
|
|
|
failed build to reschedule
|
|
|
|
|
|
|
|
|
|
|
|
on them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://it.slashdot.org/story/15/08/09/1247211/linux-servers-entropy-pool-too-shallow-compromising-security for reminding
|
|
|
|
|
|
|
|
|
|
the appropriate definitions in bin/reproducible_node_wrapper.sh...
|
|
|
|
|