summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-04 11:20:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-04 11:20:41 +0200
commit01091801cc9b8751127d91bd3c6c5dc62a4ea3a8 (patch)
treec1c0e3fac8a76cdb762e238b58d1c4b00560fa90 /bin/reproducible_build.sh
parent0930597956ed033d837b87bffa9ea97443145d00 (diff)
downloadjenkins.debian.net-01091801cc9b8751127d91bd3c6c5dc62a4ea3a8.tar.xz
reproducible: add another verified string indicating a diskspace problem
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 4e3d59e7..03142927 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -201,7 +201,7 @@ handle_ftbfs() {
handle_depwait
return
fi
- for NEEDLE in '^tar:.*Cannot write: No space left on device' 'fatal error: error writing to .* No space left on device' './configure: line .* printf: write error: No space left on device' 'cat: write error: No space left on device' ; do
+ for NEEDLE in '^tar:.*Cannot write: No space left on device' 'fatal error: error writing to .* No space left on device' './configure: line .* printf: write error: No space left on device' 'cat: write error: No space left on device' '^dpkg-deb.*No space left on device' ; do
if zgrep -e "$NEEDLE" "$BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then
handle_enospace
return