diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-11 11:08:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-11 11:08:07 +0200 |
commit | 7ab00cb33a3816547dfadaa667fd497b9fb77ec3 (patch) | |
tree | d451884192acafd2d4ee339c12d5cdd3fb0db09e /bin | |
parent | 92527773d76dada4dc849cf4b45d1701c3183373 (diff) | |
download | jenkins.debian.net-7ab00cb33a3816547dfadaa667fd497b9fb77ec3.tar.xz |
reproducible: teach handle_ftbfs() some French to detect more diskspace problems
Diffstat (limited to 'bin')
-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 4d621125..1c50493b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -205,7 +205,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' '^dpkg-deb.*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' '^cp: (erreur d.écriture de|impossible d.étendre).*No space left on device' ; do if zgrep -e "$NEEDLE" "$BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then handle_enospace return |