Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-02 | TODO++ | Holger Levsen | 1 | -1/+1 | |
2015-01-31 | rebootstrap: remove useless combinations | Helmut Grohne | 1 | -0/+4 | |
The combination of "supported" and "nobiarch" is doomed to always fail, as nobiarch simply is unsupported. This commit removes the following jenkins jobs: jenkins_hppa_gcc49_nobiarch_supported jenkins_i386_gcc49_nobiarch_supported jenkins_i386_gcc49_nobiarch_supported_debbindiff jenkins_mips_gcc49_nobiarch_supported jenkins_mips_gcc49_nobiarch_supported_debbindiff jenkins_mips64el_gcc49_nobiarch_supported jenkins_mipsel_gcc49_nobiarch_supported jenkins_mipsel_gcc49_nobiarch_supported_debbindiff jenkins_powerpc_gcc49_nobiarch_supported jenkins_powerpc_gcc49_nobiarch_supported_debbindiff jenkins_ppc64_gcc49_nobiarch_supported jenkins_s390x_gcc49_nobiarch_supported jenkins_s390x_gcc49_nobiarch_supported_debbindiff jenkins_sparc_gcc49_nobiarch_supported jenkins_sparc64_gcc49_nobiarch_supported jenkins_x32_gcc49_nobiarch_supported | |||||
2015-01-30 | reproducible: rewrite the reproducible_json.sh in python, and replace it | Mattia Rizzolo | 3 | -44/+34 | |
2015-01-29 | chroot-installation: set -e explicitly. this doesnt make sense, but thats ↵ | Holger Levsen | 1 | -0/+1 | |
the way it is atm | |||||
2015-01-29 | more | Holger Levsen | 1 | -0/+3 | |
2015-01-28 | chroot-installation: try harder to exit correctly | Holger Levsen | 1 | -4/+4 | |
2015-01-28 | rebootstrap: throttle 4 concurrent jobs max. | Holger Levsen | 1 | -2/+2 | |
2015-01-28 | bin/find_dpkg_trigger_cycles.sh: make sure the activated path is either ↵ | josch | 1 | -1/+1 | |
followed by a slash or the line end | |||||
2015-01-26 | chroot-installation: handle failures properly | Holger Levsen | 1 | -2/+7 | |
2015-01-26 | always be true... | Holger Levsen | 1 | -1/+1 | |
2015-01-26 | chroot-install: work around temporarily download problems by repeating the ↵ | Holger Levsen | 1 | -1/+11 | |
step once | |||||
2015-01-26 | chroot-install: make prepare functions idempotent | Holger Levsen | 1 | -3/+3 | |
2015-01-25 | Use log of second build if it fails | Reiner Herrmann | 1 | -2/+8 | |
2015-01-25 | Check also if second build failed. | Reiner Herrmann | 1 | -7/+12 | |
It can happen that the first build was successful, but the second build not (e.g. because of failing tests, which has already been observed). In this case, the whole build has to be marked FTBFS and debbindiff doesn't need to be called. | |||||
2015-01-25 | Move invocation of debbindiff to separate function | Reiner Herrmann | 1 | -62/+66 | |
2015-01-24 | bin/reproducible_html_packages.py: be explicit about the time being UTC | josch | 1 | -1/+1 | |
2015-01-24 | live-build and lvc: also build debian-edu_jessie_workstation and use xfce ↵ | Holger Levsen | 3 | -1/+16 | |
for all debian-edu live images | |||||
2015-01-23 | reproducible: add notes how to test variations in kernel version, date and ↵ | Holger Levsen | 1 | -0/+11 | |
cpu type | |||||
2015-01-23 | add note that we dont rebuild with a different kernel | Holger Levsen | 1 | -3/+2 | |
2015-01-21 | reproducible: delete logfiles of packages removed from sid | Holger Levsen | 1 | -1/+6 | |
2015-01-20 | install the right kernel package | Holger Levsen | 1 | -1/+1 | |
2015-01-20 | update jenkins.d.n to wheezy-bpo kernel to support uts namespaces | Holger Levsen | 1 | -1/+2 | |
2015-01-19 | reproducible: unshare need to be told where options end | Jérémy Bobbio | 2 | -2/+2 | |
2015-01-19 | reproducible: fix sudoers for unshare | Jérémy Bobbio | 1 | -1/+1 | |
2015-01-19 | reproducible: change the hostname in the second build | Jérémy Bobbio | 3 | -1/+12 | |
2015-01-19 | reproducible: _html_packages: better handling of exceptions | Mattia Rizzolo | 2 | -2/+10 | |
2015-01-19 | reproducible: _html_notes: allow issues with 0 affected packages | Mattia Rizzolo | 1 | -3/+12 | |
2015-01-19 | reproducible: forgot to remove some debug print() | Mattia Rizzolo | 2 | -2/+0 | |
2015-01-18 | reproducible: also check for new uids used by pbuilder | Holger Levsen | 1 | -3/+6 | |
2015-01-18 | Use different BUILDUSERID and BUILDUSERNAME for the two builds | Reiner Herrmann | 1 | -3/+6 | |
2015-01-17 | reproducible: _html_notes: also sort the issues by name, when they affect ↵ | Mattia Rizzolo | 1 | -1/+1 | |
the same number of packages | |||||
2015-01-17 | reproducible: fix typo in a template | Mattia Rizzolo | 1 | -1/+1 | |
2015-01-17 | reproducible: use 'LANG=fr_CH.UTF-8 LC_ALL=fr_CH.UTF-8' for the 2nd pbuilder run | Holger Levsen | 1 | -1/+1 | |
2015-01-17 | reproducible: _html_notes: sort issues by number of affected packages | Mattia Rizzolo | 1 | -1/+1 | |
2015-01-16 | new rebootstrap job variants | Helmut Grohne | 1 | -9/+33 | |
The _supported variant uses the cross build method preferred by the gcc maintainer. It relies on dpkg-cross instead of cross-gcc-dev. Adding this variant, as it is not clear which one is to be used in the long run. See: #766708 The _debbindiff variant compares the cross-built packages against their in-archive natively-built counterparts. This processing takes significantly longer, but can highlight errors in cross compilation. This commit triples the number of rebootstrap jobs. | |||||
2015-01-16 | add new architecture powerpcel to rebootstrap jobs | Helmut Grohne | 1 | -1/+1 | |
2015-01-16 | remove job rebootstrap_powerpcspe_gcc49_nobiarch | Helmut Grohne | 1 | -2/+2 | |
powerpcspe has no multilib, so it should be exactly the same as rebootstrap_powerpcspe_gcc49. | |||||
2015-01-16 | apache: add rb.d.n/PACKAGE → rb.d.n/rb-pkg/PACKAGE.html redirect. Thanks ↵ | Mattia Rizzolo | 1 | -0/+6 | |
Lunar for the initial patch! | |||||
2015-01-16 | install python3-psycopg2 | Holger Levsen | 1 | -1/+1 | |
2015-01-16 | reproducible: _html_notes: add a reassuntive note at the end of the issues table | Mattia Rizzolo | 1 | -0/+2 | |
2015-01-16 | reproducible: _html_notes: fixup previous commit + add a counter | Mattia Rizzolo | 1 | -2/+8 | |
2015-01-16 | reproducible: add some infos for the user about the # and | Mattia Rizzolo | 2 | -5/+9 | |
+ signs | |||||
2015-01-16 | reproducible: update css for the new bugs signs | Mattia Rizzolo | 1 | -1/+12 | |
2015-01-16 | reproducible: _html_notes: add the bug sign in the notes_index page | Mattia Rizzolo | 1 | -2/+15 | |
2015-01-16 | reproducible: drop more /userContent things from urls, they are not needed ↵ | Mattia Rizzolo | 1 | -7/+7 | |
anymore | |||||
2015-01-16 | reproducible: also move the import psycopg2 to _common.py | Mattia Rizzolo | 2 | -4/+3 | |
2015-01-16 | reproducible: return an empty string, not Null in gen_bugs_links() | Mattia Rizzolo | 1 | -1/+1 | |
2015-01-16 | reproducible: move some functions to _common.py | Mattia Rizzolo | 2 | -94/+87 | |
2015-01-16 | reproducible: html_packages: add gen_all_rb_pkg_pages() | Mattia Rizzolo | 1 | -0/+6 | |
2015-01-16 | reproducible: initial work to add bug information to rb pages. now add bugs ↵ | Mattia Rizzolo | 2 | -1/+122 | |
number to /rb-pkg/* heads |