diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-21 11:55:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-21 11:55:44 +0200 |
commit | db68a8c9089e85182dd01aaf3b469d68c69b2aa2 (patch) | |
tree | 4e739312c55dcad44d604786ade1d16136924fa5 | |
parent | 276736e8b7e17918e50d83bc1b031fa92c554ad9 (diff) | |
download | jenkins.debian.net-db68a8c9089e85182dd01aaf3b469d68c69b2aa2.tar.xz |
reproducible: build jobs should keep the db clean from previous builds from the same job
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -181,6 +181,7 @@ properties: ** new page: packages which are orphaned but have a reproducible usertagged patch ** cleanup old testing + diffscope schroots on armhf nodes, diffoscope schroots on pb-amd64 nodes and old pbuilder setups on jenkins ** reproducible_build.sh changes needed: +*** should look for other builds "running" as this build job in the db on start and cleanup these from the db and prepare bits for a daily mail ... *** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone… *** 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. *** diffoscope needs to be run on the target arch... |