Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-08 | reproducible debian: make bash sql sqlite/postgres agnostic | Valerie R Young | 1 | -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-07 | reproducible Debian: improve src_dir variation | HW42 | 1 | -1/+2 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-07 | reproducible Debian: improve comment | Holger Levsen | 1 | -2/+1 | |
2016-11-07 | reproducible Debian: fix grammar | Holger Levsen | 1 | -2/+2 | |
2016-11-07 | reproducible Debian: adapt for non identical .buildinfos | HW42 | 1 | -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-07 | reproducible Debian: always build under /build | HW42 | 1 | -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-07 | reproducible Debian: buildinfo.debian.net has moved to SSL. | Chris Lamb | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-06 | reproducible Debian: fix permissions of buildinfo files after moving temp files | Reiner Herrmann | 1 | -0/+1 | |
2016-11-06 | reproducible Debian: filter Environment section from buildinfo files | Reiner Herrmann | 1 | -0/+12 | |
2016-11-04 | reproducible Debian: Avoid DRY violation by using a for loop. | Chris Lamb | 1 | -2/+4 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-04 | reproducible Deban: Drop deprecated '?node=' parameter from ↵ | Chris Lamb | 1 | -2/+2 | |
buildinfo.debian.net submissions. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-01 | reproducible Debian: improve logging of .buildinfo files submits | Holger Levsen | 1 | -3/+5 | |
2016-11-01 | reproducible Debian: make curl silent when submitting .buildinfo files | Holger Levsen | 1 | -2/+2 | |
2016-11-01 | /me wants a unified syntax for everything | Holger Levsen | 1 | -1/+1 | |
2016-11-01 | fix syntax error… | Holger Levsen | 1 | -1/+1 | |
2016-11-01 | reproducible Debian: correct pathes when signing .buildinfo files | Holger Levsen | 1 | -4/+5 | |
2016-11-01 | reproducible Debian: don't fail a build job just because we cannot sign it | Holger Levsen | 1 | -1/+1 | |
2016-11-01 | reproducible Debian: log error instead of proceeding silently | Holger Levsen | 1 | -4/+4 | |
2016-10-31 | reproducible Debian: Greate GPG key on nodes at deploy time, not "lazily". | Chris Lamb | 1 | -18/+0 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-31 | Make use of gpg more flexible | Daniel Kahn Gillmor | 1 | -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-31 | reproducible Debian: Remove signed buildinfo files. | Chris Lamb | 1 | -0/+3 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-31 | reproducible Debian: submit signed .buildinfo files to buildinfo.debian.net | Chris Lamb | 1 | -2/+27 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-31 | reproducible Debian: avoid DRY by specifying BUILDINFO_SIGNED | Chris Lamb | 1 | -0/+1 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-28 | reproducible Debian: Use our log_info method instead of manual echo calls. | Chris Lamb | 1 | -2/+2 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-23 | Revert "reproducible Debian: increase the timeout for sending the files to ↵ | Holger Levsen | 1 | -2/+2 | |
buildinfo.d.n, we want them there…" This reverts commit ecc9afced7a409b3b3076ca9adbac0d413d37a4c. | |||||
2016-10-23 | reproducible Debian: increase the timeout for sending the files to ↵ | Holger Levsen | 1 | -2/+2 | |
buildinfo.d.n, we want them there… | |||||
2016-10-23 | reproducible Debian: Update my email address in reference to ↵ | Chris Lamb | 1 | -1/+1 | |
buildinfo.debian.net. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-23 | reproducible Debian: Set a maximum time for curl(1) to upload to ↵ | Chris Lamb | 1 | -2/+2 | |
buildinfo.debian.net Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-22 | reproducible Debian: emit timestamps for debugging | Holger Levsen | 1 | -2/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-22 | reproducible Debian: submit .buildinfo files to buildinfo.debian.net | Chris Lamb | 1 | -0/+3 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible debian: add and use query_db bash function | Valerie R Young | 1 | -17/+17 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-10 | reproducible Debian: send buildinfos to 3rd-party archive | Steven Chamberlain | 1 | -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-02 | reproducible Debian: less noise, more signal | Holger Levsen | 1 | -1/+1 | |
2016-10-01 | reproducible debian: if a manual schedule with notification was requested, ↵ | Mattia Rizzolo | 1 | -4/+0 | |
still send the done notification to the main channel #-reproducible | |||||
2016-10-01 | reproducible debian: move status changes notification to ↵ | Mattia Rizzolo | 1 | -1/+1 | |
#debian-reproducible-changes | |||||
2016-10-01 | reproducible Debian: suppress irc notifications about diffoscope crashes (at ↵ | Holger Levsen | 1 | -7/+7 | |
least until there is a dedicated channel) | |||||
2016-09-22 | Revert "reproducible Debian: temporarily only notify for changes on amd64, ↵ | Holger Levsen | 1 | -2/+1 | |
to make the IRC channel less noisy" This reverts commit eb8c54f821d22f420768e8bab1da29f0ca00249e. | |||||
2016-09-21 | reproducible debian: call dpkg-buildpackage with --buildinfo-id instead of ↵ | Mattia Rizzolo | 1 | -2/+2 | |
--buildinfo-identifier. The option was renamed. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-09-19 | reproducible builds: cope nicely with non-existing hosts | Holger Levsen | 1 | -2/+2 | |
2016-08-31 | Revert "Vary the lengths of the two build paths" | Mattia Rizzolo | 1 | -2/+2 | |
It causes a too huge diff in the binaries, making diffoscope output unreadable. This reverts commit e5d053aefa5f6d5f54dc5ce4b33ce86ec4e26a0b. | |||||
2016-08-31 | Revert "Vary the lengths of the two user names" | Mattia Rizzolo | 1 | -2/+2 | |
This reverts commit ca05c0d637910683f861aa3953a68419e6fa02aa. | |||||
2016-08-31 | Vary the lengths of the two user names | Paul Wise | 1 | -2/+2 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2016-08-31 | Vary the GECOS of the two build users | Paul Wise | 1 | -0/+2 | |
This affects at least the Debian package libforms. Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2016-08-31 | Vary the lengths of the two build paths | Paul Wise | 1 | -2/+2 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> | |||||
2016-08-26 | reproducible Debian: temporarily only notify for changes on amd64, to make ↵ | Holger Levsen | 1 | -1/+2 | |
the IRC channel less noisy | |||||
2016-08-22 | reproducible Debian: improve node check to also test whether the node is in ↵ | Holger Levsen | 1 | -1/+4 | |
an broken state (read-only fs) | |||||
2016-08-20 | reproducible Debian: vary the build path on all suites except testing | Holger Levsen | 1 | -4/+4 | |
2016-08-15 | reproducible Debian: improve logging | Holger Levsen | 1 | -1/+2 | |
2016-08-08 | reproducible debian: Explicitly log that build was successful | Chris Lamb | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-08-01 | reproducible debian: vary build path on testing/i386 | Reiner Herrmann | 1 | -0/+8 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> |