summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-04 10:41:19 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-04 10:41:19 +0100
commit616a0f01b7132dfe695616aa2307c5504de9b0f4 (patch)
tree26b73fcc9729e8c5e3abeac64c3f917032ea1b51
parent63c1df0186c5e0590637fd0b0949a9bfb8bb7629 (diff)
downloadjenkins.debian.net-616a0f01b7132dfe695616aa2307c5504de9b0f4.tar.xz
reproducible: fixup: guess another regex to reschedule
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5dcae22a..9939796f 100644
--- a/TODO
+++ b/TODO
@@ -128,7 +128,7 @@ properties:
* make reproducible_build.sh rock solid again:
** 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
*** make maintenance job detect and reschedule logs with: 'E: 10mount: error: Directory '.*' does not exist'
-*** make maintenance job detect and reschedule logs with: '^Bus Error' does not exist'
+*** make maintenance job detect and reschedule logs with: '^Bus Error$'
** reenable disorderfs setup, check that it *always* unmounts + cleans up nicely
** diffoscope needs to be run on the target arch... (or rather: run on a 64bit architecture for 64bit architectures and on 32bit for 32 bit archs), this should probably be doable with a simple i386 chroot on the host (so using qemu-static to run it on armhf should not be needed, probably.)