summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-19reproducible Debian: remove FIXME asking to use --buildinfo-identifier which ↵Holger Levsen1-2/+0
was only available in patched dpkg Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-08reproducible debian: make bash sql sqlite/postgres agnosticValerie R Young1-4/+11
This commit does the following for all bash scripts: - remove sqlite specfic datetime functions in sql queries - remove double quotes from sql queries - replace the "REPLACE INTO" sql queries Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-07reproducible Debian: improve src_dir variationHW421-1/+2
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-07reproducible Debian: improve commentHolger Levsen1-2/+1
2016-11-07reproducible Debian: fix grammarHolger Levsen1-2/+2
2016-11-07reproducible Debian: adapt for non identical .buildinfosHW421-25/+20
.buildinfo document part of the build environment and are not expected to be the same for the two builds. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-07reproducible Debian: always build under /buildHW421-2/+6
This way the build-path gets included into the .buildinfo like it will on buildds. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-07reproducible Debian: buildinfo.debian.net has moved to SSL.Chris Lamb1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-06reproducible Debian: fix permissions of buildinfo files after moving temp filesReiner Herrmann1-0/+1
2016-11-06reproducible Debian: filter Environment section from buildinfo filesReiner Herrmann1-0/+12
2016-11-04reproducible Debian: Avoid DRY violation by using a for loop.Chris Lamb1-2/+4
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-04reproducible Deban: Drop deprecated '?node=' parameter from ↵Chris Lamb1-2/+2
buildinfo.debian.net submissions. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-11-01reproducible Debian: improve logging of .buildinfo files submitsHolger Levsen1-3/+5
2016-11-01reproducible Debian: make curl silent when submitting .buildinfo filesHolger Levsen1-2/+2
2016-11-01/me wants a unified syntax for everythingHolger Levsen1-1/+1
2016-11-01fix syntax error…Holger Levsen1-1/+1
2016-11-01reproducible Debian: correct pathes when signing .buildinfo filesHolger Levsen1-4/+5
2016-11-01reproducible Debian: don't fail a build job just because we cannot sign itHolger Levsen1-1/+1
2016-11-01reproducible Debian: log error instead of proceeding silentlyHolger Levsen1-4/+4
2016-10-31reproducible Debian: Greate GPG key on nodes at deploy time, not "lazily".Chris Lamb1-18/+0
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-31Make use of gpg more flexibleDaniel Kahn Gillmor1-5/+5
This set of commands should work with modern versions of gpg (2.1.x) as well, and should be independent of potentially variable output. Additionally, we want the key to be signing-capable, but nothing else. We also have no need to generate an encryption-capable subkey, so just drop that part. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-31reproducible Debian: Remove signed buildinfo files.Chris Lamb1-0/+3
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-31reproducible Debian: submit signed .buildinfo files to buildinfo.debian.netChris Lamb1-2/+27
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-31reproducible Debian: avoid DRY by specifying BUILDINFO_SIGNEDChris Lamb1-0/+1
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-28reproducible Debian: Use our log_info method instead of manual echo calls.Chris Lamb1-2/+2
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-23Revert "reproducible Debian: increase the timeout for sending the files to ↵Holger Levsen1-2/+2
buildinfo.d.n, we want them there…" This reverts commit ecc9afced7a409b3b3076ca9adbac0d413d37a4c.
2016-10-23reproducible Debian: increase the timeout for sending the files to ↵Holger Levsen1-2/+2
buildinfo.d.n, we want them there…
2016-10-23reproducible Debian: Update my email address in reference to ↵Chris Lamb1-1/+1
buildinfo.debian.net. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-23reproducible Debian: Set a maximum time for curl(1) to upload to ↵Chris Lamb1-2/+2
buildinfo.debian.net Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-22reproducible Debian: emit timestamps for debuggingHolger Levsen1-2/+5
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-22reproducible Debian: submit .buildinfo files to buildinfo.debian.netChris Lamb1-0/+3
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-17reproducible debian: add and use query_db bash functionValerie R Young1-17/+17
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-10reproducible Debian: send buildinfos to 3rd-party archiveSteven Chamberlain1-0/+9
Submit the buildinfo files to a third-party archive. Initially only buildinfo.kfreebsd.eu, which is a first prototype of a public buildinfo archive / sig-repo service. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-10-02reproducible Debian: less noise, more signalHolger Levsen1-1/+1
2016-10-01reproducible debian: if a manual schedule with notification was requested, ↵Mattia Rizzolo1-4/+0
still send the done notification to the main channel #-reproducible
2016-10-01reproducible debian: move status changes notification to ↵Mattia Rizzolo1-1/+1
#debian-reproducible-changes
2016-10-01reproducible Debian: suppress irc notifications about diffoscope crashes (at ↵Holger Levsen1-7/+7
least until there is a dedicated channel)
2016-09-22Revert "reproducible Debian: temporarily only notify for changes on amd64, ↵Holger Levsen1-2/+1
to make the IRC channel less noisy" This reverts commit eb8c54f821d22f420768e8bab1da29f0ca00249e.
2016-09-21reproducible debian: call dpkg-buildpackage with --buildinfo-id instead of ↵Mattia Rizzolo1-2/+2
--buildinfo-identifier. The option was renamed. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-09-19reproducible builds: cope nicely with non-existing hostsHolger Levsen1-2/+2
2016-08-31Revert "Vary the lengths of the two build paths"Mattia Rizzolo1-2/+2
It causes a too huge diff in the binaries, making diffoscope output unreadable. This reverts commit e5d053aefa5f6d5f54dc5ce4b33ce86ec4e26a0b.
2016-08-31Revert "Vary the lengths of the two user names"Mattia Rizzolo1-2/+2
This reverts commit ca05c0d637910683f861aa3953a68419e6fa02aa.
2016-08-31Vary the lengths of the two user namesPaul Wise1-2/+2
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2016-08-31Vary the GECOS of the two build usersPaul Wise1-0/+2
This affects at least the Debian package libforms. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2016-08-31Vary the lengths of the two build pathsPaul Wise1-2/+2
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2016-08-26reproducible Debian: temporarily only notify for changes on amd64, to make ↵Holger Levsen1-1/+2
the IRC channel less noisy
2016-08-22reproducible Debian: improve node check to also test whether the node is in ↵Holger Levsen1-1/+4
an broken state (read-only fs)
2016-08-20reproducible Debian: vary the build path on all suites except testingHolger Levsen1-4/+4
2016-08-15reproducible Debian: improve loggingHolger Levsen1-1/+2
2016-08-08reproducible debian: Explicitly log that build was successfulChris Lamb1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>