summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-26chroot-install: work around temporarily download problems by repeating the ↵Holger Levsen1-1/+11
step once
2015-01-26chroot-install: make prepare functions idempotentHolger Levsen1-3/+3
2015-01-25Use log of second build if it failsReiner Herrmann1-2/+8
2015-01-25Check also if second build failed.Reiner Herrmann1-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-25Move invocation of debbindiff to separate functionReiner Herrmann1-62/+66
2015-01-24bin/reproducible_html_packages.py: be explicit about the time being UTCjosch1-1/+1
2015-01-24live-build and lvc: also build debian-edu_jessie_workstation and use xfce ↵Holger Levsen3-1/+16
for all debian-edu live images
2015-01-23reproducible: add notes how to test variations in kernel version, date and ↵Holger Levsen1-0/+11
cpu type
2015-01-23add note that we dont rebuild with a different kernelHolger Levsen1-3/+2
2015-01-21reproducible: delete logfiles of packages removed from sidHolger Levsen1-1/+6
2015-01-20install the right kernel packageHolger Levsen1-1/+1
2015-01-20update jenkins.d.n to wheezy-bpo kernel to support uts namespacesHolger Levsen1-1/+2
2015-01-19reproducible: unshare need to be told where options endJérémy Bobbio2-2/+2
2015-01-19reproducible: fix sudoers for unshareJérémy Bobbio1-1/+1
2015-01-19reproducible: change the hostname in the second buildJérémy Bobbio3-1/+12
2015-01-19reproducible: _html_packages: better handling of exceptionsMattia Rizzolo2-2/+10
2015-01-19reproducible: _html_notes: allow issues with 0 affected packagesMattia Rizzolo1-3/+12
2015-01-19reproducible: forgot to remove some debug print()Mattia Rizzolo2-2/+0
2015-01-18reproducible: also check for new uids used by pbuilderHolger Levsen1-3/+6
2015-01-18Use different BUILDUSERID and BUILDUSERNAME for the two buildsReiner Herrmann1-3/+6
2015-01-17reproducible: _html_notes: also sort the issues by name, when they affect ↵Mattia Rizzolo1-1/+1
the same number of packages
2015-01-17reproducible: fix typo in a templateMattia Rizzolo1-1/+1
2015-01-17reproducible: use 'LANG=fr_CH.UTF-8 LC_ALL=fr_CH.UTF-8' for the 2nd pbuilder runHolger Levsen1-1/+1
2015-01-17reproducible: _html_notes: sort issues by number of affected packagesMattia Rizzolo1-1/+1
2015-01-16new rebootstrap job variantsHelmut Grohne1-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-16add new architecture powerpcel to rebootstrap jobsHelmut Grohne1-1/+1
2015-01-16remove job rebootstrap_powerpcspe_gcc49_nobiarchHelmut Grohne1-2/+2
powerpcspe has no multilib, so it should be exactly the same as rebootstrap_powerpcspe_gcc49.
2015-01-16apache: add rb.d.n/PACKAGE → rb.d.n/rb-pkg/PACKAGE.html redirect. Thanks ↵Mattia Rizzolo1-0/+6
Lunar for the initial patch!
2015-01-16install python3-psycopg2Holger Levsen1-1/+1
2015-01-16reproducible: _html_notes: add a reassuntive note at the end of the issues tableMattia Rizzolo1-0/+2
2015-01-16reproducible: _html_notes: fixup previous commit + add a counterMattia Rizzolo1-2/+8
2015-01-16reproducible: add some infos for the user about the # andMattia Rizzolo2-5/+9
+ signs
2015-01-16reproducible: update css for the new bugs signsMattia Rizzolo1-1/+12
2015-01-16reproducible: _html_notes: add the bug sign in the notes_index pageMattia Rizzolo1-2/+15
2015-01-16reproducible: drop more /userContent things from urls, they are not needed ↵Mattia Rizzolo1-7/+7
anymore
2015-01-16reproducible: also move the import psycopg2 to _common.pyMattia Rizzolo2-4/+3
2015-01-16reproducible: return an empty string, not Null in gen_bugs_links()Mattia Rizzolo1-1/+1
2015-01-16reproducible: move some functions to _common.pyMattia Rizzolo2-94/+87
2015-01-16reproducible: html_packages: add gen_all_rb_pkg_pages()Mattia Rizzolo1-0/+6
2015-01-16reproducible: initial work to add bug information to rb pages. now add bugs ↵Mattia Rizzolo2-1/+122
number to /rb-pkg/* heads
2015-01-15reproducible: add column with number of affected packagesHolger Levsen1-2/+3
2015-01-15updateHolger Levsen1-4/+3
2015-01-15reproducible: fixup several meta pkg sets, run job more oftenHolger Levsen2-13/+12
2015-01-15reproducible: stop treating creating .buildinfo files specially (leftover)Holger Levsen1-1/+1
2015-01-15reproducible: stop treating creating .buildinfo files specially (some leftovers)Holger Levsen2-4/+0
2015-01-15reproducible: stop treating creating .buildinfo files specially (as every ↵Holger Levsen7-99/+16
build creates it nowadays)
2015-01-15reproducible: fixup chdist usage in schrootHolger Levsen1-10/+13
2015-01-15reproducible: pass options correctly to command inside schrootHolger Levsen1-4/+4
2015-01-15fixup file matchingHolger Levsen1-1/+1
2015-01-15reproducible: common.sh: correctly catch buildinfo file by adding a *Mattia Rizzolo1-1/+1