diff options
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 |