summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2015-01-15reproducible: html_notes: also build the index_notes.html pageMattia Rizzolo1-0/+23
2015-01-15reproducible: add a pkg_has_buildinfo common function, to avoid code duplicationMattia Rizzolo2-3/+20
2015-01-15reproducible: change the way the footpage info are passed. Add ↵Mattia Rizzolo3-8/+19
html_foot_page_buildinfo_note template
2015-01-14fix grammarHolger Levsen1-1/+1
2015-01-14reproducible: reorder pkg setsHolger Levsen2-56/+56
2015-01-14fix typoHolger Levsen1-14/+14
2015-01-14pbuilder: common.py: strip out epoch also when checking for buildinfo while ↵Mattia Rizzolo1-1/+2
linking icon <-> status
2015-01-14pbuilder: html_packages: strip out epoch also for debbindiff filesMattia Rizzolo1-2/+2
2015-01-14pbuilder: html_packages: strip out epoch also xfor buildinfo filesMattia Rizzolo1-2/+2
2015-01-14refactorHolger Levsen1-1/+2
2015-01-14remove meta-headerHolger Levsen1-1/+0
2015-01-14reproducible: remove workaround for debbindiff 3 and explain in rbuild ↵Holger Levsen1-7/+2
outwhich which debbindiff version is used