diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-15 10:51:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-15 10:51:16 +0100 |
commit | d4663d07098d0bf105b2d5bf73488a4c3a2d1774 (patch) | |
tree | 802152566d180ee78560c5dc0346d25a74eca050 /bin | |
parent | bb24dc0d006420eeb5d739336706f17c0d4fb88d (diff) | |
download | jenkins.debian.net-d4663d07098d0bf105b2d5bf73488a4c3a2d1774.tar.xz |
reproducible Debian: detect another case of ENOSPACE causing ftbfs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index d2bea347..d12935a3 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -264,6 +264,7 @@ handle_ftbfs() { '^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$' \ + 'Requested size .* exceeds available storage space .*\(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 |