summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-11 11:08:07 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-11 11:08:07 +0200
commit7ab00cb33a3816547dfadaa667fd497b9fb77ec3 (patch)
treed451884192acafd2d4ee339c12d5cdd3fb0db09e /bin/reproducible_build.sh
parent92527773d76dada4dc849cf4b45d1701c3183373 (diff)
downloadjenkins.debian.net-7ab00cb33a3816547dfadaa667fd497b9fb77ec3.tar.xz
reproducible: teach handle_ftbfs() some French to detect more diskspace problems
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 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