Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-22 | reproducible Debian: add arm64 to tested architectures, thanks to ↵ | Holger Levsen | 1 | -1/+4 | |
codethink.co.uk providing us with 8 moonshot arm64 sleds Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-20 | reproducible Debian: send note to the correct logfile | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-20 | reproducible Debian: only unregister a build if SRCPKGID is set | Holger Levsen | 1 | -1/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-19 | reproducible debian: build.sh: fix comment | Mattia Rizzolo | 1 | -1/+1 | |
2016-12-19 | reproducible Debian: improve console build log | Holger Levsen | 1 | -0/+3 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-19 | reproducible debian: build: don't quote integer in SQL | Mattia Rizzolo | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-18 | reproducible Debian: match output with reality and sleep an hour in case of ↵ | Holger Levsen | 1 | -3/+3 | |
diskspace issues Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-18 | reproducible Debian: handle another diskspace issue | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-10 | fixup 4c6071f36: reproducible Debian: ignore syslinux's false positive on ↵ | Holger Levsen | 1 | -1/+1 | |
'no space left on device' Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-09 | reproducible Debian: ignore syslinux's false positive on 'no space left on ↵ | Holger Levsen | 1 | -1/+2 | |
device' Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-08 | reproducible Debian: check expected version before build | HW42 | 1 | -8/+15 | |
The old code also generated a false FTBFS if the first build got the right version but the second the wrong. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-08 | reproducible Debian: add more debug output | Holger Levsen | 1 | -0/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-03 | reproducible Debian: log/irc signal name for convenience | Daniel Shahaf | 1 | -0/+5 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-03 | reproducible Debian: better use echo in cleanup function, else rbuild.log ↵ | Holger Levsen | 1 | -2/+2 | |
gets overwritten | |||||
2016-12-03 | reproducible Debian: log beginning and end of cleanup, we have 16k temp. ↵ | Holger Levsen | 1 | -0/+2 | |
directories in /srv/reproducible-results on jenkins atm… Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-11-19 | reproducible Debian: remove FIXME asking to use --buildinfo-identifier which ↵ | Holger Levsen | 1 | -2/+0 | |
was only available in patched dpkg Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
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 |