diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:20:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:20:41 +0200 |
commit | 01091801cc9b8751127d91bd3c6c5dc62a4ea3a8 (patch) | |
tree | c1c0e3fac8a76cdb762e238b58d1c4b00560fa90 | |
parent | 0930597956ed033d837b87bffa9ea97443145d00 (diff) | |
download | jenkins.debian.net-01091801cc9b8751127d91bd3c6c5dc62a4ea3a8.tar.xz |
reproducible: add another verified string indicating a diskspace problem
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |