summaryrefslogtreecommitdiff
path: root/bin/return-assignment
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-24 14:42:08 +0200
committerErich Eckner <git@eckner.net>2019-06-24 14:42:08 +0200
commit2d29efe85ca4193f16a7c6c0543976c3af4886f6 (patch)
treee230d3b4b80a816d9fa29c84cc27b5bbe82728ba /bin/return-assignment
parentecd7c64b744a7b19efcb38a5af595bfc009bf372 (diff)
downloadbuilder-2d29efe85ca4193f16a7c6c0543976c3af4886f6.tar.xz
bin/return-assignment: make haskell-failure-regex less strict
Diffstat (limited to 'bin/return-assignment')
-rwxr-xr-xbin/return-assignment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index 884a400..9786511 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -232,7 +232,7 @@ if [ "$6" = 'ERROR' ]; then
find "${build_log_directory}/error" -type f \
-name "$1.$2.$3.$4.$5.*.build-log.gz" \
- -exec zgrep -qFx ' The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used.' {} \; \
+ -exec zgrep -qF 'The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used.' {} \; \
-printf '%p\n' | \
sed '
s/^.*\.\([0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}T[0-9]\{2\}:[0-9]\{2\}:[0-9]\{2\}\)\.build-log\.gz$/\1 \0/