summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-02-07 21:10:22 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-07 21:10:22 +0100
commitf8f7169d15f3a0bcf577f61933cd5918883f38f5 (patch)
tree49cfe853666e94cf2ad73370b876461658f8e5cc /bin/reproducible_build.sh
parent24d71ab2153073253c4c8c412398e10a06ca83a2 (diff)
downloadjenkins.debian.net-f8f7169d15f3a0bcf577f61933cd5918883f38f5.tar.xz
reproducible Debian: detect another diskspace problem
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 ff7173bf..1ebc786f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -259,6 +259,7 @@ handle_ftbfs() {
'^zip I/O error: No space left on device' \
'^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$' \
; do
if zgrep -e "$NEEDLE" "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ; then
handle_enospace $node