Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-03 | reproducible: fixup 2a32c1 by using the correct table name + update the ↵ | Mattia Rizzolo | 1 | -3/+3 | |
reproducible_schema.svg | |||||
2015-03-03 | Revert "Revert "reproducible: start to populate the stats_builds table, to ↵ | Mattia Rizzolo | 1 | -0/+3 | |
gather stats about all the builds"", let's actually fix this This reverts commit 5e5b7d8e65a2c71e6b925b53cc179cd3e8ba2478. | |||||
2015-03-03 | Revert "reproducible: start to populate the stats_builds table, to gather ↵ | Holger Levsen | 1 | -3/+0 | |
stats about all the builds" This reverts commit 2a32c1c2affcddbb3b3bb65248d806775fb40363. | |||||
2015-03-03 | reproducible: start to populate the stats_builds table, to gather stats ↵ | Mattia Rizzolo | 1 | -0/+3 | |
about all the builds | |||||
2015-03-02 | reproducible: add the suite to the gen_packages_html() call | Mattia Rizzolo | 1 | -1/+1 | |
2015-03-01 | reproducible: build: use $ARCH instead of plain amd64 | Mattia Rizzolo | 1 | -11/+11 | |
2015-03-01 | reproducible: move packages files under a suite-named directory, e.g. ↵ | Mattia Rizzolo | 1 | -1/+1 | |
/rb-pkg/sid/ | |||||
2015-03-01 | reproducible: move debbindiff files under a suite/arch-named directory, e.g. ↵ | Mattia Rizzolo | 1 | -5/+5 | |
/dbd/sid/amd64 | |||||
2015-03-01 | reproducible: move buildinfo files under a suite/arch-named directory, e.g. ↵ | Mattia Rizzolo | 1 | -4/+4 | |
/buildinfo/sid/amd64 | |||||
2015-03-01 | reproducible: move rbuild files under a suite/arch-named directory, e.g. ↵ | Mattia Rizzolo | 1 | -8/+13 | |
/rbuild/sid/amd64 | |||||
2015-02-28 | reproducible: calculate build duration (for both builds combined, or just ↵ | Holger Levsen | 1 | -10/+15 | |
the time it takes to ftbfs once) and save it in reproducible.db | |||||
2015-02-28 | reproducible: add support for building all SUITES defined in ↵ | Holger Levsen | 1 | -11/+16 | |
reproducible_common.sh | |||||
2015-02-27 | Revert "(temp.) Revert "reproducible: use new pbuilder base.tgz's"" | Holger Levsen | 1 | -2/+2 | |
This reverts commit 1891874d1866a9831de50f6e313de66f54fa47cc. | |||||
2015-02-27 | (temp.) Revert "reproducible: use new pbuilder base.tgz's" | Holger Levsen | 1 | -2/+2 | |
This reverts commit dfbc1df3a497beb9d156832d32f5420e254a7731. | |||||
2015-02-27 | reproducible: use new pbuilder base.tgz's | Holger Levsen | 1 | -2/+2 | |
2015-02-27 | fix bashisms | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | reproducible: build: stop touching the rbuild file to update atime, this is ↵ | Mattia Rizzolo | 1 | -6/+0 | |
not checked anymore | |||||
2015-02-27 | reproducible: build: wrap a long line + define SUITE early | Mattia Rizzolo | 1 | -3/+5 | |
2015-02-27 | reproducible: support different suites | Holger Levsen | 1 | -2/+6 | |
2015-02-27 | reproducible: run 'apt-get source' in schroots and stop abusing the hosts ↵ | Holger Levsen | 1 | -6/+2 | |
sources.lists | |||||
2015-02-27 | temporarily disable status change notifications until we fixed the timezone ↵ | Holger Levsen | 1 | -1/+1 | |
mess... | |||||
2015-02-26 | reproducible: rename job r_setup_schroot to r_setup_schroot_sid_debbindiff ↵ | Holger Levsen | 1 | -2/+2 | |
and the schroot accordingly, to jenkins-reproducible-sid-debbindiff | |||||
2015-02-26 | reproducible: revert using --target-release as it doesnt work.. | Holger Levsen | 1 | -2/+6 | |
2015-02-26 | reproducible: add myself to all copyright headers | Mattia Rizzolo | 1 | -0/+1 | |
2015-02-26 | reproducible: build: update to the new database schema supporting multiple ↵ | Mattia Rizzolo | 1 | -22/+31 | |
suites. yet hardcode suite in the file | |||||
2015-02-25 | reproducible: added timezones differing by 26 hours to builds | Reiner Herrmann | 1 | -0/+2 | |
2015-02-25 | reproducible: split up long line into multiple smaller ones | Reiner Herrmann | 1 | -2/+11 | |
2015-02-21 | reproducible: rename process_packages() to gen_packages_html() | Holger Levsen | 1 | -1/+1 | |
2015-02-21 | reproducible: rename unschedule_from_db() to update_db_and_html() | Holger Levsen | 1 | -7/+10 | |
2015-02-19 | Shorten "reproducible -> unreproducible" message. | Chris Lamb | 1 | -1/+1 | |
2015-02-18 | Drop implicit "please investigate" prefix from IRC message | Chris Lamb | 1 | -1/+1 | |
This makes it not wrap onto a newline on my rather low-resolution laptop. The URL is more than sufficient I feel; it's kinda implicit that its a request for someone to do something anyway - why would we be reporting it to IRC otherwise, etc. Signed-off-by: Chris Lamb <lamby@debian.org> | |||||
2015-02-17 | reproducible: include 2nd printf in console output | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | reproducible: catch debbindiff exiting with exit code 2 if it has trouble ↵ | Holger Levsen | 1 | -1/+3 | |
comparing two builds | |||||
2015-02-16 | reproducible: improve output | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | reproducible grammar | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | reproducible: broken english | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-16 | reproducible: notify the IRC chan when a package successfully buit ↵ | Mattia Rizzolo | 1 | -0/+5 | |
reproducibly in the past becomes unreproducible | |||||
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-19 | reproducible: unshare need to be told where options end | Jérémy Bobbio | 1 | -1/+1 | |
2015-01-19 | reproducible: change the hostname in the second build | Jérémy Bobbio | 1 | -1/+1 | |
2015-01-18 | Use different BUILDUSERID and BUILDUSERNAME for the two builds | Reiner Herrmann | 1 | -3/+6 | |
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-14 | reproducible: remove workaround for debbindiff 3 and explain in rbuild ↵ | Holger Levsen | 1 | -7/+2 | |
outwhich which debbindiff version is used | |||||
2015-01-09 | reproducible: update links after apache change. strip the leading ↵ | Mattia Rizzolo | 1 | -3/+3 | |
/userContent where possible | |||||
2015-01-07 | reproducible: fixup 3f497a20c, thanks mapreri | Holger Levsen | 1 | -1/+1 | |
2015-01-06 | reproducible: leave a note in the empty logfile if debbindiff is killed due ↵ | Holger Levsen | 1 | -0/+3 | |
to timeout | |||||
2015-01-04 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-01-04 | reproducible: only treat absence of debbindiff output as successful if ↵ | Holger Levsen | 1 | -1/+1 | |
debbindiff run also exited successfully... |