summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-2/+2
2015-03-13reproducible: also link to pkg page for easier debuggingHolger Levsen1-1/+1
2015-03-13reproducible: really fixup last two commitsHolger Levsen1-2/+10
2015-03-13reproducible: fix strange syntax error by triggering warnings insteadHolger Levsen1-1/+1
2015-03-13reproducible: handle race conditions gracefullyHolger Levsen1-2/+2
2015-03-13reproducible: refactor, reduce db queriesHolger Levsen1-5/+0
2015-03-12reproducible: add blank line after build in rbuild.logHolger Levsen1-1/+1
2015-03-12reproducible: make more robustHolger Levsen1-1/+1
2015-03-12reproducible: improve wordingHolger Levsen1-6/+6
2015-03-12reproducible: re-enable notifications on pkg status changesHolger Levsen1-1/+1
2015-03-12reproducible: cd into the correct directoryHolger Levsen1-0/+1
2015-03-11reproducible: update more index pages directly after buildHolger Levsen1-0/+4
2015-03-10reproducible: improve outputHolger Levsen1-1/+2
2015-03-10reproducible: run debbindiff against .changes files in current directory ↵Holger Levsen1-1/+1
(see #764459)
2015-03-03reproducible: fixup 2a32c1 by using the correct table name + update the ↵Mattia Rizzolo1-3/+3
reproducible_schema.svg
2015-03-03Revert "Revert "reproducible: start to populate the stats_builds table, to ↵Mattia Rizzolo1-0/+3
gather stats about all the builds"", let's actually fix this This reverts commit 5e5b7d8e65a2c71e6b925b53cc179cd3e8ba2478.
2015-03-03Revert "reproducible: start to populate the stats_builds table, to gather ↵Holger Levsen1-3/+0
stats about all the builds" This reverts commit 2a32c1c2affcddbb3b3bb65248d806775fb40363.
2015-03-03reproducible: start to populate the stats_builds table, to gather stats ↵Mattia Rizzolo1-0/+3
about all the builds
2015-03-02reproducible: add the suite to the gen_packages_html() callMattia Rizzolo1-1/+1
2015-03-01reproducible: build: use $ARCH instead of plain amd64Mattia Rizzolo1-11/+11
2015-03-01reproducible: move packages files under a suite-named directory, e.g. ↵Mattia Rizzolo1-1/+1
/rb-pkg/sid/
2015-03-01reproducible: move debbindiff files under a suite/arch-named directory, e.g. ↵Mattia Rizzolo1-5/+5
/dbd/sid/amd64
2015-03-01reproducible: move buildinfo files under a suite/arch-named directory, e.g. ↵Mattia Rizzolo1-4/+4
/buildinfo/sid/amd64
2015-03-01reproducible: move rbuild files under a suite/arch-named directory, e.g. ↵Mattia Rizzolo1-8/+13
/rbuild/sid/amd64
2015-02-28reproducible: calculate build duration (for both builds combined, or just ↵Holger Levsen1-10/+15
the time it takes to ftbfs once) and save it in reproducible.db
2015-02-28reproducible: add support for building all SUITES defined in ↵Holger Levsen1-11/+16
reproducible_common.sh
2015-02-27Revert "(temp.) Revert "reproducible: use new pbuilder base.tgz's""Holger Levsen1-2/+2
This reverts commit 1891874d1866a9831de50f6e313de66f54fa47cc.
2015-02-27(temp.) Revert "reproducible: use new pbuilder base.tgz's"Holger Levsen1-2/+2
This reverts commit dfbc1df3a497beb9d156832d32f5420e254a7731.
2015-02-27reproducible: use new pbuilder base.tgz'sHolger Levsen1-2/+2
2015-02-27fix bashismsHolger Levsen1-1/+1
2015-02-27reproducible: build: stop touching the rbuild file to update atime, this is ↵Mattia Rizzolo1-6/+0
not checked anymore
2015-02-27reproducible: build: wrap a long line + define SUITE earlyMattia Rizzolo1-3/+5
2015-02-27reproducible: support different suitesHolger Levsen1-2/+6
2015-02-27reproducible: run 'apt-get source' in schroots and stop abusing the hosts ↵Holger Levsen1-6/+2
sources.lists
2015-02-27temporarily disable status change notifications until we fixed the timezone ↵Holger Levsen1-1/+1
mess...
2015-02-26reproducible: rename job r_setup_schroot to r_setup_schroot_sid_debbindiff ↵Holger Levsen1-2/+2
and the schroot accordingly, to jenkins-reproducible-sid-debbindiff
2015-02-26reproducible: revert using --target-release as it doesnt work..Holger Levsen1-2/+6
2015-02-26reproducible: add myself to all copyright headersMattia Rizzolo1-0/+1
2015-02-26reproducible: build: update to the new database schema supporting multiple ↵Mattia Rizzolo1-22/+31
suites. yet hardcode suite in the file
2015-02-25reproducible: added timezones differing by 26 hours to buildsReiner Herrmann1-0/+2
2015-02-25reproducible: split up long line into multiple smaller onesReiner Herrmann1-2/+11
2015-02-21reproducible: rename process_packages() to gen_packages_html()Holger Levsen1-1/+1
2015-02-21reproducible: rename unschedule_from_db() to update_db_and_html()Holger Levsen1-7/+10
2015-02-19Shorten "reproducible -> unreproducible" message.Chris Lamb1-1/+1
2015-02-18Drop implicit "please investigate" prefix from IRC messageChris Lamb1-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-17reproducible: include 2nd printf in console outputHolger Levsen1-1/+1
2015-02-16reproducible: catch debbindiff exiting with exit code 2 if it has trouble ↵Holger Levsen1-1/+3
comparing two builds
2015-02-16reproducible: improve outputHolger Levsen1-1/+1
2015-02-16reproducible grammarHolger Levsen1-1/+1
2015-02-16reproducible: broken englishMattia Rizzolo1-1/+1