X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=967c8f1170e5153557119a9235a59e87bca57441;hb=7fbdfa7e1683c867f8b44e9d53ddc499c451552e;hp=c6f91fa39071c7d4d1b968af704d9818d304d4b8;hpb=c5624ba39fa032cda30698121bb8775640edb965;p=grml-live.git diff --git a/buildd/functions.sh b/buildd/functions.sh index c6f91fa..967c8f1 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -102,6 +102,10 @@ The following warnings have been noticed: $(grep -i warn $FAI_LOGFILES/* /var/log/grml-buildd.std* || echo "* nothing") +There following dependency problems have been noticed: + +$(grep -i "Not Installed" $FAI_LOGFILES/software.log || echo "* nothing") + The following packages could not be installed: $(grep -i "Couldn't find.*package" $FAI_LOGFILES/software.log | sed 's/\(.*\)"\(.*\)"\(.*\)/\2/' | sort -u || echo "* nothing")