summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-09-01Use parens, not another colon.Chris Lamb1-1/+1
Looks better on IRC..
2015-09-01"Had trouble with these" doesn't make much sense in context now.Chris Lamb1-1/+1
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-09-01Clarify which package is being published.Chris Lamb1-1/+1
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-09-01Mention what noun is being publishedChris Lamb1-1/+1
Signed-off-by: Chris Lamb <lamby@debian.org>
2015-09-01reproducible: now that diffoscope is available in testing, rename schroots ↵Holger Levsen1-4/+4
everywhere and always use diffoscope
2015-09-01reproducible: dont make a build ftbfs if the node is outdated...Holger Levsen1-1/+8
2015-08-31reproducible: fix syntax errorHolger Levsen1-2/+2
2015-08-31reproducible: fix syntax errorHolger Levsen1-2/+2
2015-08-31reproducible: no better idea atm than to define it twiceHolger Levsen1-0/+2
2015-08-31reproducible: trying to find to bug..Holger Levsen1-1/+1
2015-08-31reproducible: explicit directoryHolger Levsen1-2/+2
2015-08-31refactor, bahHolger Levsen1-2/+2
2015-08-31refactor, bahHolger Levsen1-2/+2
2015-08-31reproducible: enable debugHolger Levsen1-1/+1
2015-08-31reproducible: make more robustHolger Levsen1-3/+2
2015-08-31reproducible: fix rsyncHolger Levsen1-3/+6
2015-08-31reproducible: fix typoHolger Levsen1-1/+1
2015-08-30reproducible: dont fail job if cleanup failsHolger Levsen1-1/+1
2015-08-30reproducible: allow remote cleanupHolger Levsen1-5/+5
2015-08-30reproducible: correctly deal with $TMPDIRHolger Levsen1-7/+14
2015-08-30reproducible: more carefully use TMPDIRHolger Levsen1-2/+4
2015-08-30fix typoHolger Levsen1-1/+1
2015-08-30reproducible: handle remote $TMPDIR properlyHolger Levsen1-2/+3
2015-08-30reproducible: refactor, so that $EVERSION is always defined when buildingHolger Levsen1-6/+5
2015-08-30reproducible: fixup rsyncHolger Levsen1-2/+2
2015-08-30reproducible: use rsync instead of scpHolger Levsen1-1/+1
2015-08-30reproducible: never try to generate html on the build nodesHolger Levsen1-3/+5
2015-08-30reproducible: fix typo and prevent typo errorsHolger Levsen1-1/+2
2015-08-30reproducible: fix typoHolger Levsen1-4/+4
2015-08-30reproducible: add support for ssh on different portsHolger Levsen1-8/+13
2015-08-30reproducible: fix typo and add domainnameHolger Levsen1-3/+3
2015-08-30reproducible: first version of build script which supports remote building ↵Holger Levsen1-33/+83
(but dont use that feature yet)
2015-08-30reproducible: stop special casing architectures, almostHolger Levsen1-3/+9
2015-08-30reproducible: add arch to outputHolger Levsen1-1/+1
2015-08-30reproducible: refactorHolger Levsen1-1/+4
2015-08-29reproducible: silence warning if behaviour is expectedHolger Levsen1-4/+4
2015-08-26reproducible: build: try another way to get diffoscope stderr into the rbuildMattia Rizzolo1-1/+1
2015-08-15reproducible: s#$DBDVERSION#$DIFFOSCOPE#gHolger Levsen1-12/+12
2015-08-15reproducible: s#debbindiff#diffoscope#g in most of the outputHolger Levsen1-8/+8
2015-08-15reproducible: build: fix gen_package_html invocationMattia Rizzolo1-1/+1
2015-08-15reproducible: fix all users of gen_packages_html() after the refactoring of itMattia Rizzolo1-1/+1
notable changes: * gen_packages_html() in common.sh got renamed to the singular version gen_package_html() and now accept only one argument (a package name) + thus reproducible_blacklist.sh got fixed to pass one package at time + this greatly semplify the code, by removing *a lot* of crappy code * _html_all_packages.py really becomed a 2-liner, with part of its login being now either in _html_packages.py or removed.
2015-08-08reproducible: only select packages which are scheduled for the arch we are ↵Holger Levsen1-1/+3
building for
2015-08-07reproducible: rename cleanup_userContent() to cleanup_pkg_files()Holger Levsen1-1/+1
2015-08-07reproducible: teach _blacklist.sh to clean up packages files when blacklistingMattia Rizzolo1-9/+0
2015-08-03reproducible: build: remove 404 IRC notificatin - they are automatically ↵Mattia Rizzolo1-1/+0
retried now
2015-08-02reproducible: improve irc message, when installed packages vary between the ↵Holger Levsen1-1/+1
1st+2nd _and_ 2nd+3rd build attempt
2015-08-01reproducible: build: s/retried/rescheduled/Mattia Rizzolo1-1/+1
2015-08-01reproducible: build: also send those messages to the rbuildMattia Rizzolo1-2/+2
2015-08-01reproducible: build: do not notify the world when a package go in or out depwaitMattia Rizzolo1-2/+4
2015-08-01reproducible: add a new status, "depwait", where package failing to install ↵Mattia Rizzolo1-0/+17
their build-deps ends to. This will clear FTBFS a few, and give a more easy filtering for some use cases