X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=db93bbbd5f9389a829c94bb6444e0e6ee93ac9d7;hp=04d2eb14970f5c2522214cba383d410d1952155e;hb=2e0d659c70c2b62509cf7196f73bc7ba0475ccbb;hpb=f605fe8f280ceaf71efb7ab2ea912751f553c8c4 diff --git a/buildd/functions.sh b/buildd/functions.sh index 04d2eb1..db93bbb 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -122,6 +122,10 @@ The following errors have been noticed (several might be warnings only): $(grep -i error $FAI_LOGFILES/* /var/log/grml-buildd.std* | grep -ve liberror -ve libgpg-error || echo "* nothing") +The following errors have been noticed in FAI scripts: + +$(grep -B2 "FAILED with exit code" $FAI_LOGFILES/* | echo "* nothing") + The following warnings have been noticed: $(grep -i warn $FAI_LOGFILES/* /var/log/grml-buildd.std* || echo "* nothing")