diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-26 11:46:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-26 11:46:57 +0200 |
commit | 13fcf522d77dd04a045edd57e4ed2e51dafca1a6 (patch) | |
tree | 36ead274a5a7b363e37bc7548675b7bd316b4063 /TODO | |
parent | 47ca228a19af9a467202862065a972358f14975b (diff) | |
download | jenkins.debian.net-13fcf522d77dd04a045edd57e4ed2e51dafca1a6.tar.xz |
reproducible: stop locking via lockfiles, use db instead
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -173,8 +173,7 @@ properties: * higher prio: ** reproducible_build.sh changes needed: *** fix the cause for the frequent 404s or workaround it well -*** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that -*** race condition with itself? https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/console says Warning, package php5 in unstable on armhf is probably already building elsewhere, exiting. Please check https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/ which does not compute. +*** fix: "DIFFOSCOPE='E: Failed to change to directory /tmp: Permission denied' - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that *** deal properly with out of diskspace problems, https://jenkins.debian.net/job/reproducible_builder_amd64_8/2575/ is an archived build which hit it **** '~jenkins/spacetest' has a list of affected logs in testing/amd64, though at least the syslinux one is a false positive *** diffoscope needs to be run on the target arch... |