summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-15 10:51:16 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-15 10:51:16 +0100
commitd4663d07098d0bf105b2d5bf73488a4c3a2d1774 (patch)
tree802152566d180ee78560c5dc0346d25a74eca050 /bin/reproducible_build.sh
parentbb24dc0d006420eeb5d739336706f17c0d4fb88d (diff)
downloadjenkins.debian.net-d4663d07098d0bf105b2d5bf73488a4c3a2d1774.tar.xz
reproducible Debian: detect another case of ENOSPACE causing ftbfs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d2bea347..d12935a3 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -264,6 +264,7 @@ handle_ftbfs() {
'^mkdir .*: No space left on device' \
'exceeds available storage space.*\(No space left on device\)$' \
'^dpkg-source: error: cannot create directory .* No space left on device$' \
+ 'Requested size .* exceeds available storage space .*\(No space left on device\)$' \
; do
if zgrep -e "$NEEDLE" "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then
handle_enospace $node